Answer using Listview

How will I check the answer in listview

I have a generated question and I want to check their answer in listview

And I want also to put leaderboard

Show your relevant blocks, explain more what you are trying to achieve.

Search the community for leader board and/or score board

How do you generate questions?

There is a sketcher and will draw certain object base on generated word

(Canned Reply: ABG- Export & Upload .aia)
Export your .aia file and upload it here.

export_and_upload_aia

.

LetmeGuess.aia (1.0 MB)

Based on your code, I would recommend a List Picker instead of a ListView, to save screen space for the guesser.



LetmeGuess (1).aia (1.0 MB)

I left out the score code, which you can gather from these samples:

Thank you so much for your help!

One more thing, I want to hide the guess list picker when I'm the sketcher and I want to hide the start button until the guesser did not answer

To hide a control, set its .Visible to false, using blocks, in the events where you commit the app to doing something else that doesn't need it.