Details
-
New Feature
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
3.7.2
-
MOODLE_37_STABLE
-
MOODLE_311_STABLE
-
MDL-67028-additional-custom-parameters -
Description
Substitution parameters allow tools to tailor launches to contain extra data to their LTI launches.
This ticket is to add support for course dates related parameters.
For example it might be useful for a tool to know the course end date, and this would allow a tool to have it passed in every launch by adding a custom parameter such as:
course_end_date=$CourseSection.timeFrame.end
AC: Support the following substitution parameters
CourseSection.timeFrame.begin: course start date ISO 8601 or blank if not set
CourseSection.timeFrame.end: course end date ISO 8601 or blank if not set