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
H5P.EventDispatcher is not extended, so createXAPIEventTemplate cannot be called. This can be fixed easily. However, the xAPI statement that's triggered is invalid, because it never receives the object property, e.g. in
Is the text-input-field required to trigger xAPI statements on its own, e.g. on blur? I assume it will always be part as a larger content type that will eventually compose a "global" statement from the input?
The text was updated successfully, but these errors were encountered:
H5P.EventDispatcher is not extended, so createXAPIEventTemplate cannot be called. This can be fixed easily. However, the xAPI statement that's triggered is invalid, because it never receives the object property, e.g. in
h5p-text-input-field/text-input-field.js
Line 87 in 90086e9
and
h5p-text-input-field/text-input-field.js
Line 187 in 90086e9
and
h5p-text-input-field/text-input-field.js
Line 199 in 90086e9
Is the text-input-field required to trigger xAPI statements on its own, e.g. on blur? I assume it will always be part as a larger content type that will eventually compose a "global" statement from the input?
The text was updated successfully, but these errors were encountered: