Skip to content

Commit 9a6cc04

Browse files
authored
added clear assessments section (#444)
<!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit * **Documentation** * Improved formatting in the assessment authoring guide: corrected image alignment and alt-text presentation for clearer reading. * Added a "How to Clear Assessment Answers" section with step-by-step instructions and before/after visuals to help instructors manage responses. * Updated the Collapsible Content example delimiter in the Markdown authoring guide for more consistent rendering. <sub>✏️ Tip: You can customize this high-level summary in your review settings.</sub> <!-- end of auto-generated comment: release notes by coderabbit.ai -->
1 parent a7fb28d commit 9a6cc04

4 files changed

Lines changed: 20 additions & 4 deletions

File tree

216 KB
Loading
129 KB
Loading

source/instructors/authoring/assessments/add-assessment.rst

Lines changed: 19 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,8 @@ To add a new assessment for an assignment, follow these steps:
4848
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**.
4949
2. Click the **Assessments** button and choose the type of assessment you want to add to the assignment.
5050

51-
.. image:: /img/guides/add_assessment.png
52-
:alt: Add Assessment
51+
.. image:: /img/guides/add_assessment.png
52+
:alt: Add Assessment
5353

5454
3. Fill the appropriate fields and click **Create**.
5555

@@ -71,4 +71,20 @@ Refer to the specific topics for the type of assessment:
7171
- :ref:`Parsons Puzzle <parsons-puzzle>`
7272
- :ref:`Random Assessment <random>`
7373
- :ref:`LLM Rubric Grader <llm-based-rubric>`
74-
- :ref:`LLM Rubric Autograde <llm-based-auto-rubric>`
74+
- :ref:`LLM Rubric Autograde <llm-based-auto-rubric>`
75+
76+
77+
How to Clear Assessment Answers
78+
-------------------------------
79+
80+
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.
81+
82+
Before:
83+
~~~~~~~
84+
.. image:: /img/guides/clear_assessment_answers.png
85+
:alt: Clear Assessment Answers
86+
87+
After:
88+
~~~~~~
89+
.. image:: /img/guides/clear_assessment_answersafter.png
90+
:alt: Clear Assessment Answers

source/instructors/authoring/guides/markdown_content.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -346,7 +346,7 @@ Collapsible content is useful for providing information that students can reveal
346346
- If you want the content to show by default, use `<details open>`.
347347

348348
Example
349-
"""""""
349+
~~~~~~~
350350

351351
.. image:: /img/guides/collapsible.png
352352
:alt: Collapsible content

0 commit comments

Comments
 (0)