10 questions => 0 points when more than 5 wrong answers

10 questions => 0 points when more than 5 wrong answers

Hiram Bollaert發表於
Number of replies: 2

One of our teachers does the following on paper and wants to keep this strategy for his new digital quiz.

A students is presented a set of 10 short answer questions. If the students gives 5 (or more) blank or incorrect answers, he receives 0 as a grade for this set. Otherwise if he gives 10 correct answers the maximal grade is 5.

Has anyone an idea if this is feasible in the current moodle, or if there is a usefull workaround?


Cheers
Hiram

評比平均分數: -
In reply to Hiram Bollaert

Re: 10 questions => 0 points when more than 5 wrong answers

Tim Hunt發表於
Core developers的相片 Documentation writers的相片 Particularly helpful Moodlers的相片 Peer reviewers的相片 Plugin developers的相片

I don't think you can do this just in the quiz,

But, I think you can do this by having a quiz graded out of 10 in the normal way. Then, in the gradebook, use a calculation like new grade = quiz grade - 5. Include new grade in the course total, not quiz grade.

In reply to Tim Hunt

Re: 10 questions => 0 points when more than 5 wrong answers

Hiram Bollaert發表於

Indeed Tim

I was thinking about this as a solution but this implies the exam should consist of more than one quiz.
Thanks for the reply