I'm looking to create twenty question quizzes that are populated randomly from a larger repository of questions. This functionality would allow me to give each user a mostly unique quiz.
So far, the questions are multiple choice and I plan to use conditionals to ensure that user answers are correct before submitting.
Could anyone advise me as to the best way I might go about ordering my questions randomly?
Thanks for your time.