forked from domi91c/Submitter
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathaccommodations.cfg
27 lines (25 loc) · 1.36 KB
/
accommodations.cfg
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
--add the list of the subjects and thier extensions:
--Subject must match the subject title in config files
--format:
--SubjectName|AssignmentName, ExtensionTitle,NumOfExtensionDaysOrMins,userid1,userid2,.....
--SubjectName: Substring of the subject value in config file
-- (ABC14 matches ABC144SFF in assignmen config file)
--AssignmentName: Substring of the assignment name (name of config file)
-- wildcard char ? can be used for patterns
--ExtensionTitle: the title or type of extension, i.e. Accomodated, Extended
--NumberOfExtensionDaysOrMins: Number of extension days or minutes granted (M after the number indicates mintues)
-- 3 (3 days) or 30M (30 mins)
--Student userids to which this extnesion applyes.
--Subject name can be repeated many time
--Example: All subjectes starting with IPC144
-- all 144 sections, workshop1 lab
-- will be tagged with "extended" label
-- and will be granted with 20 minutes extension
-- for users jdoe and dvader
--IPC144|144???_w1_lab, extended, 20M, jdoe, dvader
--Example: All subjectes starting with IPC144
-- all 144 sections, workshop1 home
-- will be tagged with "accomodated" label
-- and will be granted with 2 days extension
-- for users jdoe and dvader
--IPC144|144???_w1_home, accommodated , 2, jdoe, dvader