Skip to content Skip to sidebar Skip to footer

Selecting Multiple Correct Answers From Buttons

Game screen of my application. Hello everyone, I am currently in the middle of developing my quiz app game, and its main mechanics is it's possible that there is one or more possi

Solution 1:

I think you can use CHeckBoxes instead of using buttons and take binary values in some array and compare that to your database values, I think that might be easier and more clean as an UI perspective.


Post a Comment for "Selecting Multiple Correct Answers From Buttons"