Adaptive Quiz: CAT (Computer-Adaptive Testing) implementation for Moodle
Maintained by
Vitaly Potenko, Adam Franco
Create tests that efficiently measure users' abilities by adapting the questions difficulty to the estimation of user's ability.
Comments
Comments are no longer open for new posts. Existing comments remain available to read.
It shows the error "Error trying to complete attempt record". How can be it sorted out.
I have done some adoption and customization of this incredible plugin. It is slightly "unofficial" but if you are interested - you can try my version:
- pull request https://github.com/middlebury/moodle-mod_adaptivequiz/pull/49
- my featured branch https://github.com/semteacher/moodle-mod_adaptivequiz/tree/apply-mod_quiz_workflov2
Notes on given version:
- "immediate feedback" mode (@eduardo rivero you are interesting on this?)
- ability to students to see their responses
There is how UI elements look like:
http://www.screencast.com/users/semteacher/folders/Snagit/media/65c24c15-5d9e-49b4-8c92-06d8610928ba
Also, I have tried to apply general quiz module processing order. Several minor bugs was fixed too.
Code is compatible up to Moodle 3.2.5
In practice, how do you envision determining item difficulty? Administer the item a bunch of times, use 1PL/Rasch, and rescale logit value to a 1-999 scale?
Is there any way to show the question feedback inmediately after the student answers the question? I have tried but no feedback is shown and I can´t do it through permissions.
Is the code available on the github link given above is complete Adaptive quiz system project ?
Maybe somebody who experienced with this excellent plugin provide little explanation about usage issue:
- teacher has created one official tag: https://www.screencast.com/t/sjQvMqiWM
- he assign official and additional tags to question, like this https://www.screencast.com/t/Ae6esKsg
- however, during attempt we got next: https://www.screencast.com/t/sjTyCpbOBLIQ :
all question marked as had difficult level 50 (minimal for quiz)
We have tried to follow documentation. What did we do wrong? Moodle 3.2.1
Adam worked on this for me awhile back. I needed both audio files to play and images to show up in the questions. He made some changes to the plugin. I don't know if he updated the Moodle repository though. I got his updated version directly from GitHub. Unfortunately, I was unable to get it to work on my Moodle production site. Interestingly, the images did show and audio played on a clean Moodle development site so there must something conflicting on my production site. I never figured it out and opted for a work around by putting all my images and audio files in a separate folder on the server and then linking to them in the text editor. Not the best solution but one that displays the images and plays the audio for the test takers. HTH