As a hs student this new project is basically a quiz app and whenever i try the app it goes well but whenever i go on to the quiz it says all the answers is correct which is not help me (tama means correct) (mali is incorrect)
Where is the code that receives the answer from the user and loads it into the answer global variable?
P.S. which video game left you in Caps Lock?
...
This is a cascade problem.
When one checkbox is flipped to true, the other checkboxes get flipped to false.
This trips their checkbox changed events, where they sense that they are false, and they then reset the global answer to blank, out of spite I guess.
I would remove those 3 else clauses.
You can watch this problem if you use a Label.Text instead of that global answer variable.
P.S. List Pickers make nice radio buttons.
thanks for pointing it out. its working now thank you!
This is not necessary here ...
The User will not select more than one ̶T̶e̶x̶t̶B̶o̶x̶
**CheckBox**
at the same time... and you can clear the 3 CBs when presenting a new question.
Lito
@>-->---
They are checkboxes...