Add plagiarism platform group assignment docs

Test Plan:
Verify docs generate

Change-Id: If3a225dfebd352e100d7b4a3f44e711e7699314c
Reviewed-on: https://gerrit.instructure.com/153246
Reviewed-by: August Thornton <august@instructure.com>
QA-Review: August Thornton <august@instructure.com>
Tested-by: Jenkins
Reviewed-by: Marc Alan Phillips <mphillips@instructure.com>
Product-Review: Jesse Poulos <jpoulos@instructure.com>
This commit is contained in:
wdransfield 2018-06-11 08:04:50 -06:00 committed by Weston Dransfield
parent 192a6e182c
commit c3cc2aaac8
1 changed files with 6 additions and 1 deletions

View File

@ -232,7 +232,7 @@ For more details on creating originality reports see the <a href="originality_re
Using the Originality Report and Submissions APIs requires a JWT access token be sent in the authorization header. For more information on using JWT tokens in Canvas see <a href="jwt_access_tokens.html">JWT access tokens</a>.
### 4. Other Features
### 4. Other Features and Considerations
The following are optional features the tool provider may wish to implement.
#### Course Copy
@ -324,7 +324,12 @@ Response:
```
{"tp_custom_setting": "some value"}
```
#### Group Assignments
When a student submits to a group assignment, Canvas will send a `submission_created` webhook for *each student in that group*. The tool provider need only respond to one of these webhooks per group.
Canvas will copy any originality reports created for a group submission to every other student in the same group. Canvas will also propagate edits to any originality reports for a group submission to every other student in the same group.
The `submission_created` and `subission_updated` webhooks each contain a `group_id` that identifies what group a submission belongs to. Tool providers may use this value to make sure they only create one originality report per group.
#### End-User License Agreement Verification
##### Description