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
@karnveer1994 apologies for the delay in responding, could you please share some detail on this, how have you set up the data Object for instance, you might be missing some required properties or you might have some formatting issues.
This error is coming when I am going back and then forward in browser. on reload and without navigating to other pages its working fine.
const assessApp = LearnosityItems.init(data, {
readyListener: ()=> {
console.log("assessment started")
bindAssessmentAppEvents(assessApp, data.request.session_id, activityId)
},
errorListener: (error) => {
});
The text was updated successfully, but these errors were encountered: