ethz-let / moodle-qtype_kprime

A four option multiple true-false question type for moodle, as introduced by Krebs (1997). Kprime questions consist of an item stem and four corresponding statements or options.
http://ethz.ch
0 stars 6 forks source link

no points awarded with scoring method "subpoints" with correct and unanswered items #32

Closed a-kempka closed 1 year ago

a-kempka commented 1 year ago

Thank you for your indispensible plugin!

After grading a quiz I noticed that the grading behaves not as expected - either when the attempt is auto-submitted after the time when the quiz is closed or when the student submits the quiz on time: To reproduce the issue:

  1. Create a quiz with a specified end time.
  2. Create a kprime-Question with 4 items
  3. Choose "subpoints" as the scoring method
  4. Set default mark to 4
  5. (optionally) use "shuffle answer statements"
  6. Have a student take the quiz, but only answer n-1 items correctly and omit 1 item
  7. Wait until the time for the quiz is over OR submit the answer on time
  8. Review the attempt of the quiz as a teacher
  9. (optional) re-grade the quiz

Expected result: The student is awarded n-1 (here: 3) points. Actual result:

Re-grading the quiz automatically does not fix the missing points for the question.

a-kempka commented 1 year ago

sorry, wrong plugin - this was for the similarly named qtype_matrix