Skip to content

Commit

Permalink
Add hint
Browse files Browse the repository at this point in the history
  • Loading branch information
leung018 committed Aug 2, 2024
1 parent b67ff8d commit bcca1fd
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/app/components/editor.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -396,6 +396,12 @@ function QuestionSetEditor({
/>
</label>
</div>
<p>
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 <b>Fixed Position</b>, it won&apos;t be swapped. This is helpful
if you want to create a choice like &apos;None of the above&apos;.
</p>

{questionSetInput.questions.map((question, questionIndex) => {
return (
Expand Down

0 comments on commit bcca1fd

Please sign in to comment.