> ## Documentation Index
> Fetch the complete documentation index at: https://docs.fermion.app/llms.txt
> Use this file to discover all available pages before exploring further.

# Quiz

> Learn how to create and manage quizzes in your course syllabus

A quiz is an interactive assessment tool that you can use to test your students' knowledge and understanding of the course material. Quizzes can include multiple-choice questions, true/false questions, short answers, and other formats. They help reinforce learning and provide immediate feedback to students.

## How do I create a quiz?

<Steps>
  <Step title="Expand course items">
    Click the <code>+</code> button to expand the course items' view.<br />

    <img src="https://creator-assets.codedamn.com/fermion-instructor/02-08-2024/instructor_66467ae8ada1f52e23942268/ou2MYg6hixAk6KvqwrmrQ" alt="expand-course-items" />
  </Step>

  <Step title="Add a Quiz item">
    Click on <code>Quiz</code>. This will add a quiz inside your chosen section.<br />

    <img src="https://creator-assets.codedamn.com/fermion-instructor/02-08-2024/instructor_66467ae8ada1f52e23942268/9TpXsALUf5KyzEil2SWvv" alt="add-quiz-item" />
  </Step>

  <Step title="Edit the quiz">
    Click on the three dots of the new quiz (added as <code>Quiz: Untitled quiz</code>) and select <code>Edit</code>.<br />

    <img src="https://creator-assets.codedamn.com/fermion-instructor/02-08-2024/instructor_66467ae8ada1f52e23942268/eUyaAcTdiiZgEnMUeI4MM" alt="edit-quiz" />
  </Step>

  <Step title="Set up the quiz details">
    The quiz editor will open in a new tab. Here you can change the quiz title and add details. Make sure to save your changes.<br />

    <img src="https://creator-assets.codedamn.com/fermion-instructor/02-08-2024/instructor_66467ae8ada1f52e23942268/77Ji6Dwypk58OC-7gqR6H" alt="quiz-details" />
  </Step>

  <Step title="Add questions">
    Go to the <code>Questions</code> tab and click <code>Add a new question</code> to create your first quiz question.<br />

    <img src="https://creator-assets.codedamn.com/fermion-instructor/02-08-2024/instructor_66467ae8ada1f52e23942268/iRyqb_HsOqkvMQBRadXnD" alt="add-question" />
  </Step>

  <Step title="Configure question and options">
    After adding a new question, select its type, write the question, and enter multiple options. Mark the correct option(s) as needed.<br />

    <img src="https://creator-assets.codedamn.com/fermion-instructor/02-08-2024/instructor_66467ae8ada1f52e23942268/E7rqcTfmaQlVAcOntx3Zn" alt="question-options" />
  </Step>

  <Step title="Add description or explanation (optional)">
    You may also include a <code>description</code> or <code>explanation</code> for the question.<br />

    <img src="https://creator-assets.codedamn.com/fermion-instructor/02-08-2024/instructor_66467ae8ada1f52e23942268/gLYzQyexiyOcs7sCokg42" alt="question-explanation" />
  </Step>

  <Step title="Save and repeat">
    Save your question. You can add multiple questions to a single quiz.<br />

    <img src="https://creator-assets.codedamn.com/fermion-instructor/02-08-2024/instructor_66467ae8ada1f52e23942268/QQA9K-TYEYUVRPtIbzGx2" alt="save-question" />
  </Step>
</Steps>

## How do I see quiz results and student submissions?

To review student performance on quizzes, follow these steps:

<Steps>
  <Step title="Go to the Instructor Dashboard">
    Navigate to your **Instructor Dashboard** and open the course where you've added the quiz.
  </Step>

  <Step title="Open the Students tab">
    Inside your course dashboard, click on the <strong>Students</strong> tab in the sidebar. This tab shows you all enrolled learners.
  </Step>

  <Step title="Click on overall progress">
    Within the Students tab, click on <strong>Overall progress</strong>. Here, you'll get a snapshot of student completion and activity across all course items, including quizzes.
  </Step>

  <Step title="View quiz submissions">
    Locate the quiz you want to review. Next to the quiz name in the list, click on <strong>View submissions</strong>.<br />

    <img src="https://67d6ad5ef66ee0901532fd2f.storage.fermion.app/public-uncached/object-store-public-files/uploads/12-12-2025/Arc_QAknfIiUd0.tgbewa.png" alt="Accessing quiz submissions in instructor dashboard" />
  </Step>

  <Step title="Use the submissions page to filter and find students">
    You will be taken to the quiz submissions page.<br />

    <img src="https://67d6ad5ef66ee0901532fd2f.storage.fermion.app/public-uncached/object-store-public-files/uploads/12-12-2025/Arc_M8NZEa60UJ.zgjklb.png" alt="Quiz submissions list with filters" />

    <br />

    Here you can:

    <ul>
      <li>See a list of all students.</li>
      <li>Filter the list by <strong>Attempted</strong> or <strong>Not Attempted</strong> to quickly find who has completed the quiz.</li>
    </ul>
  </Step>

  <Step title="Expand a student's submission for full details">
    Click on any student's name to expand their submission.<br />

    <img src="https://67d6ad5ef66ee0901532fd2f.storage.fermion.app/public-uncached/object-store-public-files/uploads/12-12-2025/Arc_AeeTeq4H0l.jxonup.png" alt="Expanded quiz submission details" />

    <br />
  </Step>
</Steps>
