Skip to content

Add keyboard shortcuts for grading

Hugo Kerstens requested to merge Hugo/zesje:grading-shortcuts into master

This merge request adds keyboard shortcuts in the grading view. This MR closes #55 (closed).

The shortcuts are as described by @anton-akhmerov in the discussion of #179 (closed)

  • up/down could move the selected feedback
  • space could toggle the state
  • left/right would go fwd and backward one student
  • shift left/right would go next/prev ungraded
  • shift up/down next/prev problem.

As an alternative for up/down/left/right it is also possible to use i/k/j/l. This is NOT in line with the shortcuts in the student view, as k/up and j/down would not feel intuitive for moving the selected feedback option IMO. To add, ijkl are positioned the same as the arrow keys.

It is still needed to explain these shortcuts somewhere.

Also, we have to decide whether to also use the number keys for toggling feedback options (#179 (closed)).

Edited by Joseph Weston

Merge request reports