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
The internal startup function .bindInputEvents only captures session$input data that is available on init. Elements added to the UI afterwards will not have event observers attached to them for the collection of xAPI interaction statements.
This binding should only happen to each element once to prevent duplicate statement creation.
The internal startup function .bindInputEvents only captures session$input data that is available on init. Elements added to the UI afterwards will not have event observers attached to them for the collection of xAPI interaction statements.
This binding should only happen to each element once to prevent duplicate statement creation.
See: https://github.com/EducationShinyAppTeam/boastUtils/blob/master/R/lockerUtils.R#L38.
The text was updated successfully, but these errors were encountered: