diff --git a/src/app/components/editor.tsx b/src/app/components/editor.tsx index 32524a5..fe55fd1 100644 --- a/src/app/components/editor.tsx +++ b/src/app/components/editor.tsx @@ -396,6 +396,12 @@ function QuestionSetEditor({ /> +
+ Each time you play the quiz, the system may swap the order of the + choices for each question. For each choice in the question, if you + check Fixed Position, it won't be swapped. This is helpful + if you want to create a choice like 'None of the above'. +
{questionSetInput.questions.map((question, questionIndex) => { return (