What I’m trying to do:
build a quiz app with a leaderboard, and i cant figure out how to make the multiple choice questions. I especially need help with the code, as its my first time using it.
Hi,
It ultimately depends on the architecture of your application.
For the multiple choice questions, I suggest using a repeating panel with each of the answer choices (assuming it isn’t open ended) itemized using the radio button.
To rank users, you might want to set that as a background task that runs each day.
Without knowing the architecture of your app, however, I’m limited with how much insight I can provide.
1 Like