]> code.communitydata.science - coldcallbot-discord.git/blob - configuration.json
changed from absenses to opt-out since that matches syllabus
[coldcallbot-discord.git] / configuration.json
1
2     "roster_file" : "data/FIXME.csv",
3     "roster_unique_rowname" : "StudentNo",
4     "roster_firstname_rowname" : "FirstName",
5     "roster_lastname_rowname" : "LastName",
6     "student_info_file" : "data/student_information.tsv",
7     "student_info_gsheet_id" : "FIXME",
8     "student_info_gsheet_gid" : 99999999,
9     "optout_file" : "data/optout_poll_data.tsv",
10     "optout_gsheet_id" : "FIXME",
11     "optout_gsheet_gid" : 99999999,
12     "daily_calllist_file" : "data/call_list-{date}.tsv",
13     "daily_attendance" : "data/attendance-{date}.tsv",
14     "unique_name_rowname" : "Your UW student number", 
15     "preferred_name_rowname" : "Name you'd like to go by in class"
16 }

Community Data Science Collective || Want to submit a patch?