|
patch file for moodle 1.8.4
patch file for Moodle 1.9.1
I suggest we apply this patch to Moodle 1.8 and 1.9 branches to fix the bug.
Then, Jamie is doing some work for Moodle 2.0 (specification here http://docs.moodle.org/en/Development:Quiz_report_enhancements#Individual_Item_Analysis_report Does this seem like the right approach? please comment. Tim,
The approach you suggest is fine with me. Joseph tested on 1.9. Fixed. Thanks for reporting and thanks for fixing it.
Oups, I tested on 1.8 as well, and it doesn't work. The Item analysis page doesn't display anything.
I created a new course, with a quizz with only one short answer question. Answers are celine, c*line, and *line In this course I have only one student which realise four attempts (celine,caline,aline,cabine) The admin go on Quizz/Results/Item Analysis => empty page If you turn on debugging, the blank page becomes
Fatal error: Call to undefined function question_has_capability_on() in /var/www/html/tjh238/1.8/mod/quiz/report/analysis/report.php on line 319 Which is a stupid merge error by me. Am fixing. Thanks for the information Tim. I forgot to change back my debugging settings.
bug fix, perfect
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Should probably go to HEAD as well.
However, with this patch, the students' actual responses are not displayed at all, which is a loss of information. Ideally I would like a report which would display a) the Answer's text with correct R. count and b) the students' actual responses with their own R.count too.
Joseph