You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
nunits: The number of units to include while marking
16
+
15
17
exclude: The name of any student(s) that you want to exclude from the output. For example, -e tyler would exclude any student whose name that has "tyler" in it.
18
+
16
19
restrict: The opposite of exclude...only students whose names match restrict are output. Meaning, -i tyler would exclude every student whose name <b>doesn't</b> have "tyler" in it.
20
+
17
21
output: The path to the output CSV file (doesn't have to exist, but will overwrite if it does).
18
22
19
23
The first 2 columns are the student's last and first name.
0 commit comments