studentquiz / moodle-mod_studentquiz

Moodle-Plugin
GNU General Public License v3.0
38 stars 38 forks source link

Reset the star ratings after change of the question #413

Open ghost opened 2 years ago

ghost commented 2 years ago

First of all: Tanks a lot for this great tool for lazy teachers. Great work!

Please make it possible to choose wheather the star ratings should be resetted or not if sb changes the question.

Otherwise the student has only little motivation to improve a specific question, when it got a bad feedback.

oucnelson commented 2 years ago

I'm not sure that teachers are ever lazy, especially when going out of their way to support higher-order cognitive skills in their students ;-)

We are currently working on making StudentQuiz compatible with Moodle 4.0, which also gives us question versioning.

Once we have got StudentQuiz working (hopefully only a week or so to go), this is one of the decisions we will need to make: how to ensure ratings and comments work with a new question version.

Personally I agree: a new question version should have different ratings to the earlier version. Implementing this in the StudentQuiz interface might be a bit tricky as we will want to retain that data. So maybe ratings for this version, previous versions, overall rating etc? Anyway, something for me to think about in a few weeks.