Moodle XML with Content Selection

Moodle XML with Content Selection

by Juan Carlos Blanco Delgado -
Number of replies: 1

Hi, I am developing an LTI, and I want to configure the Content Item Selection via XML. I have managed to do it with Canvas, but I cannot find a solution with Moodle.

I would appreciate any help!

Thank you!!!

<blti:title>TEST LTI XML</blti:title>
<blti:description>TEST LTI</blti:description>
<blti:launch_url>http://localhost:8282/lti.php</blti:launch_url>
<blti:extensions platform="canvas.instructure.com">
<lticm:property name="domain">localhost</lticm:property>
<lticm:property name="privacy_level">public</lticm:property>
<lticm:property name="selection_height">500</lticm:property>
<lticm:property name="selection_width">500</lticm:property>
<lticm:property name="text">Learn all the things</lticm:property>
<lticm:options name="oauth_compliant">true</lticm:options>
<lticm:options name="assignment_selection">
<lticm:property name="canvas_icon_class">icon-lti</lticm:property>
<lticm:property name="text">Grade Passback Test</lticm:property>
<lticm:property name="url">http://google.com</lticm:property>
</lticm:options>
<lticm:options name="assignment_selection">
<lticm:property name="canvas_icon_class">icon-lti</lticm:property>
<lticm:property name="message_type">ContentItemSelectionRequest</lticm:property>
<lticm:property name="text">Content-Item Test</lticm:property>
<lticm:property name="url">http://localhost:8282/lti</lticm:property>
</lticm:options>
</blti:extensions>
</cartridge_basiclti_link>


Average of ratings: -