diff --git a/source/img/guides/clear_assessment_answers.png b/source/img/guides/clear_assessment_answers.png new file mode 100644 index 00000000..828e1703 Binary files /dev/null and b/source/img/guides/clear_assessment_answers.png differ diff --git a/source/img/guides/clear_assessment_answersafter.png b/source/img/guides/clear_assessment_answersafter.png new file mode 100644 index 00000000..27e724fe Binary files /dev/null and b/source/img/guides/clear_assessment_answersafter.png differ diff --git a/source/instructors/authoring/assessments/add-assessment.rst b/source/instructors/authoring/assessments/add-assessment.rst index ef33ca01..c5ea45fc 100644 --- a/source/instructors/authoring/assessments/add-assessment.rst +++ b/source/instructors/authoring/assessments/add-assessment.rst @@ -48,8 +48,8 @@ To add a new assessment for an assignment, follow these steps: 1. Open the assignment in the course, and click the **Edit** button to open the Guide Editor. You can also click the **Tools** menu and choose **Guides > Edit**. 2. Click the **Assessments** button and choose the type of assessment you want to add to the assignment. - .. image:: /img/guides/add_assessment.png - :alt: Add Assessment +.. image:: /img/guides/add_assessment.png + :alt: Add Assessment 3. Fill the appropriate fields and click **Create**. @@ -71,4 +71,20 @@ Refer to the specific topics for the type of assessment: - :ref:`Parsons Puzzle ` - :ref:`Random Assessment ` - :ref:`LLM Rubric Grader ` -- :ref:`LLM Rubric Autograde ` \ No newline at end of file +- :ref:`LLM Rubric Autograde ` + + +How to Clear Assessment Answers +------------------------------- + +To clear assessment answers, navigate to the Education menu and click **Clear Assessment Answers**. A confirmation dialog will appear—click **Yes** to proceed. This removes all answered questions from the database, resetting the assessment to its initial state as if it had never been run. + +Before: +~~~~~~~ +.. image:: /img/guides/clear_assessment_answers.png + :alt: Clear Assessment Answers + +After: +~~~~~~ +.. image:: /img/guides/clear_assessment_answersafter.png + :alt: Clear Assessment Answers \ No newline at end of file diff --git a/source/instructors/authoring/guides/markdown_content.rst b/source/instructors/authoring/guides/markdown_content.rst index 503c54a4..390a227e 100644 --- a/source/instructors/authoring/guides/markdown_content.rst +++ b/source/instructors/authoring/guides/markdown_content.rst @@ -346,7 +346,7 @@ Collapsible content is useful for providing information that students can reveal - If you want the content to show by default, use `
`. Example -""""""" +~~~~~~~ .. image:: /img/guides/collapsible.png :alt: Collapsible content