fixes#8374
automatically graded assignments (e.g. quizzes w/o essay questions)
and lti grade passback assignments were displaying as being graded
by 'Someone.' they now read, 'Graded on submission.'
test plan:
* create a quiz without essay questions;
* as a student, take the quiz;
* as a teacher or admin, visit the grade history page and verify
that the quiz has been graded by 'Graded on submission.'
Change-Id: I5d2f5db69c9ffd306c193d510605dbd4f0f09d0f
Reviewed-on: https://gerrit.instructure.com/13165
Tested-by: Jenkins <jenkins@instructure.com>
Reviewed-by: Zach Pendleton <zachp@instructure.com>
fixes#6561
test plan:
- in mountain daylight time (UTC - 6):
- set the clock to a time after 6:00 pm
- grade something
- make sure the grading history doesn't say "tomorrow"
Change-Id: I8bac8f18ac769cdc6e50b521623adf98fcb06c9b
Reviewed-on: https://gerrit.instructure.com/13021
Tested-by: Jenkins <jenkins@instructure.com>
Reviewed-by: Jacob Fugal <jacob@instructure.com>
changes to a grade were appearing in grade history only
on the date of the first grade. grade changes now display
once on each day that they occur.
Change-Id: I66e84a23f28757e3433e2bcbbe437a9a6ff046d8
Reviewed-on: https://gerrit.instructure.com/6373
Reviewed-by: Ryan Shaw <ryan@instructure.com>
Tested-by: Hudson <hudson@instructure.com>
prior to this commit, submission was only saving the
most current version, so grade_history didn't have any
record of previous grades.
now saves a new version on grade update. only displays
the most recent grade change/version on the history page.
Change-Id: I96d70c1a0cbaebbf1bbebfbd8690cc53e7292c28
Reviewed-on: https://gerrit.instructure.com/5925
Tested-by: Hudson <hudson@instructure.com>
Reviewed-by: Zach Pendleton <zachp@instructure.com>