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.
A list of user's attempts with ability estimation (if turned on) was added to the plugin's view page. Student also sees the estimation right after an attempt (if turned on). Check out the latest version in the GitHub repo from my previous comment. Works with Moodle 3.11.4. In the nearest future it'll be tested with 3.11.5.
P.S. Still couldn't reach Adam (the original plugin developer) to discuss future maintenance of the plugin. Looks like I used all publicly available contacts to reach them...
I have minimal time to support this plugin and not enough knowledge of its internal algorithms as well. Despite, I provide some tests and fixes from time to time. At a moment the https://github.com/semteacher/moodle-mod_adaptivequiz/tree/MOODLE_32_DEV plugin's branch should works up to Moodle 3.11.3 version
Thanks again for your efforts to keep this going so far. Wondering if there is any chance you'll be updating this to work on 3.9 and 3.10. Hopefully, they'd only be minor changes needed.
Can Anyone help me about how to add test difficulty levels for questions in Adaptive Quiz ??? We installed this plug-in in moodle 3.9 version. when we add tags to questions some questions are pulling to Adaptive Quiz without displaying Simple or Hard Questions. During Final Output in Adaptive plugin process We want to show whether a question is simple or Hard Question to Students.
How to differentiate questions is it hard or medium or simple ???
I am periodically working on this plugin maintaining. So (despite branch name) I have a version which still compatible even with latest Moodle 3.8.x :
https://github.com/semteacher/moodle-mod_adaptivequiz/tree/MOODLE_32_DEV
I use for adaptive testing CapQuiz: https://moodle.org/plugins/mod_capquiz
Suitable for Moodle 3.7.
Idea?
Kees
As an initial step, I need to update the tags of the questions dynamically when the users answer the questions. Can you please help me.
Can you please tell me where the questions of the Question Bank are stored in the database?
Where the tags of the questions are saved in the database?
Where is the exact place in the code, which the tags are storing to the database?
Dave
Error trying to complete attempt record
More information about this error
Debug info: SELECT * FROM {adaptivequiz_attempt} WHERE uniqueid = ? AND instance = ? AND userid = ?
[array (
0 => 0,
1 => '1',
2 => '2',
)]
Error code: completeattempterror
Stack trace:
line 496 of \lib\setuplib.php: moodle_exception thrown
line 250 of \mod\adaptivequiz\locallib.php: call to print_error()
line 224 of \mod\adaptivequiz\attempt.php: call to adaptivequiz_complete_attempt()