I am building a quiz app. I've compiled hundreds of multiple-choice questions in a csv file. Each question has one correct answer. There are 3 levels of difficulty.
For each level, I want users to get a random question.
How do I implement that?
Thanks!