sakaicontrib / gradebook1

0 stars 5 forks source link

gradebook classic does not send the correct grade ref to sakai_event when grading options are set to percentage #38

Closed austin48 closed 6 months ago

austin48 commented 9 months ago
  1. set gradebook to use percentages
  2. create a new gradebook item
  3. for that new gradebook item, set everyone's grade to 1% and click save
  4. the sakai_event log for the site shows "null" for the grade value
  5. e.g. /gradebook/12345678-abc1-1234-abcd-123456789012/test/98765432-bbb1-aaa1-ccc2-987654321098/null/instructor
  6. now set everyone's grade to 2%
  7. the sakai_event table now shows 1.0 for the grade value
  8. set everyone's grade to 3%
  9. the sakai_event table now shows 2.0 for the grade value

it's as if it's setting the event ref to the previous grade value