Forum Discussion
KennethShurley
10 years agoCommunity Member
How Change State of Button Based on Correct/Incorrect Score?
I am trying to figure out how to change the state of a button based on an answer on a multiple-choice question? I've created a Critical Policies course that requires the user to validate they unders...
MichaelHinze
10 years agoCommunity Member
Have a look at the attached and see if that's what you want. I adapted this from a previous example. I use a simple variable to indicate whether the policy was understood or not. Based on that variable I show the status on the main menu. In this (old) example, I use two checkboxes, but you can adapt the logic as part of a multiple choice question.
- JKD995 years agoCommunity Member
Thank you, Michael! I'd been struggling to figure out something similar for several days and your example gave me enough of a starting point to get the rest of the way. I really appreciate you taking the time to create an example for the rest of us!