Introduction
Last updated
Was this helpful?
Last updated
Was this helpful?
Canvas, like many LMSs, supports loading external resources inline using the. These tools can be deployed on a course or account level. Once configured, tools can be surfaced or used to . Canvas supports some additional integration points using LTI (see the "Placements" dropdown in the left hand navigation here) to offer a more integrated experience and to allow for more customization of the Canvas product. This is accomplished by on external tools used inside of Canvas and by leveraging .
Because tools can be deployed at any level in the system hierarchy, they can be as general or specific as needed. The Chemistry Department can add chemistry-specific tools without those tools cluttering everyone else's interfaces. Or, a single teacher who is trying out some new web service can do so without needing the tool to be set up at the account level.
Canvas currently supports the following types of tool placements.
This type of integration is part of the or and allows external services to synchronize grades, and other assignment details.
Example use cases might include:
Administering a timed, auto-graded coding project
Evaluating a student's ability to correctly draw notes at different musical intervals
Giving students credit for participating in an interactive lesson on the Civil War
Example use cases might include:
Building a specialized attendance/seating chart tool
Adding an "ebooks" link with course required reading
Connecting to study room scheduling tool
Linking to campus communication hub
Displaying a course-level dashboard (ex: analytics, student engagement, risk assessment, etc.)
Example use cases might include:
Including outside reports in the Canvas UI
Building helper libraries for campus-specific customizations
Leveraging single sign-on for access to other systems, like SIS
Example use cases might include:
Leveraging single sign-on to student portal from within Canvas
Linking to an external user profile
Example use cases might include:
Embedding resources from campus video/image repository
Inserting custom-designed chemistry diagrams into quiz question text
Building integrations with new or subject-area-specialized web authoring services
Building and then linking to a remixed version of an online Physics textbook
Selecting from a list of pre-built, interactive quizzes on blood vessels
Choosing a specific chapter from an e-textbook to add to a module
Creating a Canvas assignment that launches the student to a custom assessment that can be automatically graded by the tool and synced with the Canvas Gradebook
Launching the student to an assessment with interactive videos. Once complete, the tool returns an LTI launch url that allows the teacher to see the submission without leaving Canvas.
A student launches a custom video recording tool and submits the recording to Canvas
A student chooses an item from a portfolio tool and submits the item to Canvas
Platform Notification Service (PNS) enables server-to-server communication by allowing the Platform to send messages, known as Notices, to Tools outside the scope of an active user session. Tools can register a "webhook" or handler endpoint using PNS to receive specific types of Notices, facilitating seamless integration and automation.
When setting up Developer Keys, the section “LTI Advantage Services” allows you to enable or disable permissions for access via that developer key. Below is the list of permissions available:
Can create and view assignment data in the gradebook associated with the tool
https://purl.imsglobal.org/spec/lti-ags/scope/lineitem
Can view assignment data in the gradebook associated with the tool
https://purl.imsglobal.org/spec/lti-ags/scope/lineitem.readonly
Can view submission data for assignments associated with the tool.
https://purl.imsglobal.org/spec/lti-ags/scope/result.readonly
Can create and update submission results for assignments associated with the tool
https://purl.imsglobal.org/spec/lti-ags/scope/score
Can view Progress records associated with the context the tool is installed in
https://canvas.instructure.com/lti-ags/progress/scope/show
Can retrieve user data associated with the context the tool is installed in
https://purl.imsglobal.org/spec/lti-nrps/scope/contextmembership.readonly
Can register event notice handlers using the Platform Notification Service
Allows use of the 1EdTech Platform Notification Service.
https://purl.imsglobal.org/spec/lti/scope/noticehandlers
Can fetch assets from the platform using the Asset Service (experimental)
Allows use of the Asset Service (part of the 1EdTech Asset Processor specification). Under development and not available yet for general use.
https://purl.imsglobal.org/spec/lti/scope/asset.readonly
Can create reports using the Asset Report Service (experimental)
Allows use of the Asset Report Service (part of the 1EdTech Asset Processor specification). Under development and not available yet for general use.
https://purl.imsglobal.org/spec/lti/scope/report
Can update or remove the tool's EULA accepted flag (experimental)
Allows use of the EULA Service (part of the 1EdTech Asset Processor specification). Under development and not available yet for general use.
https://purl.imsglobal.org/spec/lti/scope/eula
Can update public jwk for LTI services
https://canvas.instructure.com/lti/public_jwk/scope/update
Can lookup Account information
https://canvas.instructure.com/lti/account_lookup/scope/show
Can view the content of a page the tool is launched from
https://canvas.instructure.com/lti/page_content/show
NOTE: scopes with https://canvas.instructure.com
are Canvas specific while others are LTI specifications
adding a button to :
Tool's placements can be configured using as specified in the IMS Common Cartridge specification, or using the . Configuration XML contains all non-account-specific settings (except the consumer key and shared secret, which must always be entered manually). The user can (recommended), or that the tool provides.
For information on how to programmatically configure external tools, so users don't have to copy and paste URLs or XML, please see the Canvas.
Similar to LTI 1.1, tools built on the can be configured by either supplying clients with a JSON block or URL that hosts the JSON. This JSON is used to determine the behavior of the tool within Canvas by . Once the developer key is created and turned on, users with sufficient permissions can.
Allows use of all functionality of the
Allows use of the “show” and “list” endpoints of the
Allows use of the
Allows use of the
Allows use of the , which is used during Score creation with an associated file
Allows use of the
Allows use of the to update the tool's developer key's public JWK
Allows use of the (read only)
Allows use of the postMessage
This documentation is generated directly from the Canvas LMS source code, available .