You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: source/instructors/authoring/assessments/llm-based-rubric.rst
+50-33Lines changed: 50 additions & 33 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,48 +10,63 @@ You can find the **LLM Based Rubric** assessment in the **Manually Graded** sect
10
10
11
11
There are three steps to this process.
12
12
13
-
- Rubric generation
14
-
- LLM-based grading using the generated rubric
15
-
- Teacher approval of LLM-generated grades
13
+
1. Rubric generation
14
+
2. LLM-based grading using the generated rubric
15
+
3. Manual approval of LLM-generated grades by the instructor
16
16
17
+
.. Note:: Step 3 is required - LLM feedback will not be released to the student until the instructor reviews and approves it.
17
18
18
-
LLM-Based Rubric Creation
19
-
-------------------------
19
+
LLM-Based Rubric Creation (Step 1)
20
+
----------------------------------
20
21
21
22
Add an **LLM Based Rubric** assessment to your guide page and follow the steps below.
22
23
23
-
- Add a solution file (1) if you wish the rubric creation process to consider your solution.
24
24
25
-
.. image:: /img/guides/llmbasedrubric.png
26
-
:height:600
27
-
:alt:Generate a rubric
25
+
1. On the **General** page, enter the following information:
28
26
29
-
- Then, click the **Generate Rubrics** (2) button to initiate the process.
27
+
- **Name** - Enter a short name that describes the test. This name is displayed in the teacher dashboard so the name should reflect the challenge and thereby be clear when reviewing.
30
28
31
-
The **Rubric Creation Agent** uses the following items to generate the rubric items:
29
+
Toggle the **Show Name** setting to hide the name in the challenge text the student sees.
30
+
31
+
- **Instructions** - Enter text that is shown to the student using optional Markdown formatting.
32
32
33
-
- The assessment name
34
-
- Instructions provided in the **General** tab of the assessment
35
-
- Content of the Guide Page where the assessment is being added
36
-
- Contents of the provided solution file
37
-
- The Course, Module, and Assignment name
38
-
- Requirements specified in the Rubric creation tab
33
+
2. Click **Grading** in the navigation pane and complete the following information:
39
34
40
-
- You can add your requirements in the **Rubrics Requirements** dialog.
35
+
- Add a solution file (1) if you wish the rubric creation process to consider your solution.
41
36
42
-
.. image:: /img/guides/llmrubricreqs.png
43
-
:height:600
44
-
:alt:Area to add your rubric requirements
37
+
.. image:: /img/guides/llmbasedrubric.png
38
+
:height:600
39
+
:alt:Generate a rubric
40
+
41
+
- Then, click the **Generate Rubrics** (2) button to initiate the process.
42
+
43
+
The **Rubric Creation Agent** uses the following items to generate the rubric items:
44
+
45
+
- The assessment name
46
+
- Instructions provided in the **General** tab of the assessment
47
+
- Content of the Guide Page where the assessment is being added
48
+
- Contents of the provided solution file
49
+
- The Course, Module, and Assignment name
50
+
- Requirements specified in the Rubric creation tab
51
+
52
+
.. Note:: You are not required to add rubric requirements; the process will also use general code grading norms to supply rubric items.
45
53
46
-
- Once you are done, click **Generate Using AI**. Note: You are not required to add anything to this dialog; the process will also use general code grading norms to supply rubric items.
54
+
You can add your requirements in the **Rubrics Requirements** dialog:
47
55
48
-
- You can provide additional rubric items by clicking **Add Rubric** and entering information.
56
+
.. image:: /img/guides/llmrubricreqs.png
57
+
:height:600
58
+
:alt:Area to add your rubric requirements
49
59
50
-
- Once you have reviewed the rubric items and other settings, click **Save** to save the assessment.
51
60
61
+
- Once you are done, click **Generate Using AI**.
52
62
53
-
LLM Grading Based on the Created Rubric
54
-
---------------------------------------
63
+
64
+
- You can provide additional rubric items by clicking **Add Rubric** and entering information.
65
+
- Once you have reviewed the rubric items and other settings, click **Save** to save the assessment.
66
+
67
+
68
+
LLM Grading Based on the Created Rubric (Step 2)
69
+
------------------------------------------------
55
70
56
71
The LLM Grading agent uses the following to grade the student work:
57
72
@@ -61,15 +76,17 @@ The LLM Grading agent uses the following to grade the student work:
61
76
- The student file
62
77
- The rubric generated in the previous step to identify the grading criteria
63
78
64
-
The grading occurs when the student clicks the **Check It** button. The student receives information about whether they have passed or failed each rubric item, but does not see the rest of the LLM-generated feedback until after the instructor conducts their review.
65
-
.. image:: /img/guides/rubricprelim.png
66
-
:height:600
67
-
:alt:Preliminary grading information displayed to the student
79
+
.. Note:: The grading occurs when the student clicks the **Check It** button. The student receives information about whether they have passed or failed each rubric item, but does not see the rest of the LLM-generated feedback until after the instructor conducts their review.
80
+
81
+
.. image:: /img/guides/rubricprelim.png
82
+
:height:600
83
+
:alt:Preliminary grading information displayed to the student
84
+
68
85
86
+
Manual Approval by Instructor (Step 3)
87
+
--------------------------------------
88
+
The final step involves the instructor opening the student assignment and selecting the passing test cases as part of the :ref:`grading process <grading>`. The instructor can also edit the comments generated by the LLM. Once this process is complete, click on **Apply Grade**. Once the feedback is released to students, it cannot be modified.
69
89
70
-
Manual Approval by Instructor
71
-
-----------------------------
72
-
The final step involves the instructor opening the student assignment and selecting the passing test cases as part of the :ref:`grading process <grading>`. The instructor can also edit the comments generated by the LLM. Once this process is complete, click on **Apply Grade**.
73
90
.. image:: /img/guides/rubricapproval.png
74
91
:height:600
75
92
:alt:The teacher approves each comment generated by the LLM grader
0 commit comments