Resetting checkboxes in a Knowledge Check MCQ?
I have a KC slide with a multiple choice question (with multiple correct answers). I have some custom buttonsadded to show whether an answer is right or wrong. What I want to do is have the user either a) click a button and reload the slide, or b) continue with the module. The continue button works fine. The issue is that the checkboxes don't clear on reload.
I did something similar with a drag/drop scenario (huge shoutout to Lilybiri for her advice), using some advanced actions. The thread for that is here. I've created actions for when the slide loads, and also when the user clicks a reset button I've created.
I created a variable v_enter, and on enter I assigned it with cpInfoCurrentFrame. When I click the Reset button, I have an Expression which is cpCmndGotoFrameAndResume = v_enter -2.
When I click the reset button, first the slide reloads. However, the Submit button is disabled, and then it goes on to the next slide anyway.
Is there a way around this? (by the way, this KC is the only question of any type in this file)
