You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
registration: Registration id representing the LMS learner enrollment in the course. This MUST match the registration used by the LMS at AU launch time.
The text was updated successfully, but these errors were encountered:
In the
StateDocument
class, there is aregistrationId
optional parameter, but it does not seem to be sent to the server in this method:client/src/Api/StateApiClient.php
Lines 98 to 111 in b39735b
Can the registrationId be sent when calling this method?
Spec : https://github.com/adlnet/xAPI-Spec/blob/master/xAPI-Communication.md#23-state-resource
If I understand correctly, this is required for the implementation to be conformant with cmi5 : https://github.com/AICC/CMI-5_Spec_Current/blob/quartz/cmi5_spec.md#101-overview
The text was updated successfully, but these errors were encountered: