adaptlearning / adapt-contrib-xapi

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

Assessment ID should probably be passed as an extension on the xAPI statement object #77

Closed brian-learningpool closed 1 year ago

brian-learningpool commented 4 years ago

In the Assessment extension, it's possible to give a user-friendly ID in lieu of the article _id value. The problem is that this is not passed in the xAPI passed or failed statement. As such, it's currently very difficult to parse such xAPI statements to extract the statement for a specific assessment.

Ideally the Assessment ID would be passed as an extension on the xAPI statement. In addition we could probably also add Attempt ID as defined in the TinCan registry.

oliverfoster commented 1 year ago

closed as stale