The most common way to add a Pathways LTI to a course is using the "by URL" method. However, you can also use the paste XML method if you want to customize the "Pathways" menu.
If you have multiple Pathways integrations and need to differentiate them or would just prefer a different name in the navigation pane, you can change the name.
Change the value in the following step: <lticm:property name="text">21st Century Skills Pathway</lticm:property>
The text you change there will be displayed in the navigation pane.
xmlns:blti="http://www.imsglobal.org/xsd/imsbasiclti_v1p0"
xmlns:lticm="http://www.imsglobal.org/xsd/imslticm_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">
<blti:title>Badgr: Pathways</blti:title>
<blti:description>
Integrate with Badgr Pathways to view progress along a learning pathway.
</blti:description>
<lticm:property name="privacy_level">public</lticm:property>
<lticm:property name="tool_id">pathways</lticm:property>
<lticm:options name="course_navigation">
<lticm:property name="url">https://pathways.badgr.io/api/lti/spg/launch</lticm:property>
<lticm:property name="text">Pathways</lticm:property>
<lticm:property name="enabled">true</lticm:property>
</lticm:options>
</blti:extensions>
<blti:launch_url>https://pathways.badgr.io/api/lti/spg/launch</blti:launch_url>
</cartridge_basiclti_link>