davemckain / qtiworks

**This project will be closed in early 2023!** IMS QTI 2.1 assessment delivery engine and Java development library (JQTI+). Supports the MathAssess extensions. Replacement for QTIEngine/JQTI and MathAssessEngine/JQTI. Note that this project has now ended and no further work is currently planned.
Other
67 stars 55 forks source link

Issues with returning LTI results to Moodle #38

Open davemckain opened 11 years ago

davemckain commented 11 years ago

The Glasgow folks have been trying out the LTI result return with their institutional Moodle, which has brought up some issues that we're currently working on.

Points so far:

  1. The LTI module in Moodle uses some PHP that doesn't work well on their server. Niall and Stephen V are working on a patch for this.
  2. The POX result XML coming back from Moodle is a different namespace (http://www.imsglobal.org/lis/oms1p0/pox) from that stated in the LTI specification (http://www.imsglobal.org/services/ltiv1p1/xsd/imsoms_v1p0).
davemckain commented 11 years ago

I've patched my code to ignore the namespace URI of the POX response XML. I've also done some wire logging on my LTI result HTTP requests and tuned the headers to be as friendly as possible for the TC at the other end.