An Effective Learning Management System for Revealing Student Performance Attributes

Xinyu Zhang,Vincent CS Lee,Duo Xu,Jun Chen,Mohammad S. Obaidat
2024-03-05
Abstract:A learning management system streamlines the management of the teaching process in a centralized place, recording, tracking, and reporting the delivery of educational courses and student performance. Educational knowledge discovery from such an e-learning system plays a crucial role in rule regulation, policy establishment, and system development. However, existing LMSs do not have embedded mining modules to directly extract knowledge. As educational modes become more complex, educational data mining efficiency from those heterogeneous student learning behaviours is gradually degraded. Therefore, an LMS incorporated with an advanced educational mining module is proposed in this study, as a means to mine efficiently from student performance records to provide valuable insights for educators in helping plan effective learning pedagogies, improve curriculum design, and guarantee quality of teaching. Through two illustrative case studies, experimental results demonstrate increased mining efficiency of the proposed mining module without information loss compared to classic educational mining algorithms. The mined knowledge reveals a set of attributes that significantly impact student academic performance, and further classification evaluation validates the identified attributes. The design and application of such an effective LMS can enable educators to learn from past student performance experiences, empowering them to guide and intervene with students in time, and eventually improve their academic success.
Computers and Society
What problem does this paper attempt to address?
The problem that this paper attempts to solve is the inefficiency of existing Learning Management Systems (LMS) in processing and mining student performance data. Specifically: 1. **Limitations of existing LMS**: - Existing LMS lack embedded educational data mining modules and are unable to directly extract valuable knowledge from students' learning behaviors. - With the complication of educational models, the ability to efficiently mine educational data from heterogeneous student learning behavior data gradually decreases. 2. **Challenges of Association Rule Mining (ARM)**: - The traditional Apriori algorithm has an exponentially increasing computational demand when dealing with large - scale and complex data sets, resulting in inefficiency. - Traditional ARM techniques mainly focus on common rules and ignore exception rules, while the latter can provide deeper insights. 3. **Research objectives**: - Propose an effective LMS architecture, combined with advanced educational data mining modules, to improve the efficiency of extracting valuable knowledge from student performance records. - Design an improved Faster Apriori algorithm. Generate candidate item sets through a probability - based frequent pattern mining method and update the database in each iteration to reduce dimensions, thereby improving efficiency. - Introduce the Conditional Probability Increment Ratio (CPIR) as an additional rule measurement standard, filter out reference rules, and only retain common rules and exception rules to ensure that the extracted knowledge is practical. 4. **Expected results**: - Verified by two case studies, the experimental results show that the proposed mining module improves the mining efficiency without losing information. - The mined knowledge reveals a series of attributes that affect students' grades. Further classification evaluations verify the effectiveness of these attributes, which is helpful for guiding students' academic success. In summary, this paper aims to solve the efficiency problems of existing LMS in educational data mining by proposing an efficient LMS and an improved ARM algorithm, and explore the value of exception rules to better support educational decision - making and personalized teaching.