-
Notifications
You must be signed in to change notification settings - Fork 9
/
SAMPLE_customization.json
150 lines (150 loc) · 3.22 KB
/
SAMPLE_customization.json
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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
/*
This JSON is based on the automatically generated customization for
the development course "sample" as of August 15, 2017.
It is intended as a simple example, with additional documentation online.
Going forward we expect more users to use a web interface to generate this file.
*/
{
"display_benchmark": [
"average",
"stddev",
"perfect",
"lowest_a-",
"lowest_b-",
"lowest_c-",
"lowest_d"
],
"section": {
"1": "ta2, ta3",
"2": "manne",
"3": "manne, ta3",
"4": "manne",
"5": "manne",
"6": "manne",
"7": "manne",
"8": "manne",
"9": "TBA",
"10": "TBA"
},
"messages": [
"<b>sample Course</b>",
"Note: Please be patient with data entry/grade corrections for the most recent lab, homework, and test.",
"Please contact your graduate lab TA if a grade remains missing or incorrect for more than a week."
],
"display": [
"instructor_notes",
"grade_summary",
"grade_details"
],
"benchmark_percent": {
"lowest_c-": 0.7,
"lowest_d": 0.6,
"lowest_b-": 0.8,
"lowest_a-": 0.9
},
"gradeables": [
{
"count": 4,
"percent": 0.75,
"type": "test",
"ids": [
{
"max": 5.0,
"id": "future_no_tas_test",
"released": false
},
{
"max": 5.0,
"id": "future_tas_test",
"released": false
},
{
"max": 5.0,
"id": "grading_test",
"released": false
},
{
"max": 5.0,
"id": "grades_released_test"
}
]
},
{
"count": 4,
"percent": 0.11,
"type": "lab",
"ids": [
{
"max": 2.0,
"id": "future_no_tas_lab",
"released": false
},
{
"max": 2.0,
"id": "future_tas_lab",
"released": false
},
{
"max": 2.0,
"id": "grading_lab",
"released": false
},
{
"max": 2.0,
"id": "grades_released_lab"
}
]
},
{
"count": 12,
"percent": 0.14,
"type": "homework",
"ids": [
{
"max": 12.0,
"id": "open_homework",
"released": false
},
{
"max": 12.0,
"id": "open_team_homework",
"released": false
},
{
"max": 12.0,
"id": "closed_homework",
"released": false
},
{
"max": 12.0,
"id": "grading_homework",
"released": false
},
{
"max": 5.0,
"id": "grades_released_homework_onlyta"
},
{
"max": 10,
"id": "grades_released_homework_onlyauto"
},
{
"max": 22.0,
"id": "grades_released_homework_autota"
},
{
"max": 26.0,
"id": "grades_released_homework_autohiddenEC"
},
{
"max": 12.0,
"id": "grades_released_homework_onlytaEC"
},
{
"max": 12.0,
"id": "grades_released_homework_onlytaPenalty"
}
]
}
]
}