Adapt Learning Path by Recommending Problems to Struggling Learners

The objective of this work is the creation of a resource recommendation ap-plication in Python integrated into the code of the virtual edX platform, which appears as an additional tab in each course. By selecting this tab, learners will have access at any time to their recommended issues for this co...

Descripción completa

Guardado en:
Detalles Bibliográficos
Autores principales: Youssef Jdidou, Souhaib Aammou, Mohamed Khaldi
Formato: article
Lenguaje:EN
Publicado: Kassel University Press 2021
Materias:
L
Acceso en línea:https://doaj.org/article/824e839097994ec09912ac30738cd228
Etiquetas: Agregar Etiqueta
Sin Etiquetas, Sea el primero en etiquetar este registro!
Descripción
Sumario:The objective of this work is the creation of a resource recommendation ap-plication in Python integrated into the code of the virtual edX platform, which appears as an additional tab in each course. By selecting this tab, learners will have access at any time to their recommended issues for this course, and so they can adapt their learning path. In this article, we present a recommendation algorithm that will be responsible for proposing these prob-lems according to the scores obtained in the problems already performed by the learner. By calculating the similarity with the rest of the classmates, an estimate of the most practical problems for the learner will be made. We also present the different functions and parameters to implement it.