-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathexample-preferences.toml
31 lines (22 loc) · 1.01 KB
/
example-preferences.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
# THE PREFERENCES IN THIS FILE ARE FOR EXAMPLE ONLY!
# YOUR ACTUAL PREFERENCES SHOULD BE IN A FILE NAMED "preferences.toml"
[session]
# If any of these options are invalid or unknown,
# then they will be assumed to be false.
# If true, don't look for cached versions of the selected assignment
ignore_cache = false
# If true, after choosing role and course id, don't prompt to save these choices
no_save_prompt = false
# If true, when downloading submissions, only download submissions that are currently ungraded
only_download_ungraded = false
# If true, the grader will not automatically save the current session for any reason
disable_autosave = false
[quickstart]
# If any of these options are invalid or unknown,
# then you will be asked to choose them from a list when the grader is run.
# The role to filter courses by (must be 'teacher' or 'ta')
role = "teacher"
# The course ID of the course to choose an assignment from
course_id = 133
# The skeleton to use when grading the chosen assignment
skeleton = "HW1d.json"