pylti / lti

Learning Tools Interoperability for Python
Other
78 stars 45 forks source link

Support Content Item Request and Response #39

Closed subssn21 closed 7 years ago

subssn21 commented 7 years ago

Content item Request and Response are newer additions to the LTI specifications by IMS Global:

https://www.imsglobal.org/specs/lticiv1p0/specification-3

This allows content items to be selected and that selection information to be passed back to the tool consumer.

The specification defines 2 new lti_message_types

I am currently working on an implementation and should have a pull request soon.

I did want to mention how I was implementing the code so far.