Review "de-activate exam-keys" when another exam is active for the same student
Looking at the
deactivate()
function, it just seems to remove everyone from exam mode, while there might still be an active exam.For example, there was an early-start version of the ADS exam for only 2 students, but keys were generated for all enrolled students. The other students started the actual exam at the usual time with keys enabled for that exam.
When I disable the exam keys for the early start version, while the usual exam is still running, does that remove the exam mode for the other students?
Submitted by Elmer van Chastelet on 11 December 2019 at 22:07
Issue Log
It did remove exam mode for all students who had a submission for an exam assignment. This is a bug, as it should only remove exam mode for students who are actually doing the exam for which keys are deactivated (instead of everyone with a submission object for the exam for which the keys get deactivated)
This is fixed now
Log in to post comments