Skip to content

Commit 8e889df

Browse files
committed
Docs on testing
1 parent cc1c3c8 commit 8e889df

File tree

8 files changed

+21
-1
lines changed

8 files changed

+21
-1
lines changed
331 KB
Loading
304 KB
Loading
308 KB
Loading
360 KB
Loading

docs/staff/assignments/grading-assignments.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
2-
title: Grading Assignments
2+
title: Assigning Grading Tasks
3+
sidebar_position: 5
34
---
45

56
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).

docs/staff/assignments/handgrading.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
title: Handgrading
3+
sidebar_position: 4
34
---
45

56
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).

docs/staff/assignments/rubrics.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
title: Creating and Managing Rubrics
3+
sidebar_position: 2
34
---
45
### Rubrics: Instructor Guide
56

docs/staff/assignments/testing.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
---
2+
sidebar_position: 3
3+
title: Testing an Assignment
4+
---
5+
6+
Although Pawtograder does *not* provide a feature to "impersonate" a student, it *does* provide a robust feature to allow staff to test an assignment. This feature provisions staff with a repository just like any other student would have, but it does *not* show up in the list of student submissions. You can even mark up the submission with rubric checks to perform a complete end-to-end test of the assignment.
7+
8+
After creating an assignment, you can test it by clicking the "Test Assignment" button, and then clicking "Create Repositories."![Screenshot of the Test Assignment button](assets/testing-1756921042053.png)
9+
10+
After a moment of processing, the page should show a link to your repository. You can then browse that repo, edit things, and commit/push to that repo.
11+
![Screenshot of link to view the test repository](assets/testing-1756921127470.png)
12+
13+
After the submission completes, you'll see a link to view it on that "Test Assignment" page. You may need to refresh the page to see the link, which will only appear once the submission is complete.
14+
![Screenshot of link to view the test submission](assets/testing-1756921180898.png)
15+
16+
The test submission page will look just like it will when viewing a student's submission. You can navigate between rubrics (if applicable) from the dropdown in the right sidebar. You can also navigate between submissions (from students or even from other staff members) from the dropdown in the top bar.
17+
![Screenshot of the test submission](assets/testing-1756921280690.png)

0 commit comments

Comments
 (0)