# This is the config file for gen_public_marks.pl # It holds a comma delimited list of: # - Assingment Name # - Folder in which to find the csv's for that assignment # - Total marks that the assignment is out of # - Due date in YYYY-MM-DD HH:MM format (Hour is 00 - 24) # - Late mark deadline in YYYY-MM-DD HH:MM format (eg: last day of class) # - Late mark value (eg: late submissions are worth 50%? .5 goes here. No lates? 0.) # Note that an assignment can have multiple lines with a different folder and due dates if, # for instance, one question on a particular assignment was given an extension # # Also, lines starting with # are not read # Assignment 01,a1,60,2010-01-14 22:06,0,0 Assignment 02,a2,60,2010-01-21 22:06,0,0 Assignment 03,a3,56,2010-01-29 22:06,0,0 Assignment 03,a3_extension,4,2010-02-04 22:06,0,0 Assignment 04,a4,60,2010-02-05 10:06,0,0 Assignment 05,a5,50,2010-02-11 22:06,0,0 Assignment 05,a5_extension,10,2010-02-21 22:06,0,0 Assignment 06,a6,60,2010-02-26 10:06,2010-04-05 22:06,.5 Assignment 07,a7,60,2010-03-11 22:06,2010-04-05 22:06,.5 Assignment 08,a8,60,2010-03-18 22:06,2010-04-05 22:06,.5 Assignment 09,a9,60,2010-03-25 22:06,2010-04-05 22:06,.5 Assignment 10,a10,60,2010-04-05 22:06,0,0 Midterm,a_midterm,100,1,0,0