LTI 1.3 equivalent of ltiLaunchUrl
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
We have our LTI tool integrated with Canvas and we support a review launch by sending a URL back in the ltiLaunchUrl field through the basic outcome service.
https://github.com/instructure/canvas-lms/blob/master/doc/api/assignment_tools.md#lti-launch-url
Is there an LTI 1.3 equivalent? I think it would be the submission review launch, but I don't think this is supported yet?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
It's an extension on the score endpoint as part of the Assignment and Grades Service. More details are here: https://canvas.instructure.com/doc/api/file.assignment_tools.html and https://canvas.instructure.com/doc/api/score.html
Also, Canvas doesn't support submission review. We plan to add support for it, but do not have a committed timeline at the moment.