DASSL / Gradebook

Open-source product to provide a practical means for instructors to record student attendance and assessment
Other
8 stars 4 forks source link

importAttendance.psql fails for the first section whose attendance it imports #58

Closed smurthys closed 7 years ago

smurthys commented 7 years ago

The function call Gradebook.getSectionID(2017, 0, 'CS110', '05') returns NULL because section number 05 does not exist: should be just 5.

afig commented 7 years ago

A fix will be inplemented shortly, alongside the addition of a README section for the attendance data.

afig commented 7 years ago

Fixed in commit de1bbcd18470474943a137ede40312a3f4655750 (PR #60)