adaptlearning / adapt-contrib-xapi

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

Derived ActivityID values can result in invalid URIs #67

Closed brian-learningpool closed 1 year ago

brian-learningpool commented 5 years ago

If the _activityID is left empty it will be derived from the URL where the content has been launched from.

However, if the content is launched from a single page application (SPA) it's possible that it will contain # characters. This will result in invalid URIs being assigned as the ActivityID.

oliverfoster commented 1 year ago

closed as stale