CCALI / CALI-Author-Viewer-5

This is the repo for CALI Author's jQuery based lesson viewer
1 stars 1 forks source link

Lesson Review overwrites saved score #164

Closed emasters closed 1 year ago

emasters commented 2 years ago

@sgoshorn When I exit review mode using button at top right I go back the current Lesson runs page but instead of my score and a review button I see no score and a resume button. It looks like the viewer is updating the the row in the LessonRun table. Using Chrome's inspection tools it appears the last thing exit does before going to My Lesson Runs is execute a scoresave and that zeros out the data for the run because it has the runid. Moving page to page in review mode doesn't fire scoresave.

sgoshorn commented 2 years ago

Auto score save was firing when it shouldn't. Fixed with 1aaa2b3b19f07b5be2842592b3d8d5f40a545d61