I have a client who wants their students to have unlimited abilites to reset a mcq component in an assessment, but no one can ever find out what the correct answer is. That means no feedback, no correct answer etc.
Which is fine, but the reset itself presents a problem.
If you get a question correct, reset is disabled. Well, nothing tells you that you got the mcq correct, but its pretty obvious and self evident once you catch on why you can't reset.
How can I mod the mcq to allow for reset even after correct answer is chosen? Is it as simple as commenting out some code in the js that is seeing that the question is being correctly answered, and then disabling the reset button?
They also need to be able to reset the question for real. Meaning if someone chooses the correct answer, they can still reset and choose the wrong answer after submitting.
Thanks