Details
-
Type:
Bug
-
Status: Verified
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 20.2, 21.0 [Tentative]
-
Component/s: BasicLTI
-
Labels:
-
20 status:Verified
-
Test Plan:
Description
There are a number of LTI Advantage Custom substitution variables as described in:
http://www.imsglobal.org/spec/lti/v1p3/#lti-user-variables
Tools can set custom values with a dollar sign like:
zippy=$User.id
And they will be launched with:
custom_zippy=42
Or whatever the current primary key for the user happens to be.
A variation of this was part of the Sakai LTI 2.0 support - but was removed when LTI 2.0 was removed. This Jira will add some of that code back (refactored for LTI 1.3) and updated to the LTI 1.3 spec above.