Hello,
I am using Moodle 3.6.
I set up a close question, worth 3 points, with sub-questions, like this:
Choose a capital letter: {1:MCS:%100%A~%-100%b~%-100%c~%-100%d~%-100%e}
Choose a lowercase vowel: {1:MCS:%-100%A~%-100%b~%-100%c~%-100%d~%100%e}
Choose an uppercase vowel: {1:MCS:%100%A~%-100%b~%-100%c~%-100%d~%-100%e}
I want the students to get:(a) +1 point for every correct answer and -1 point for every wrong answer, if there are more right answers than the wrong ones,
(b) 0 points total if half or more of the answers are wrong.
In other words, if the total score for the question turns out negative, I want it to be changed to 0.
If I change :MCS: to :MRS: above, Moodle does something similar to what I want, but not quite: the score for each sub-question is changed to 0 if it turns out negative. I want this to be done with the total score for the question.
Is it possible to configure the question, the quiz, or the Moodle instance, in such a way, that the mark for the question is forced to be at least 0?
Any workarounds?
I thought about exporting the individual marks and altering them on my PC, but is there away to import them back to the quiz, to overwrite the original marks?