ELP LTI Integration

In order to use the ELP LTI plugin for Canvas, please follow these steps:

  1. Navigate to the course settings of one of your courses in Canvas
  2. Click on the "Apps" tab
  3. Click "View App Configurations"
  4. Click "Add New App"
  5. Enter "ELP" in the Name field
  6. Obtain Consumer Key and Shared Secret from an administrator
  7. In the "Configuration Type" dropdown select: Paste XML
  8. Copy and paste XML configuration listed below
  9. Submit the form
  10. Navigate to your course home page. There should now be a "ELP" link in the course navigation bar on the left.
----------- Start copying the next line -----------
<?xml version="1.0" encoding="UTF-8"?>
<cartridge_basiclti_link xmlns="http://www.imsglobal.org/xsd/imslticc_v1p0"
    xmlns:blti = "http://www.imsglobal.org/xsd/imsbasiclti_v1p0"
    xmlns:lticm ="http://www.imsglobal.org/xsd/imslticm_v1p0"
    xmlns:lticp ="http://www.imsglobal.org/xsd/imslticp_v1p0"
    xmlns:xsi = "http://www.w3.org/2001/XMLSchema-instance"
    xsi:schemaLocation = "http://www.imsglobal.org/xsd/imslticc_v1p0 http://www.imsglobal.org/xsd/lti/ltiv1p0/imslticc_v1p0.xsd
    http://www.imsglobal.org/xsd/imsbasiclti_v1p0 http://www.imsglobal.org/xsd/lti/ltiv1p0/imsbasiclti_v1p0.xsd
    http://www.imsglobal.org/xsd/imslticm_v1p0 http://www.imsglobal.org/xsd/lti/ltiv1p0/imslticm_v1p0.xsd
    http://www.imsglobal.org/xsd/imslticp_v1p0 http://www.imsglobal.org/xsd/lti/ltiv1p0/imslticp_v1p0.xsd">
    <blti:title>Canvas Grade Export</blti:title>
    <blti:description>Export grades from Canvas to KSIS</blti:description>
    <blti:launch_url>https://lti.canvas.k-state.edu/ELP/launch</blti:launch_url>
    <blti:extensions platform="canvas.instructure.com">
      <lticm:property name="privacy_level">public</lticm:property>
      <lticm:options name="course_navigation">
        <lticm:property name="enabled">true</lticm:property>
        <lticm:property name="visibility">admins</lticm:property>
      </lticm:options>
    </blti:extensions>
</cartridge_basiclti_link>
----------- Stop. Do not copy this line -----------