Skip to content

Commit 6e8e0a2

Browse files
Kevin-MMbmcutler
authored andcommitted
[Documentation:TAGrading] sorting and navigation (Submitty#147)
* Documentation changes. * Added images * Changes
1 parent 149df6f commit 6e8e0a2

File tree

6 files changed

+47
-0
lines changed

6 files changed

+47
-0
lines changed

_data/links.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@
3232
children:
3333
- name: Overview
3434
link: ../grader
35+
- name: Sorting and Navigation
3536
- name: Resolving a Grade Inquiry
3637
link: grade_inquiry_grader
3738

Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,46 @@
1+
---
2+
category: Grader
3+
title: Sorting and Navigation
4+
---
5+
6+
### Sorting Options
7+
8+
![](/images/sorting_and_navigation/index.png)
9+
10+
On the grading index page there are several options available to sort students. Many options allow for sorting
11+
in ascending or descending order. Select the option once for ascending order, press it a second time for descending.
12+
13+
**User ID:** Sort students alphabetically by their user ID.
14+
15+
**First Name:** Sort students alphabetically by their first name.
16+
17+
**Last Name:** Sort students alphabetically by their last name.
18+
19+
**Random:** Sort students in a pseudo-randomized order. The random order is different for each gradeable. The purpose
20+
of this sorting order is to help distribute bias that comes along with always being graded first or last for each assignment.
21+
22+
### Prev / Next Student Buttons
23+
24+
![](/images/sorting_and_navigation/prev_next_buttons.png)
25+
26+
These buttons allow the grader to move to the next submission.
27+
28+
**Limited access graders:** These buttons will only move to submissions within the grader's assigned sections.
29+
30+
**Full access graders:** These buttons can be used to browse submissions from all sections.
31+
32+
### Prev / Next Assigned Ungraded Student Buttons
33+
34+
These buttons allow the grader to move to the previous or next ungraded submission.
35+
It is worth noting that these buttons will only move to ungraded submissions within a grader's assigned sections.
36+
37+
With no component open, selecting the next ungraded student button will move to the next submission with *any* component
38+
ungraded. This mode is useful when a grader is responsible for grading all components for a given submission. *(See image below)*
39+
40+
![](/images/sorting_and_navigation/closed_components.png)
41+
42+
When a component is open, selecting the next ungraded student button will move to the next submission with
43+
*that specific component* ungraded. This mode is most useful when multiple graders are grading a single submission, each
44+
working on different components. *(See image below)*
45+
46+
![](/images/sorting_and_navigation/open_components.png)
111 KB
Loading
221 KB
Loading
171 KB
Loading
23 KB
Loading

0 commit comments

Comments
 (0)