mirror of
https://github.com/moodle/moodle.git
synced 2025-03-28 11:32:42 +01:00
The xAPI state standard allow any type of activity ID, not only integers. However, the default state store uses itemid to identify the component instance so the activity id is limited to numerics. The store base calls should use string as activityid as this is how xAPI specs describe it. However, if a plugin want to use non numeric activity ids it must implement it's own state store.