-
Notifications
You must be signed in to change notification settings - Fork 2
/
template.toml
35 lines (24 loc) · 869 Bytes
/
template.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
32
33
34
35
# The organization using GitHub Classroom
organization = ""
# The prefix of user repos, i.e. user repos should have a format of prefix-username
prefix = ""
# The workspace of user repos and template repo
workspace = ""
# The name of template repo, under the same organization
template = ""
# The branch of template repo, default to master
template_branch = ""
# The output csv file to store grades
result = ""
# The students csv having three columns: student id, real name and GitHub user name.
students = "students.csv"
# The path to python3 script grader
grader = "grade.py"
# The file to diff in Diff panel
diff = "code.py"
# The file or directory to overwrite from template to user before grading
copy = ["grade.py"]
# Run anything before grading?
# before_grader = "./scripts/gen_output.sh"
# Homework deadline
# deadline = "2021-09-02 00:00:00 +08:00"