Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added source/img/guides/clear_assessment_answers.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
22 changes: 19 additions & 3 deletions source/instructors/authoring/assessments/add-assessment.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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**.

Expand All @@ -71,4 +71,20 @@ Refer to the specific topics for the type of assessment:
- :ref:`Parsons Puzzle <parsons-puzzle>`
- :ref:`Random Assessment <random>`
- :ref:`LLM Rubric Grader <llm-based-rubric>`
- :ref:`LLM Rubric Autograde <llm-based-auto-rubric>`
- :ref:`LLM Rubric Autograde <llm-based-auto-rubric>`


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
2 changes: 1 addition & 1 deletion source/instructors/authoring/guides/markdown_content.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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 `<details open>`.

Example
"""""""
~~~~~~~

.. image:: /img/guides/collapsible.png
:alt: Collapsible content
Expand Down