Skip to content

Commit cc1c3c8

Browse files
committed
more docs
1 parent 6b569a2 commit cc1c3c8

28 files changed

+190
-16
lines changed
614 KB
Loading
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"label": "Assignments",
3+
"position": 2,
4+
"link": {
5+
"type": "generated-index",
6+
"slug": "/assignments"
7+
}
8+
}
421 KB
Loading
449 KB
Loading
237 KB
Loading
683 KB
Loading
475 KB
Loading
560 KB
Loading
Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
---
2+
title: Grading Assignments
3+
---
4+
5+
Pawtograder has a robust feature to allow instructors to assign grading tasks to staff. When a grading task is assigned, the instructor can set a due date for that task, and re-assign the task to a different grader if needed. Pawtograder will also automatically allow any other grader to complete the task if the original grader is unable to complete it (without needing to re-assign the task).
6+
7+
## Conflicts of interest
8+
Pawtograder will automatically ensure that graders do not grade assignments that they have a conflict of interest in. Graders can self-input their conflicts (under "Course Settings" - "Grading Conflicts"), and instructors can review and enter conflicts for all graders in the class. Graders are encouraged to input a "Reason" for their conflict, so that instructors can understand the nature of the conflict and help avoid declaring spurious conflicts.
9+
10+
![Grading Conflicts Dashboard](assets/grading-assignments-1756052760269.png)
11+
12+
## Assigning Grading Tasks
13+
Pawtograder's "Bulk Assign Grading" feature (from an Assignment's "Grading Assignments" page) allows instructors to assign grading tasks to staff in bulk.
14+
15+
![Screenshot of Bulk Assign Grading form](assets/grading-assignments-1756052527424.png)
16+
17+
The algorithm will first split submissions between graders (assigning all selected rubric parts to each grader, aka "Assign by submission"), or split the rubric parts between graders first (assigning each submission to different graders for each rubric part, aka "Assign by rubric part").
18+
19+
You can choose which rubric to assign (the "Grading Rubric" is the default, and what is used to calculate the student's grade for the assignment), and optionally choose which rubric parts to assign.
20+
21+
The algorithm will only operate over unassigned grading tasks. To support complex workflows, you can manually assign some subsets at a time (filtering by section or tag).
22+
23+
To select asignees, you can filter by role (e.g. graders, instructors, or both), and optionally filter by tag. The form will show which graders will be assigned, and you can manually override the selection of graders.
24+
25+
You can choose to reuse existing grading assignments (e.g. if you want to assign the same graders to the same submissions as a previous assignment, or even to assign the same graders a different rubric on the same submissions). Selecting this option will override all balancing efforts.
26+
27+
Lastly, you can choose to enforce that graders are **not** assigned to the same submission as they were on a prior assignment or rubric. This feature is useful to assign meta-graders, where the meta-grader is a different grader than the one who graded the submission.
28+
29+
You will be able to preview the assignments before creating them, and can manually tweak them through the drag-and-drop interface.
Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
---
2+
title: Handgrading
3+
---
4+
5+
Instructors can define multiple handgrading rubrics for each assignment, although the most typical mechanism is to simply use the "Grading Rubric" (which, combined with the autograder score, is used to compute the score for each submission).
6+
7+
Once all required rubric checks are done, the grader can click the "Complete Review" button to confirm that they have completed grading. This does **not** release the review to the student, but indicates to the instructor that it **could** be released (at the instructor's discretion).
8+
9+
## Grading submissions that you have been assigned
10+
When you have submissions assigned to grade, you will see a summary of them on the assignment's landing page.
11+
12+
![Screenshot of the Handgrading page, showing a list of submissions that you have been assigned to grade](assets/handgrading-1756054330152.png)
13+
14+
Click on any submission to view the grading interface. Click on the "Files" tab to view the submission's files.
15+
16+
Instructors can assign graders to entire submissions (grading the whole rubric on each submission), or can assign graders to only parts of each rubric for each submission. The grading interface will show you the rubric parts that you have been assigned to grade, and you can grade each part individually. If you are assigned to grade only a part of the rubric, you can also click on "View + Grade Full Rubric" to have access to grade the full rubric.
17+
18+
![Screenshot of the Handgrading page, showing a list of submissions that you have been assigned to grade](assets/handgrading-1756060030919.png)
19+
20+
You can also grade the submission as a whole, by clicking on the "Grade" button.
21+
22+
23+
24+
## Grading submissions without assignments
25+
26+
If you have not been assigned to grade any submissions, you will see a list of all submissions on the assignment's landing page.
27+
28+
![Screenshot of the Handgrading page, showing a list of all submissions](assets/handgrading-1756060230792.png)
29+
30+
By clicking on a student/group name, you will be taken to the grading interface for that submission.
31+
32+
![Screenshot of the Handgrading page, showing a list of all submissions](assets/handgrading-1756060471440.png)

0 commit comments

Comments
 (0)