Created
November 18, 2021 20:37
-
-
Save jbasdf/e87baacd8e59007e8d2798cfed0368d2 to your computer and use it in GitHub Desktop.
Atomic Polls LTI Advantage JSON
This file contains hidden or 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
{ | |
"title": "Atomic Polls", | |
"scopes": [ | |
"https://purl.imsglobal.org/spec/lti-ags/scope/lineitem", | |
"https://purl.imsglobal.org/spec/lti-ags/scope/lineitem.readonly", | |
"https://purl.imsglobal.org/spec/lti-ags/scope/result.readonly", | |
"https://purl.imsglobal.org/spec/lti-ags/scope/score", | |
"https://purl.imsglobal.org/spec/lti-nrps/scope/contextmembership.readonly", | |
"https://canvas.instructure.com/lti/public_jwk/scope/update" | |
], | |
"extensions": [ | |
{ | |
"platform": "canvas.instructure.com", | |
"settings": { | |
"placements": [ | |
{ | |
"placement": "link_selection", | |
"message_type": "LtiResourceLinkRequest" | |
}, | |
{ | |
"text": "Social Poll", | |
"icon_url": "https://socialquizzing.atomicjoltapps.com/wysiwyg-icons/social-quizzing-icon.png", | |
"placement": "assignment_selection", | |
"message_type": "LtiDeepLinkingRequest", | |
"selection_width": 800, | |
"target_link_uri": "https://socialquizzing.atomicjoltapps.com/lti_launches", | |
"selection_height": 600 | |
}, | |
{ | |
"text": "Social Poll", | |
"icon_url": "https://socialquizzing.atomicjoltapps.com/wysiwyg-icons/social-quizzing-icon.png", | |
"placement": "editor_button", | |
"message_type": "LtiDeepLinkingRequest", | |
"selection_width": 800, | |
"target_link_uri": "https://socialquizzing.atomicjoltapps.com/lti_launches", | |
"selection_height": 600 | |
} | |
] | |
}, | |
"privacy_level": "public" | |
} | |
], | |
"public_jwk_url": "https://socialquizzing.atomicjoltapps.com/jwks.json", | |
"description": "Social Polls by Atomic Jolt", | |
"custom_fields": { | |
"canvas_user_id": "$Canvas.user.id", | |
"canvas_course_id": "$Canvas.course.id", | |
"canvas_api_domain": "$Canvas.api.domain" | |
}, | |
"target_link_uri": "https://socialquizzing.atomicjoltapps.com/lti_launches", | |
"oidc_initiation_url": "https://socialquizzing.atomicjoltapps.com/lti_launches/init" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment