Skip to content

Commit 4007f19

Browse files
committed
a few more tweaks
1 parent 4c10190 commit 4007f19

1 file changed

Lines changed: 12 additions & 4 deletions

File tree

source/instructors/authoring/assessments/llm-based-rubric.rst

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
LLM-Based Rubric Grader
88
=======================
9-
You can find the **LLM Based Rubric** assessment in the **Manually Graded** section of the Assessments tab. More information about adding assessments can be found in :ref:`our assessment documentation <add-assessment>`.
9+
You can find the **LLM Based Rubric** assessment in the **Manually Graded** section of the Assessments tab. More information about adding assessments can be found in our :ref:`assessment documentation <add-assessment>`.
1010

1111
There are three steps to this process.
1212

@@ -38,7 +38,7 @@ Add an **LLM Based Rubric** assessment to your guide page and follow the steps b
3838
:height: 600
3939
:alt: Generate a rubric
4040

41-
- Then, click the **Generate Rubrics** (2) button to initiate the process.
41+
- Click the **Generate Rubrics** (2) button to initiate the process.
4242

4343
The **Rubric Creation Agent** uses the following items to generate the rubric items:
4444

@@ -49,9 +49,9 @@ Add an **LLM Based Rubric** assessment to your guide page and follow the steps b
4949
- The Course, Module, and Assignment name
5050
- Requirements specified in the Rubric creation tab
5151

52-
.. Note:: You are not required to add rubric requirements; the process will also use general code grading norms to supply rubric items.
52+
.. Note:: If you do not add rubric requirements; the process will use general code grading norms to supply rubric items.
5353

54-
You can add your requirements in the **Rubrics Requirements** dialog:
54+
(optional) Add your requirements in the **Rubrics Requirements** dialog:
5555

5656
.. image:: /img/guides/llmrubricreqs.png
5757
:height: 600
@@ -92,3 +92,11 @@ The final step involves the instructor opening the student assignment and select
9292
:alt: The teacher approves each comment generated by the LLM grader
9393

9494

95+
Rubric Requirements Example
96+
---------------------------
97+
98+
.. code-block:: text
99+
100+
Use the following criteria, assigning equal weight to each one.
101+
- Program correctness
102+
- Proper and efficient usage of a dictionary data structure

0 commit comments

Comments
 (0)