Interleaving Algorithm (A Spaced, Interleaved Retrieval Practice Tool that is Motivating and Effective)
Every time the student opens the practice tool the question is loaded automatically. The authors modified the SuperMemo 2, which had following properties to update question y for the student x:
- i_intervall - the number of days remaining to ask question y from student x.
- e_factor - how easy question y is for student x
- q - the correctness of student x’s answer to question y. (value between 1-5)
MODIFICATIONS
- The algorithm was applied to the topics, instead of single questions and the questions for that topic were asked using Round-robin scheduling.
- q is purely based on the correctness of the answer. In this paper the authors used several factors:
I. d - the duration of the time student x spent answering question y, measured in minutes. II. t - the number of attempts student x made before submitting their final answer for question y. III. v - the number of other textbook pages viewed while answering question y;
The values for the q where chosen in the following manner: (1) q= 5 if v == 0, t<= 1, and d <= 2; (2) q= 4 if t <= 2 and d <= 2; (3) q = 3 if t <= 3 and d <= 3; (4) q = 2 if t <= 4 and d <= 4; (5) q= 1 if correct, but other conditions were not met; (6) q = 0 if the final answer was incorrect.
0
1
Tags
Data Science
Related
Underlying Platform (A Spaced, Interleaved Retrieval Practice Tool that is Motivating and Effective)
Basic Design: Retrieval Practice (A Spaced, Interleaved Retrieval Practice Tool that is Motivating and Effective)
Interleaving Algorithm (A Spaced, Interleaved Retrieval Practice Tool that is Motivating and Effective)
Grading System: per Day, not per Question (A Spaced, Interleaved Retrieval Practice Tool that is Motivating and Effective)
Progress Tracking and Celebration (A Spaced, Interleaved Retrieval Practice Tool that is Motivating and Effective)
Schedule Information to aid Metacognition (A Spaced, Interleaved Retrieval Practice Tool that is Motivating and Effective)