I am trying to use the variables that LTI has to obtain information on the sections of a course (http://www.imsglobal.org/specs/ltiv1p1/implementation-guide#toc-19), but when using them in the lti element: custom of the MXL structure that the application invokes, the values are not being loaded.
The only variable that loads information is $Course.Section.sourceId but it brings the data of the course.
How should I use the variables?.
Should an additional configuration be done?
https://edouibeta.engdis.com/Runtime/customIncludes/Canvas/Entrance.aspx
$CourseSection.sourcedId
$CourseSection.label
$CourseSection.title
$CourseSection.shortDescription
$CourseSection.longDescription
$CourseSection.courseNumber
$CourseSection.credits
$CourseSection.maxNumberofStudents
$CourseSection.numberofStudents
$CourseSection.dept
$CourseSection.timeFrame.begin
$CourseSection.timeFrame.end
$CourseSection.enrollControl.accept
$CourseSection.enrollControl.allowed
$CourseSection.dataSource
$CourseSection.sourceSectionId
C.5 LIS Course Section Variables
Message Variable Name | XPath for value from LIS Database |
$CourseSection.sourcedId | courseSection/sourcedId |
$CourseSection.label | courseSectionRecord/courseSection/label |
$CourseSection.title | courseSectionRecord/courseSection/title |
$CourseSection.shortDescription | courseSectionRecord/courseSection/catalogDescription/shortDescription |
$CourseSection.longDescription | courseSectionRecord/courseSection/catalogDescription/longDescription |
$CourseSection.courseNumber | courseSectionRecord/courseSection/courseNumber/textString |
$CourseSection.credits | courseSectionRecord/courseSection/defaultCredits/textString |
$CourseSection.maxNumberofStudents | courseSectionRecord/courseSection/maxNumberofStudents |