forked from instructure/canvas-lms
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
prevent posting of moderated assignment with unselected grades
Moderated assignments will no longer allow posting of grades unless all submissions with multiple provisional grades have one of those grades selected. closes CNVS-30040 Test Plan: 1. Select or create: a. a course b. four students for the course c. two users with grading roles for the course d. a moderated assignment 2. Add a reviewer to the assignment for all students 3. As the last student, create a submission for the assignment 4. As the first grader, grade all three students 5. As the second grader, grade the first two students 6. As the first grader, visit the assignment 'Moderate' page 7. Attempt to Post the grades 8. Verify: a. grades are not posted b. a message indicates the reason to the user 9. Select either grade for ONLY the first student 10. Attempt to Post the grades 11. Verify: a. grades are not posted b. a message indicates the reason to the user 12. Select a grade for the second student 13. Attempt to Post the grades 14. Verify: a. grades ARE posted b. a message indicates success to the user c. the first and second students received the selected grades d. the third student received the one provisional grade e. the fourth student received no grade Change-Id: I3e7361ece814fe6eae988dd35ea268fcad0d5935 Reviewed-on: https://gerrit.instructure.com/84412 Reviewed-by: Spencer Olson <[email protected]> Tested-by: Jenkins Reviewed-by: Neil Gupta <[email protected]> QA-Review: Amber Taniuchi <[email protected]> Product-Review: Christi Wruck
- Loading branch information
Showing
4 changed files
with
111 additions
and
24 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters