Hello,
(Moodle 3.5.9+)
I would like to know how to make this scenario work (if it's possible ...) :
- a Cloze Question including five questions - 1 point each.
- the test this question will be used in goes in interactive mode : three hints may be needed at most- so four attempts will be allowed.
- penalties are set (to track as usual which students have read some hints).
- completion : five right answers are required to get on the next activity of the course.
My question : student A who misses his all first three attempts and eventually gets right the all five answers on his very last try (the fourth one) must go on the next activity ; but student B who gets four questions right let's say as soon as his very first attempt, but never manages to get the last one right, doesn't.
Even with 10% penalties the scenario doesn't work since it goes like this :
- student A :
- 0*1
- 0*0,9
- 0*0,8
- 5*0,7 -> 3,5pts
- student B :
- 4*1+0*1
- 4+0*0,9
- 4+0*0,8
- 4+0*0,7 - > 4pts
Since student A gets at the end a lowest grade than student B, the completion condition of a required passing grade will not make this work.
A question right answered on the very last try (the fourth one) must earn more than 80% of its intial score.
Like this :
- student A :
- 0*1
- 0*0,95
- 0*0,9
- 5*0,85 -> 4,25pts
- student B :
- 4*1+0*1
- 4+0*0,95
- 4+0*0,9
- 4+0*0,85 - > 4pts
And still the penalties would track who used hint, and who did not, between one who gets the five rights answers on first try (5 pts out of 5) and one who gets the same right five answers on second, third or fourth try.
So here is my question : is there a way to set a penalty between 0% and 10% to achieve the above question behaviour ?
Thanks for any tip on this - I may miss something,
Dominique