I'm making a quizz app and i finally got a good code that works with .csv files. But i'm struggling with make the questions appear randomly. The questions is following the sequence of .csv file. can you help showing some adaptation on my code to make it?
For your procedure, select a random item from your list. You will need more blocks to remove the selected item from your list, to ensure that it is not selected again!