Proposal for the extension of quiz (question set) for repetition
Submitted by iLern on Tue, 06/07/2022 - 15:03
Forums:
If a question is not solved correctly, it should automatically be offered again at the end of the run. Only when all questions have been answered correctly, the quiz can be closed.
Dialog Cards offers something similar. However, it is up to the learner to judge whether an answer is correct or incorrect. I also find the algorithm quite complex. I would prefer a simpler implementation.
Content types:
otacke
Tue, 06/07/2022 - 18:43
Permalink
Hi iLern!I have something
Hi iLern!
I have something that you're asking on my private list of things that I want to do for H5P, but I can't tell when I might come around to it. I am more than busy.
What do you thing is too complex about the algorithm that DialogCards is using (spaced repetition)? What's your suggestion?
Best,
Oliver
iLern
Wed, 06/08/2022 - 22:09
Permalink
Hello Oliver
Thank you for the quick reply. That would be great if you could tackle something like that from your private list.
I have read Peter Baumgartner's article on Dialog Cards https://peter.baumgartner.name/2020/10/12/dialog-cards-im-detail/ .
Since for the most part we don't have students working with personal accounts, they can't work on an H5P assignment over several days.
Therefore I have a function in mind, where wrongly solved tasks are presented again in the next round.
Example with task A,B, C, D, E
✔ = solved correctly
✘= solved incorrectly
1st round: A✘ B✔ C✘ D✘ E✔
2nd round: A✔ C✘ D✘
3rd round: C✔ D✘
4th round: D✔
End
Best regards
Mario
otacke
Wed, 06/08/2022 - 22:46
Permalink
Hi Mario!Well, the actual use
Hi Mario!
Well, the actual use of spaced repetition is the "spaced" aspect that is supposed to be way more effective that just repeating wrong items in one go. But sure, such a mode would be easily possible although, frankly speaking, it rather feels like an excuse or pseudo solution.
Best,
Oliver