Uploaded image for project: 'Moodle'
  1. Moodle
  2. MDL-50808

Outcomes don't work on links created in a version previous that 2.8

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Duplicate
    • Icon: Major Major
    • None
    • 2.8.4, 2.8.5, 2.8.6, 2.8.7, 2.9, 2.9.1
    • LTI External tool
    • MOODLE_28_STABLE, MOODLE_29_STABLE

      As the summary said, if an LTI link is created in a version previous to Moodle 2.8 (lets say 2.5) configured to receive grades and used, the reference to the gradebook created at that point does not work if the server is upgraded.

      When using the reference (lis_resource_sourcedid) stored by the Tool Provider, Moodle responds with a 404 error.

      I got a report from a customer experiencing this and found that response in the logs. I was able to reproduce it by:

      -Installing a Moodle 2.5 stable server
      -Create the link, set it up to receive outcomes and launch as student.
      -Upgrade Moodle to 2.8 stable
      -Execute a replaceResult using the lis_resource_sourcedid stored and the response you'll have will be the 404 error

      What I found is that the string in the current resourceId is different than the ones generated in the new version. (the new version includes a "typeid" item that in the migrated links seems to be considered as a null)

      The original sourcedId would be like this:
      {"data":

      {"instanceid":"1","userid":"4","launchid":61831004}

      ,"hash":"f858fcbc871cc1092f4fa932b57d9542019174aa1db17666611b08fd7472350e"}

      The migrated sourcedId would be like this:
      {"data":

      {"instanceid":"1","userid":"4","typeid":null,"launchid":2098828592}

      ,"hash":"44b25d77a03673f49e1d1c38d80af68657d0bb9825c1a5e6cd44ad735afae181"}

      Although my guess is that the problem is more in the way the incoming resourceId is validated, I could not tell if is the reference to the record in the gradebook what is really broken. But either way it should be backward compatible.

      The workaround for this is to ask students to use the LTI link again. That seems to be rebuilding the reference so the new lis_result_sourcedid generated works fine.

            Unassigned Unassigned
            jfederico Jesus Federico
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved:

                Error rendering 'clockify-timesheets-time-tracking-reports:timer-sidebar'. Please contact your Jira administrators.