SUPPORT CENTER

Assessment LTI: Enabling the Assignment LTI Integration

To enable the Assignment Integration:

1. Click on Developer Keys In the Admin Panel #

Click on Developer Keys In the Admin Panel

2. Click on Edit key Stackle LTI Entry in the list #

Click on Edit key Stackle LTI Entry in the list

3. Click on Method #

Click on Method

4. Click on Paste JSON #

Click on Paste JSON

5. Add the following text as the next element #

Please ensure that you follow the conventions such as commas and brackets, otherwise this will result in an error due to malformed JSON.

, {
            “text”: “Stackle Assignment”,
            “icon_url”: “https://cdn.stackle.app/icons/green/stackle_icon_green_rnd_16.png”,
            “placement”: “assignment_selection”,
            “visibility”: “admins”,
            “message_type”: “LtiDeepLinkingRequest”,
            “selection_width”: 1920,
            “selection_height”: 1080
}

Add the following text as the next element

6. Save the changes #

Was this helpful?