Certain kind of quiz report

Certain kind of quiz report

par Julian Flock,
Nombre de réponses : 3

Hi,

I'm a student in teaching mathematics and interested in a certain kind of quiz report. It would be great, if you could categorize wrong answers of the multiple-choice test to several "kinds of mistakes". I couldn't find this possibility in moodle. I have some basic skills in php and MySQL but never wrote a plugin. So my question is, if it is possible to write a plugin, which solves this problem. My first idea was to write a new question-type, called "Multiple-Choice with categorizable answers". Is this an approach that makes sense?
Thank you for your help.

Greetings

Moyenne des évaluations  -
En réponse à Julian Flock

Re: Certain kind of quiz report

par Jamie Pratt,

What you want to do might be best done as a quiz report. You can write a new plug in to define a quiz report. And quiz reports can set up tables for their own purposes in the Moodle db.

But there would be advantages to making a special question type too. Probably you could extend the existing multiple choice question type and add bits to the question editing form to specify a category for each answer. If you make a special question type then you could back up and restore and export import this information too, which you would not be able to do from within a quiz report plug in.

 

Tell us more about what you mean by 'kind of mistake'?