Skip to content

Commit 4c10190

Browse files
committed
incorporated feedback
1 parent 4b61168 commit 4c10190

6 files changed

Lines changed: 51 additions & 34 deletions

File tree

-5.57 KB
Loading
-20 KB
Loading
-23.9 KB
Loading

source/img/guides/rubricprelim.png

5.39 KB
Loading

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

Lines changed: 50 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -10,48 +10,63 @@ You can find the **LLM Based Rubric** assessment in the **Manually Graded** sect
1010

1111
There are three steps to this process.
1212

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
1616

17+
.. Note:: Step 3 is required - LLM feedback will not be released to the student until the instructor reviews and approves it.
1718

18-
LLM-Based Rubric Creation
19-
-------------------------
19+
LLM-Based Rubric Creation (Step 1)
20+
----------------------------------
2021

2122
Add an **LLM Based Rubric** assessment to your guide page and follow the steps below.
2223

23-
- Add a solution file (1) if you wish the rubric creation process to consider your solution.
2424

25-
.. image:: /img/guides/llmbasedrubric.png
26-
:height: 600
27-
:alt: Generate a rubric
25+
1. On the **General** page, enter the following information:
2826

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.
3028

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.
3232

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:
3934

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.
4136

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.
4553

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:
4755

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
4959

50-
- Once you have reviewed the rubric items and other settings, click **Save** to save the assessment.
5160

61+
- Once you are done, click **Generate Using AI**.
5262

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+
------------------------------------------------
5570

5671
The LLM Grading agent uses the following to grade the student work:
5772

@@ -61,15 +76,17 @@ The LLM Grading agent uses the following to grade the student work:
6176
- The student file
6277
- The rubric generated in the previous step to identify the grading criteria
6378

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+
6885

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.
6989

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**.
7390
.. image:: /img/guides/rubricapproval.png
7491
:height: 600
7592
:alt: The teacher approves each comment generated by the LLM grader

source/instructors/authoring/assessments/student-submission.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
=.. meta::
1+
.. meta::
22
:description: Student Submission Options
33

44
.. _student-submission:

0 commit comments

Comments
 (0)