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.
add submission inclusion for students in polling
fixes CNVS-13826 This commit embeds a student's own submission into the poll sessions endpoints. Test plan 1. As a teacher, create a poll with choices and an opened session. 2. As a student, submit a submission to the poll session. 3. As the student, request the poll sessions GET show endpoint. - The student's submission should be available in the "poll_submissions" field. Other considerations are privacy: a student shouldn't be able to see others' submissions (unless the poll session has public results). Change-Id: I6050d5597fd44c0c0e9672b8e69a38022a3ea22d Reviewed-on: https://gerrit.instructure.com/37078 Reviewed-by: Derek DeVries <[email protected]> Tested-by: Jenkins <[email protected]> QA-Review: Caleb Guanzon <[email protected]> Product-Review: Josh Simpson <[email protected]>
- Loading branch information
Showing
3 changed files
with
39 additions
and
9 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