I was working on an activity and my mind is blanking. I want to set up the multiple choice component to where students must hit a submit button (most likely the action button) and then if they hit the button twice without success the question stops accessing for correctness and just saying "You have made to many attempts.
You won’t need an Action Button. Just something like this:
showSubmitButton: true
disableChange: this.submitCount>=2
And just add in whatever correctness scheme you like to add to the logic
that is exactly what I was missing. Didnt even think to force in a submit. Thanks!
1 Like
This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.