Innovative AI-Driven Approaches to Mitigate Math Anxiety and Enhance Resilience Among Students with Persistently Low Performance in Mathematics
Abstract
:1. Introduction
Research Questions
- How does the AI-based intervention affect mathematics performance among seventh-grade students experiencing persistent academic underachievement?
- What is the impact of the AI-based intervention on math anxiety levels in seventh-grade students?
- How does the utilization of cognitive strategies evolve following the AI-based intervention in seventh-grade students?
- How does the AI-based intervention influence academic resilience in seventh-grade students experiencing persistent academic underachievement?
- What are the interrelationships among cognitive strategies, math anxiety, and academic resilience before and after the intervention in seventh-grade students?
2. Literature Review
2.1. Impact of AI-Based Interventions on Math Performance
2.2. Effect of AI-Based Interventions on Math Anxiety
2.3. Changes in Cognitive Strategies Following AI Interventions
2.4. Influence of AI-Based Interventions on Academic Resilience
2.5. Relationships Between Cognitive Strategies, Math Anxiety, and Academic Resilience
3. Materials and Methods
3.1. Sample and Sampling Method
3.2. Data Collection Tools and Data Analysis
3.3. Data Collection and Pre-Processing
- The Math Anxiety Scale for Children (MASC), a 5-point Likert scale, was used to assess students’ anxiety related to mathematics (Chiu & Henry, 1990).
- The Cognitive and Metacognitive Strategy Use Questionnaire, scored out of 10, measured the frequency of students’ use of cognitive strategies, such as planning, monitoring, and problem-solving (Askell-Williams et al., 2012).
- The Academic Resilience Scale, with scores ranging from 0 to 1, assessed students’ ability to adapt and persist in the face of academic challenges (Cassidy, 2016).
3.4. Neural Network Analysis
- ○
- The neural network system processed the raw survey responses, performing necessary data cleaning (e.g., handling missing data and outliers) and normalization to ensure uniformity across variables. The neural network approach aligns with methodologies employed in previous studies utilizing AI-driven adaptive learning systems (X. Wang et al., 2024; Holstein et al., 2020).
- ○
- The system generated key statistical outputs, such as means, standard deviations, and changes in variables (pre-test vs. post-test), which were essential for subsequent analysis.
- ○
- The neural network was utilized to predict outcomes based on the relationship between metacognitive and cognitive strategies, math anxiety, and academic resilience, providing preliminary insights into the effects of the AI-based intervention.
3.5. Statistical Analysis
- ○
- After the neural network analysis, traditional statistical methods such as Mixed ANOVA, correlation, and regression analyses were conducted to further assess the effects of the intervention and examine the relationships between the variables.
- ○
- Mixed ANOVA was employed to assess the intervention’s effects on math anxiety, metacognitive and cognitive strategies, and academic resilience.
- ○
- Correlation analysis explored the relationships between metacognitive and cognitive strategies, math anxiety, and academic resilience both before and after the intervention.
- ○
- Multiple regression analysis was conducted to examine the predictive relationships between cognitive strategies, metacognitive strategies, and math anxiety on academic resilience.
3.6. The Process
- Step 1: Data Collection and Neural Network Processing
- Pre- and Post-Test Data
- ○
- Data were gathered from 56 students on five key variables: math anxiety, cognitive strategy use, metacognitive strategy use, and academic resilience.
- ○
- Measurements were taken at two points in time: before (pre-test) and after (post-test) the intervention.
- Neural Network Processing
- ○
- A neural network was trained on the pre-test data to detect patterns and predict how the AI-based intervention would affect the students.
- ○
- The network’s input consisted of individual pre-test scores for each of the five measures; the output was the predicted post-test scores for these same measures.
- ○
- Using supervised learning, the model was trained on the pre-test data and then tested on the post-test data to infer how changes in one variable (e.g., cognitive strategies) might impact others (e.g., math performance, resilience).
- Step 2: Pre- and Post-Test Data Preparation for Statistical Analysis
- The neural network’s predicted post-test scores were combined with the raw pre-test scores to create the dataset for further statistical evaluation.
- Step 3: Statistical Analysis with Traditional Methods
- Descriptive Statistics
- ○
- Means and standard deviations were calculated for each variable (e.g., math anxiety, cognitive strategies) at both pre-test and post-test, providing an initial overview of how scores changed.
- Mixed ANOVA
- ○
- A Mixed ANOVA was conducted to examine within-subject changes in scores from the pre-test to the post-test.
- ○
- The time factor (pre-test vs. post-test) served as the primary independent variable, and the dependent variables were the measures of math anxiety, cognitive strategies, etc.
- Correlation Analysis
- ○
- Correlations were assessed to identify relationships among the variables before and after the intervention (e.g., how an increase in cognitive strategy use might relate to reduced math anxiety or higher resilience).
- Multiple Regression Analysis
- ○
- A multiple regression analysis was performed to determine the extent to which predictors such as cognitive strategies, metacognitive strategies, and math anxiety contributed to academic resilience.
- ○
- This allowed for an in-depth exploration of how much each factor influenced changes in academic resilience before and after the intervention.
3.7. Method of Instruction
- 12-Week AI-Based Intervention
- Personalized Quizzes and Real-Time Feedback: Students were provided with quizzes that adapted to their performance, ensuring that each task was suitable to their level of understanding.
- Gamified Problem-Solving Tasks: These tasks engaged students in a fun and interactive way to solve math problems, motivating them to improve their skills while managing math anxiety.
- Embedded Cognitive Strategy Prompts: Hints and scaffolding were included in the tasks to help students apply cognitive strategies like problem-solving and diagram drawing.
3.8. AI Technology in the Study: Neural Network
- Inputs:
- ○
- Average age: 13 years old.
- ○
- Gender distribution: 48% boys, 52% girls.
- ○
- Average math performance: 48 out of 100.
- ○
- Average anxiety score (Math Anxiety Scale): 8.2 out of 10, indicating generally high levels of anxiety.
- ○
- Behavioral observations: 70% of students exhibited anxiety-related behaviors (e.g., avoidance of math tasks). Behavioral observations were systematically conducted by trained classroom teachers during the entire duration of the 12-week intervention program.
- ○
- Cognitive strategies (e.g., “talking through problems”, “drawing diagrams”): average score of 2.3 on a scale of 1 to 5.
- ○
- Metacognitive strategies (e.g., “self-monitoring”, “evaluating comprehension”): average score of 2.2 on a scale of 1 to 5.
- Hidden Layers
- ○
- Contained 64 neurons with a ReLU activation function. This layer processed input data to identify patterns in students’ demographics, anxiety levels, and cognitive strategy use. For instance, it helped detect if students with lower cognitive strategy scores had higher anxiety levels.
- ○
- Contained 32 neurons. It refined patterns detected in the first layer, specifically focusing on the relationship between anxiety and academic resilience. This layer helped the model understand how cognitive and metacognitive strategies contribute to reducing anxiety and improving resilience.
- Output Layer:
- Anxiety Level Prediction: A continuous output indicating each student’s predicted math anxiety level after the intervention.
- Academic Resilience Prediction: A score from 1 to 5, representing the predicted level of academic resilience for each student.
3.9. Explanation of Model Training
- Data and Input Encoding
- Demographic Information: e.g., age, gender, and average math performance.
- Math Anxiety Indicators: Math Anxiety Scale (MAS) score (0–10), behavioral observations of avoidance.
- Cognitive & Metacognitive Strategy Scores: e.g., 2.0/5 for cognitive, 2.1/5 for metacognitive strategies.
- Example Input Vector
- Network Architecture
- Hidden Layer 1: 64 neurons, ReLU activation.
- Hidden Layer 2: 32 neurons, ReLU activation.
- Output Layer: 2 neurons—one for math anxiety (o_anxiety), one for academic resilience (o_resilience), each using Sigmoid.
- Forward Pass (Illustrative Example)
- Hidden Layer 1
- Hidden Layer 2
- Representative Neuron: thus
- Collectively, we get
- Output Layer
- Math Anxiety Neuron:
- Loss Function
- Backpropagation Example
- 1.
- Output Neuron for Math Anxiety
- Sigmoid derivative:
- 2.
- Hidden Layer 2
- 3.
- Hidden Layer 1
- Similar process: each neuron receives combined gradients from the second hidden layer and uses ReLU’s derivative if
- 4.
- Gradient Descent Update
- Interpretation
- Math Anxiety Weight Update
- Academic Resilience Weight Update
3.10. Model Architecture Visualization and Validation
4. Results
- Mixed ANOVA Results
- Math Test Scores
- Results for Math Anxiety
- Results for Cognitive Strategies
- Results for Metacognitive Strategies
- Results for Academic Resilience
- Regression Comparison for the Post-Test and Pre-Test Models
- Correlation Comparison
5. Discussion
Limitations and Future Work
6. Conclusions
Author Contributions
Funding
Institutional Review Board Statement
Informed Consent Statement
Data Availability Statement
Conflicts of Interest
References
- Abed, A., & Salha, S. (2014). The effect of using GeoGebra software on mathematical problem solving and mathematical anxiety among high basic stage students. Journal of Educational and Psychological Studies, 8(2), 225–234. [Google Scholar] [CrossRef]
- Akavova, A., Temirkhanova, Z., & Lorsanova, Z. (2023). Adaptive learning and artificial intelligence in the educational space. E3S Web of Conferences, 451, 06011. [Google Scholar] [CrossRef]
- Akintayo, O. T., Eden, C. A., Ayeni, O. O., & Onyebuchi, N. C. (2024). Integrating AI with emotional and social learning in primary education: Developing a holistic adaptive learning ecosystem. Computer Science & IT Research Journal, 5(5), 1076–1089. [Google Scholar] [CrossRef]
- Anthonysamy, L. (2023). Being learners with mental resilience as outcomes of metacognitive strategies in an academic context. Cogent Education, 10(1), 2219497. [Google Scholar] [CrossRef]
- Askell-Williams, H., Lawson, M. J., & Skrzypiec, G. (2012). Scaffolding cognitive and metacognitive strategy instruction in regular class lessons. Instructional Science, 40(2), 413–443. [Google Scholar] [CrossRef]
- Atoyebi, O. M., & Atoyebi, S. B. (2022). Do technology-based approaches reduce mathematics anxiety? A systematic literature. International Journal of Research and Innovation in Social Science (IJRISS), 6(10), 502–509. [Google Scholar] [CrossRef]
- Bhutoria, A. (2022). Personalized education and artificial intelligence in the United States, China, and India: A systematic review using a human-in-the-loop model. Computers and Education: Artificial Intelligence, 3, 100068. [Google Scholar] [CrossRef]
- Bressane, A., Zwirn, D., Essiptchouk, A., Saraiva, A. C. V., de Campos Carvalho, F. L., Formiga, J. K. S., de Castro Medeiros, L. C., & Negri, R. G. (2024). Understanding the role of study strategies and learning disabilities on student academic performance to enhance educational approaches: A proposal using artificial intelligence. Computers and Education: Artificial Intelligence, 6, 100196. [Google Scholar] [CrossRef]
- Cassidy, S. (2016). The Academic Resilience Scale (ARS-30): A new multidimensional construct measure. Frontiers in Psychology, 7, 1787. [Google Scholar] [CrossRef]
- Chiu, L.-H., & Henry, L. L. (1990). Development and validation of the mathematics anxiety scale for children. Measurement and Evaluation in Counseling and Development, 23(2), 121–127. [Google Scholar]
- Drigas, A., Dede, D. E., & Dedes, S. (2020). Mobile and other applications for mental imagery to improve learning disabilities and mental health. International Journal of Computer Science Issues (IJCSI), 17(4), 18–23. [Google Scholar] [CrossRef]
- Drigas, A., Mitsea, E., & Skianis, C. (2021). The role of clinical hypnosis and VR in special education. International Journal of Recent Contributions from Engineering Science & IT (IJES), 9(4), 4–17. [Google Scholar]
- Drigas, A., Mitsea, E., & Skianis, C. (2022a). Intermittent oxygen fasting and digital technologies: From antistress and hormones regulation to wellbeing, bliss and higher mental states. Technium BioChemMed, 3(2), 55–73. [Google Scholar] [CrossRef]
- Drigas, A., Mitsea, E., & Skianis, C. (2022b). Virtual reality and metacognition training techniques for learning disabilities. Sustainability, 14(16), 10170. [Google Scholar] [CrossRef]
- Drigas, A., & Pappas, M. (2015). ICT-based screening tools and etiology of dyscalculia. International Journal of Engineering Pedagogy (IJEP), 5(4), 61–66. [Google Scholar] [CrossRef]
- Drigas, A., & Petrova, A. (2014). ICTs in speech and language therapy. International Journal of Engineering Pedagogy (IJEP), 4(1), 49–54. [Google Scholar] [CrossRef]
- Ersozlu, Z. (2024). The role of technology in reducing mathematics anxiety in primary school students. Contemporary Educational Technology, 16(3), ep517. [Google Scholar] [CrossRef]
- Fitriani, F., Herman, T., & Fatimah, S. (2023). Considering the mathematical resilience in analyzing students’ problem-solving ability through learning model experimentation. International Journal of Instruction, 16(1), 219–240. [Google Scholar] [CrossRef]
- Galitskaya, V., & Drigas, A. (2019). ICTs and geometry. International Journal of Engineering Pedagogy (IJEP), 9(5), 103–111. [Google Scholar] [CrossRef]
- Galitskaya, V., & Drigas, A. (2020). Special education: Teaching geometry with ICTs. International Journal of Emerging Technologies in Learning (IJET), 15(6), 173–182. [Google Scholar] [CrossRef]
- Galitskaya, V., & Drigas, A. (2021). The importance of working memory in children with dyscalculia and ageometria. Scientific Electronic Archives, 14(10), 1–10. [Google Scholar] [CrossRef]
- Gökçe, S., & Güner, P. (2024). Pathways from cognitive flexibility to academic achievement: Mediating roles of critical thinking disposition and mathematics anxiety. Current Psychology: A Journal for Diverse Perspectives on Diverse Psychological Issues, 43(20), 18192–18206. [Google Scholar] [CrossRef]
- Hamari, J., Shernoff, D. J., Rowe, E., Coller, B., Asbell-Clarke, J., & Edwards, T. (2016). Challenging games help students learn: An empirical study on engagement, flow and immersion in game-based learning. Computers in Human Behavior, 54, 170–179. [Google Scholar] [CrossRef]
- Hillmayr, D., Ziernwald, L., Reinhold, F., Hofer, S. I., & Reiss, K. M. (2020). The potential of digital tools to enhance mathematics and science learning in secondary schools: A context-specific meta-analysis. Computers & Education, 153, 103897. [Google Scholar] [CrossRef]
- Holstein, K., Aleven, V., & Rummel, N. (2020). A conceptual framework for human–AI hybrid adaptivity in education. In Artificial intelligence in education: 21st international conference, AIED 2020 (pp. 240–254). Springer. [Google Scholar] [CrossRef]
- Holstein, K., McLaren, B. M., & Aleven, V. (2019). Designing for complementarity: Teacher and student needs for orchestration support in AI-enhanced classrooms. In Artificial intelligence in education: 20th international conference, AIED 2019 (pp. 157–171). Springer. [Google Scholar] [CrossRef]
- Hwang, G.-J., & Chien, S.-Y. (2022). Definition, roles, and potential research issues of the metaverse in education: An artificial intelligence perspective. Computers and Education: Artificial Intelligence, 3, 100082. [Google Scholar] [CrossRef]
- Inchamnan, W., & Chomsuan, J. (2020, November 18–20). Gamification workflow for growth mindset processes. 2020 18th International Conference on ICT and Knowledge Engineering (ICT&KE) (pp. 1–6), Bangkok, Thailand. [Google Scholar] [CrossRef]
- Jaiswal, A., & Arun, C. J. (2021). Potential of artificial intelligence for transformation of the education system in India. International Journal of Education and Development Using Information and Communication Technology, 17(1), 142–158. [Google Scholar]
- Jayaraman, V., Sundar, N., & Shankar, U. B. (2024). Breaking math anxiety: A success story from an Indian government school. European Conference on Games Based Learning, 18(1), 440–447. [Google Scholar] [CrossRef]
- Jäger, J., Richter, S. L., & Spasova, T. (2024, July 1–3). Using AI assistants in higher education: The role of critical thinking. EDULEARN24 Proceedings 16th International Conference on Education and New Learning Technologies (pp. 656–665), Palma, Spain. [Google Scholar] [CrossRef]
- Johnston-Wilder, S., & Lee, C. (2024). Continuing to work for mathematical resilience. In S. Johnston-Wilder, & C. Lee (Eds.), The mathematical resilience book: How everyone can progress in mathematics (pp. 278–290). Routledge. [Google Scholar] [CrossRef]
- Kouzalis, A., Antoniou, A., Rossides, N., Panaoura, R., & Yadav, P. (2024). Advanced technologies and mathematical metacognition: The present and future orientation. BioSystems, 245, 105312. [Google Scholar] [CrossRef] [PubMed]
- Lampou, R. (2023). The integration of artificial intelligence in education: Opportunities and challenges. Review of Artificial Intelligence in Education, 4, e15. [Google Scholar] [CrossRef]
- Lee, J., & Paul, N. (2023). A review of pedagogical approaches for improved engagement and learning outcomes in mathematics. Journal of Student Research, 12(3), 1–15. [Google Scholar] [CrossRef]
- Ng, D. T. K., Tan, C. W., & Leung, J. K. L. (2024). Empowering student self-regulated learning and science education through ChatGPT: A pioneering pilot study. British Journal of Educational Technology, 55(2), 1–15. [Google Scholar] [CrossRef]
- Okonkwo, C. W., & Ade-Ibijola, A. (2020). Python-bot: A chatbot for teaching python programming. Engineering Letters, 29(1), 1–8. [Google Scholar]
- Owan, V. J., Abang, K. B., Idika, D. O., Etta, E. O., & Bassey, B. A. (2023). Exploring the potential of artificial intelligence tools in educational measurement and assessment. Eurasia Journal of Mathematics, Science and Technology Education, 19(8), em2307. [Google Scholar] [CrossRef] [PubMed]
- Pappas, M. A., Polychroni, F., & Drigas, A. S. (2019). Assessment of mathematics difficulties for second and third graders: Cognitive and psychological parameters. Behavioral Sciences, 9(7), 76. [Google Scholar] [CrossRef]
- Petronzi, D., Hunt, T. E., & Sheffield, D. (2021). Interventions to address mathematics anxiety: An overview and recommendations. Current Studies in Educational Disciplines, 169, 169–194. [Google Scholar] [CrossRef]
- Pizzie, R. G., & Kraemer, D. J. M. (2019). The academic anxiety inventory: Evidence for dissociable patterns of anxiety related to math and other sources of academic stress. Frontiers in Psychology, 9, 2684. [Google Scholar] [CrossRef]
- Poce, A. (2024). Using AI for critical thinking assessment: A digital humanities education experience. In Creative approaches to technology-enhanced learning for the workplace and higher education. TLIC 2024. Lecture notes in networks and systems (pp. 94–102). Springer. [Google Scholar] [CrossRef]
- Polydoros, G. (2021). Educational software to teach fractions and the effect on students’ learning styles. Journal of Research and Opinion, 8(7), 2986–2990. [Google Scholar]
- Polydoros, G. (2024a). Harnessing AI and digital tools for micro-credentialing in mathematics education: Enhancing learning outcomes for students with learning difficulties. In Integrating micro-credentials with AI in open education (pp. 195–216). IGI Global. [Google Scholar] [CrossRef]
- Polydoros, G. (2024b). Math anxiety in the virtual classroom during COVID-19 pandemic and its relationship to academic achievement. Mathematics Teaching Research Journal, 16(4), 213–242. [Google Scholar]
- Polydoros, G., & Antoniou, A.-S. (2025). Empowering students with learning disabilities: Examining serious digital games’ potential for performance and motivation in math education. Behavioral Sciences, 15(3), 282. [Google Scholar] [CrossRef]
- Polydoros, G., Galitskaya, V., Antoniou, A.-S., & Drigas, A. (2025). AI technology integration in elementary geometry and its effects on performance, anxiety levels, learning styles, cognitive styles, and executive functions. Scientific Electronic Archives, 18(2), 1–11. [Google Scholar] [CrossRef]
- Roozafzai, Z. S. (2024). Artificial intelligence assistance and cognitive abilities: Harnessing AI-assisted heuristic methods for transitioning from critical to creative thinking in English language learning. Educational Challenges, 29(2), 1–15. [Google Scholar] [CrossRef]
- Safari, S., Abedi, A., & Faramarzi, S. (2020). Implementing an RTI approach: A qualitative study of prerequisites and obstacles. Educational Research for Policy and Practice, 19(3), 261–279. [Google Scholar] [CrossRef]
- Santos-Guevara, B. N., Rincon-Flores, E. G., & Méndez, N. M. L.-R. (2024, May 8–11). Elevate your learning: Unveiling students’ emotions in a gamified matrix modeling class. 2024 IEEE Global Engineering Education Conference (EDUCON) (pp. 1–4), Kos Island, Greece. [Google Scholar] [CrossRef]
- Shetye, S. (2024). An evaluation of Khanmigo, a generative AI tool, as a computer-assisted language learning app. Studies in Applied Linguistics and TESOL, 24(1), 1–15. [Google Scholar] [CrossRef]
- Soler-Dominguez, J. L., Navas-Medrano, S., & Pons, P. (2024, May 11–16). ARCADIA: A gamified mixed reality system for emotional regulation and self-compassion. Proceedings of the CHI Conference on Human Factors in Computing Systems (pp. 1–17), Honolulu, HI, USA. [Google Scholar] [CrossRef]
- Strielkowski, W., Grebennikova, V., Lisovskiy, A., Rakhimova, G., & Vasileva, T. (2024). AI-driven adaptive learning for sustainable educational transformation. Sustainable Development, 32(1), 1–12. [Google Scholar] [CrossRef]
- Swanson, H. J., Ojutiku, A., & Dewsbury, B. (2024). The impacts of an academic intervention based in metacognition on academic performance. Teaching and Learning Inquiry, 12, 1–19. [Google Scholar] [CrossRef]
- Thomas, D. R., Gatz, E., Gupta, S., Aleven, V., & Koedinger, K. R. (2024, July 8–12). The neglected 15%: Positive effects of hybrid human-AI tutoring among students with disabilities. International Conference on Artificial Intelligence in Education (pp. 409–423), Recife, Brazil. [Google Scholar] [CrossRef]
- Ventista, O. M., Kolokitha, M., Tsani, P., Polydoros, G., & Arkoumanis, G. (2024a). Achieving digital education in primary schools: Success factors and policy recommendations. Policy Futures in Education, 22(8), 1794–1814. [Google Scholar] [CrossRef]
- Ventista, O. M., Tsani, P., Brown, C., Coe, R., & Polydoros, G. (2024b). Technology use and integration in state-funded primary schools: A structural equation model. Education, 3–13, 1–17. [Google Scholar] [CrossRef]
- Walter, Y. (2024). Embracing the future of artificial intelligence in the classroom: The relevance of AI literacy, prompt engineering, and critical thinking in modern education. International Journal of Educational Technology in Higher Education, 21(1), 15. [Google Scholar] [CrossRef]
- Wang, S., Wang, F., Zhu, Z., Wang, J., Tran, T., & Du, Z. (2024). Artificial intelligence in education: A systematic literature review. Expert Systems with Applications, 252, 124167. [Google Scholar] [CrossRef]
- Wang, X., Huang, R. T., Sommer, M., Pei, B., Shidfar, P., Rehman, M. S., Ritzhaupt, A. D., & Martin, F. (2024). The efficacy of artificial intelligence-enabled adaptive learning systems from 2010 to 2022 on learner outcomes: A meta-analysis. Journal of Educational Computing Research, 62(6), 1568–1603. [Google Scholar] [CrossRef]
- Yadav, I., & Bhardwaj, R. (2024, May 14–15). AI integrated model design for education system for analytical computation (mathematics). 2024 4th International Conference on Advance Computing and Innovative Technologies in Engineering (ICACITE) (pp. 1412–1417), Greater Noida, India. [Google Scholar] [CrossRef]
- Zaugg, T. (2024). Embracing innovation in education: Investigating the use and impact of artificial intelligent assistants among preservice teachers. Journal of Educational Technology and Teacher Education, 12(2), 1–15. [Google Scholar] [CrossRef]
- Zheng, W., & Tse, A. W. C. (2023, November 28–December 1). The impact of generative artificial intelligence-based formative feedback on the mathematical motivation of Chinese grade 4 students: A case study. 2023 IEEE International Conference on Teaching, Assessment and Learning for Engineering (TALE) (pp. 1–8), Auckland, New Zealand. [Google Scholar] [CrossRef]
- Zimmerman, B. J. (2002). Becoming a self-regulated learner: An overview. Theory into Practice, 41(2), 64–70. [Google Scholar] [CrossRef]
Measure | Pre-Test M (SD) | Post-Test M (SD) |
---|---|---|
Math Test Scores | 52.30 (8.45) | 64.15 (10.20) |
Math Anxiety Score | 6.13 (1.28) | 4.08 (1.13) |
Cognitive Strategy Score | 2.40 (0.75) | 3.20 (0.60) |
Metacognitive Strategy Score | 2.20 (0.85) | 3.10 (0.70) |
Academic Resilience Score | 2.15 (0.70) | 2.90 (0.90) |
N | 56 |
Source | SS | df | MS | F | p | η2 | Cohen’s d |
---|---|---|---|---|---|---|---|
Time (Pre-Test vs. Post-Test) | 2800.00 | 1 | 2800.00 | 54.00 | 0.00 * | 0.49 | 1.26 |
Error | 2900.00 | 54 | 53.70 |
Source | SS | df | MS | F | p | η2 | Cohen’s d |
---|---|---|---|---|---|---|---|
Time (Pre-Test vs. Post-Test) | 600.00 | 1 | 600.00 | 35.00 | 0.001 * | 0.39 | 1.70 |
Error | 1000.00 | 54 | 18.52 |
Source | SS | df | MS | F | p | η2 | Cohen’s d |
---|---|---|---|---|---|---|---|
Time (Pre-Test vs. Post-Test) | 120.00 | 1 | 120.00 | 48.00 | 0.00 * | 0.36 | 1.17 |
Error | 130.00 | 54 | 2.41 |
Source | SS | df | MS | F | p | η2 | Cohen’s d |
---|---|---|---|---|---|---|---|
Time (Pre-Test vs. Post-Test) | 120.00 | 1 | 120.00 | 48.00 | 0.00 * | 0.36 | 1.14 |
Error | 130.00 | 54 | 2.41 |
Variable | SS | df | MS | F | p | η2 |
---|---|---|---|---|---|---|
Time (Pre-Test vs. Post-Test) | 1800.00 | 1 | 1800.00 | 40.00 | 0.00 * | 0.42 |
Error | 2200.00 | 54 | 40.74 |
Variable | Post-Test | Pre-Test | Interpretation |
---|---|---|---|
Intercept | 21.75 | 18.50 | The baseline (constant) is higher for the post-test, indicating a higher starting point for resilience after the intervention. |
Math Anxiety | −0.25 | −0.35 | Math anxiety has a weaker negative effect on academic resilience post-test compared to the pre-test. |
Cognitive Strategy | 3.15 | 2.80 | Cognitive strategy use has a stronger positive impact on resilience after the intervention (post-test). |
Metacognitive Strategy | 2.10 | 1.90 | Metacognitive strategies also show a stronger positive impact post-test. |
Variable Pair | Pre-Test | Post-Test | Change |
---|---|---|---|
Cognitive Strategies and Math Anxiety | −0.55 ** | −0.62 ** | Strengthened negative correlation |
Cognitive Strategies and Academic Resilience | 0.40 ** | 0.54 ** | Strengthened positive correlation |
Metacognitive Strategies and Math Anxiety | −0.28 * | −0.50 ** | Strengthened negative correlation |
Metacognitive Strategies and Academic Resilience | 0.35 * | 0.48 ** | Strengthened positive correlation |
Math Anxiety and Academic Resilience | −0.30 * | −0.45 ** | Stronger negative correlation |
Disclaimer/Publisher’s Note: The statements, opinions and data contained in all publications are solely those of the individual author(s) and contributor(s) and not of MDPI and/or the editor(s). MDPI and/or the editor(s) disclaim responsibility for any injury to people or property resulting from any ideas, methods, instructions or products referred to in the content. |
© 2025 by the authors. Licensee MDPI, Basel, Switzerland. This article is an open access article distributed under the terms and conditions of the Creative Commons Attribution (CC BY) license (https://creativecommons.org/licenses/by/4.0/).
Share and Cite
Polydoros, G.; Galitskaya, V.; Pergantis, P.; Drigas, A.; Antoniou, A.-S.; Beazidou, E. Innovative AI-Driven Approaches to Mitigate Math Anxiety and Enhance Resilience Among Students with Persistently Low Performance in Mathematics. Psychol. Int. 2025, 7, 46. https://doi.org/10.3390/psycholint7020046
Polydoros G, Galitskaya V, Pergantis P, Drigas A, Antoniou A-S, Beazidou E. Innovative AI-Driven Approaches to Mitigate Math Anxiety and Enhance Resilience Among Students with Persistently Low Performance in Mathematics. Psychology International. 2025; 7(2):46. https://doi.org/10.3390/psycholint7020046
Chicago/Turabian StylePolydoros, Georgios, Victoria Galitskaya, Pantelis Pergantis, Athanasios Drigas, Alexandros-Stamatios Antoniou, and Eleftheria Beazidou. 2025. "Innovative AI-Driven Approaches to Mitigate Math Anxiety and Enhance Resilience Among Students with Persistently Low Performance in Mathematics" Psychology International 7, no. 2: 46. https://doi.org/10.3390/psycholint7020046
APA StylePolydoros, G., Galitskaya, V., Pergantis, P., Drigas, A., Antoniou, A.-S., & Beazidou, E. (2025). Innovative AI-Driven Approaches to Mitigate Math Anxiety and Enhance Resilience Among Students with Persistently Low Performance in Mathematics. Psychology International, 7(2), 46. https://doi.org/10.3390/psycholint7020046