jhoopes / moodle-mod_activequiz

Update to the realtimequiz module, but renamed as a totally new module
6 stars 15 forks source link

Add/Remove questions on the fly #32

Open jhoopes opened 8 years ago

jhoopes commented 8 years ago

Add and remove questions on the fly during a quiz attempt

kbink commented 8 years ago

Hi John, I wanted to comment on this request and perhaps clarify it a bit. Here are our use cases. An instructor has assigned questions to the quiz. During the session one of the questions is not asked. This means it is not started or ended. That question is counting against students. Questions that have not been started should not count in the quiz. Alternatively there is currently no way to delete a question from the quiz (after the session is closed would be fine) and update sessions already completed. Deleting a question from a specific session might be another way to do this. Setting this up as a delete after the session closes would also address our second use case.

Use case 2 - Upon reflection an instructor decides that a question that was asked in class is just a poor question. She would like to be able to delete it after the session is already closed and have the grades for that session (or all sessions?) recalculated.

These two use cases do not comment on the question on the fly (which would be nice, but I think is a different function).

One of our instructors has run into the unasked question several times in just a few months of use and has had to go in and manually recalculate everyone's grades to remove that question. If there were a bulk fill or replace score option for a question, that would be a cool additional feature that would help.

And though this may not be the place for it, what exactly does the regrade button do? We've tried it in several instances and it never actually does anything that we can tell.

Kalli

kbink commented 8 years ago

John,

I was wondering if you have made any progress on this. It is the one thing making Active Quiz difficult to use. If an instructor doesn't get to all the questions, the missed question appears to count as a zero against the score. Or was this fixed in the latest version?