![]() fixes GRADE-1991 Test plan: - Grant a student multiple enrollments in a single course - Take note of the enrollment IDs - Set an override score for that student in the gradebook (for "All Grading Periods"), or use the endpoint below - In a Rails console, locate the scores for that student: > Score.where(enrollment_id: <enrollment IDs>, course_score: true) - Their override_score values should match the score you set (Alternatively, you can set the score by opening the /graphiql endpoint in your browser and running: mutation { setOverrideScore(input: { enrollmentId: <enrollmentID> overrideScore: <a score>} ) { grades { overrideScore } errors { attribute message } } } ) Change-Id: I80402733202e5772463b04a3cecb819f1ec0158d Reviewed-on: https://gerrit.instructure.com/180250 Tested-by: Jenkins Reviewed-by: Jeremy Neander <jneander@instructure.com> Reviewed-by: Keith Garner <kgarner@instructure.com> QA-Review: James Butters <jbutters@instructure.com> Product-Review: Keith Garner <kgarner@instructure.com> |
||
---|---|---|
.. | ||
loaders | ||
mutations | ||
selenium | ||
types | ||
assignment_override_instrumenter_spec.rb | ||
graphql_helpers_spec.rb | ||
legacy_node_spec.rb |