Commit b1d40b0f by Alexander Kryklia

updated docs

parent 0d2d10d7
""" """
Module that allows to insert LTI tools to page. Module that allows to insert LTI tools to page.
Module uses current 0.14.2 version of requests (oauth part). Module uses current 0.14.2 version of requests (oauth part).
Please update code when upgrading requests. Please update code when upgrading requests.
Protocol is oauth1, LTI version is 1.1.1:
http://www.imsglobal.org/LTI/v1p1p1/ltiIMGv1p1p1.html
""" """
import logging import logging
...@@ -42,7 +46,7 @@ class LTIModule(LTIFields, XModule): ...@@ -42,7 +46,7 @@ class LTIModule(LTIFields, XModule):
def get_html(self): def get_html(self):
""" Renders parameters to template. """ """ Renders parameters to template. """
import ipdb; ipdb.set_trace()
# these params do not participate in oauth signing # these params do not participate in oauth signing
params = { params = {
'launch_url': self.launch_url, 'launch_url': self.launch_url,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment