Interleaving Algorithm (A Spaced, Interleaved Retrieval Practice Tool that is Motivating and Effective)
Every time a student opens the practice tool, a question is loaded automatically. The authors modified the SuperMemo 2 (SM-2) algorithm, which uses the following parameters to update question for student :
- : The number of days remaining before asking question to student .
- : The easiness factor (E-factor) of question for student .
- : The response quality score of student 's answer to question , represented as an integer from 1 to 5.
Modifications
- Topic-level Scheduling: The algorithm is applied to entire topics instead of single questions, and individual questions within a topic are delivered using round-robin scheduling.
- Behavior-Based Response Quality (): In the original SM-2 algorithm, is based purely on the correctness of the answer. In this modified tool, the authors calculate using three behavioral factors:
- : The duration of time student spent answering question , measured in minutes.
- : The number of attempts student made before submitting their final answer for question .
- : The number of other textbook pages viewed while answering question .
The value of is determined as follows:
- (1) if , , and
- (2) if and
- (3) if and
- (4) if and
- (5) if correct, but other conditions are not met
- (6) if the final answer is incorrect
0
1
Contributors are:
Who are from:
Tags
Data Science
Related
Underlying Platform (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)
Interleaving Algorithm (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)