We have this quiz app with multiple choices, the whole app works perfectly fine except for the answers. When you click the correct answer it still says you're wrong. How do we fix this, since we need this app for our school project. Thank you!
App:
Blocks:
The answer of a checkbox is not in the true/false .checked value.
It's in the .text value of the checkbox
By the way, you can use a generic checkbox changed event to consolidate your coding mistakes.
So should the answer be in the true/false .checked value? Also is the problem in this part?