Closed smurthys closed 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.
Gradebook.getSectionID(2017, 0, 'CS110', '05')
05
5
A fix will be inplemented shortly, alongside the addition of a README section for the attendance data.
Fixed in commit de1bbcd18470474943a137ede40312a3f4655750 (PR #60)
The function call
Gradebook.getSectionID(2017, 0, 'CS110', '05')
returns NULL because section number05
does not exist: should be just5
.