How Change State of Button Based on Correct/Incorrect Score?

Mar 10, 2016

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 understand the policy. The policies are their own scene, accessed by a button from a main menu. The user clicks the button to access the policy, reads, and validates their understanding. Once they validate they do or do not understand the policy, they return to the main menu to access the other policies. I want the button to have a green checkmark indicating they validated their understanding and a red checkmark validating they do not understand the policy. Any advice??

6 Replies
Michael Hinze

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.