Quiz App With List Picker

I have a quiz app and I am using a list picker instead of a text box. When I click the correct answer, it still says "Incorrect, Try again!" and I am not able to get it to be correct. I also inserted some parts of my code below.




A list of elements will never compare to a selection from a list.

Use listPicker.Selection.

Thank you!