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.
gradebook exporter: don't show scores for anonymized submissions
closes EVAL-1314 flag=none Test Plan: 1. Create an anonymous assignment. Grade a few students anonymously in SpeedGrader. Don't post grades yet. 2. Export the Gradebook. 3. Open the exported CSV. Verify that all scores for the anonymous assignment show as "N/A" and the header shows "Manual Posting (scores hidden from instructors)". 4. Make some changes to scores in the CSV, making sure to change at least one score for the anonymous unposted assignment, and one score for an active, non-anonymous assignment. 5. Import the changed CSV. Verify the changes to the anonymous assignment are ignored, and the changes to the non-anonymous assignment are not ignored. 6. Post grades for the anonymous assignment. 7. Re-export the Gradebook. 8. Open the exported CSV. Verify that all scores for the anonymous assignment are now shown. 9. Make some changes to scores in the CSV for the anonymous assignment. 10. Import the changed CSV. Verify the changes to the anonymous assignment are no longer ignored. * Edge case: try steps 1-10 but with your locale set to anything other than English. This will ensure the Gradebook Importer logic can handle and identify headers such as, "Manual Posting (scores cachés aux instructeurs)". Note that "Manual Posting" will never be translated (always English), but the content in parentheses will be translated. This is expected. Change-Id: Ief17a06bd97c15b4138531030ed50ba19f2e03fa Reviewed-on: https://gerrit.instructure.com/c/canvas-lms/+/253151 Tested-by: Service Cloud Jenkins <[email protected]> QA-Review: Kai Bjorkman <[email protected]> Product-Review: Syed Hussain <[email protected]> Reviewed-by: Adrian Packel <[email protected]> Reviewed-by: Gary Mei <[email protected]>
- Loading branch information
1 parent
85d431c
commit ae98fc2
Showing
4 changed files
with
94 additions
and
12 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