From bcca1fda04fab10369b9f2f195bceaa0a5f29096 Mon Sep 17 00:00:00 2001 From: Leung Cheng Date: Fri, 2 Aug 2024 23:40:08 +0800 Subject: [PATCH] Add hint --- src/app/components/editor.tsx | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/app/components/editor.tsx b/src/app/components/editor.tsx index 32524a5..436b80d 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 (