Importing multiple-choice questions + randomizing questions in the app

Database & APIs

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!

What have you tried so far?
Did you check FlutterFlow's Documentation for this topic?
Yes
2