Skip to content

Commit

Permalink
Merge pull request #69 from leung018/mc-45-edit-page-hint
Browse files Browse the repository at this point in the history
Add hint
  • Loading branch information
leung018 authored Aug 2, 2024
2 parents b67ff8d + 7e45047 commit e5b9d4d
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 className="mb-3">
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 e5b9d4d

Please sign in to comment.