Forum Discussion
JS Solution for Spaced Repetition
Easiest solution is probably something like this.
-Make a question bank with all questions.
-If user answers correctly, remove the question from the bank.
-Later reuse the question bank with the remaining answers.
At the moment testing whether there is a way to remove questions from a bank.
Well that apparently isnot possible in Storyline.
https://community.articulate.com/discussions/discuss/remove-question-from-bank-after-answered-in-storyline-360/940317
I guess best option then is using Javascript. I do have scripts generating a quiz from Google Sheets or an array. That will work im sure. Will see if i can mock it up.
PS: yes, i do have a project in which the teacher can select which random questions are shown and can choose to leave some out for a specific course/lesson. The code in there will work in this case. Some changes needed, will mock it up for reuse one of the next days.