Need help with the answers in our quiz app

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:
Block (1)


Block (3)

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.

1 Like

So should the answer be in the true/false .checked value? Also is the problem in this part?

answers

1 Like