1. Randomizing Quiz Questions
TeacherBackground
A teacher has a list of 20 questions and wants to create three different versions of a quiz to prevent students from sharing answers.
Problem
Manually reordering questions is tedious and prone to human bias.
How to use
Paste the list of questions, select 'Fisher-Yates' as the algorithm, and generate the output in 'Simple' format.
shuffleAlgorithm: fisher-yates, outputFormat: simpleOutcome
The tool provides a perfectly randomized list of questions that can be copied directly into the quiz document.