https://github.com/oat-sa/extension-lti-proctoring
LTI Proctoring extension
https://github.com/oat-sa/extension-lti-proctoring
Last synced: 6 months ago
JSON representation
LTI Proctoring extension
- Host: GitHub
- URL: https://github.com/oat-sa/extension-lti-proctoring
- Owner: oat-sa
- Created: 2016-12-22T10:03:43.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2024-04-16T15:05:22.000Z (about 1 year ago)
- Last Synced: 2024-11-09T17:45:18.110Z (7 months ago)
- Language: PHP
- Size: 587 KB
- Stars: 1
- Watchers: 45
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# extension-lti-proctoring
The LTI Proctoring extension makes the proctoring interface available via LTIThe endpoint for this service to proctor a specific delivery is:
`https://YOUR_DOMAIN/ltiProctoring/ProctoringTool/launch?delivery=YOUR_DELIVERY_URI`or
`https://YOUR_DOMAIN/ltiProctoring/ProctoringTool/launch/{"delivery":"YOUR_URI"}(base64 encoded)`
This can be auto-generated for the test taker experience using the LTI button in the deliveries section in the TAO admin user-interface. If using this method you will have to manually update the path to target proctoring.
Alternatively all deliveries can be proctored by omitting the delivery parameter
`https://YOUR_DOMAIN/ltiProctoring/ProctoringTool/launch`The expected role of the proctor is:
`urn:lti:role:ims/lis/TeachingAssistant`