adaptlearning / adapt-contrib-xapi

TinCan/xAPI extension for the Adapt Framework
GNU General Public License v3.0
12 stars 28 forks source link

Resolves #70, changes order of ActivityId detection #73

Closed brian-learningpool closed 4 years ago

brian-learningpool commented 4 years ago

The order of the checks is now:

  1. 'activity_id' querystring parameter in the URL
  2. '_activityID' defined in config.json

If neither is found, a fallback to use the current URL.

brian-learningpool commented 4 years ago

@ht2, @ryansmith94