Details
-
Type:
New Feature
-
Status: Open
-
Priority:
Minor
-
Resolution: Unresolved
-
Affects Version/s: 3.9.1
-
Fix Version/s: None
-
Component/s: External Tool (IMS-LTI)
-
Labels:
-
Affected Branches:MOODLE_39_STABLE
Description
LTI Advantage in its various specifications support for exchanging and syncing Activity Completion date. This ticket is to add support for the part of the specifications that relate to due date interoperability:
- Moodle supports the ResourceLink.available.endDateTime substitution parameter to communicate the Activity Completion date if the tool configured itself to receive as custom parameter
- Dates are communicated using ISO 8601 format
- If there is no Activity Completion time, blank is used as the value
- Moodle supports setting the Activity Completion date when importing an item through deep linking
- if present in the link definition in deep linking use submission.endDateTime to set the completion date
- When a line item is updated with endDateTime value, and the line item is linked to an activity, update that activity completion date accordingly.