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
When using a multi-language course (with the Language Picker extension enabled), the tracking configuration doesn't correctly set the _completionCriteria from the config.json. This is due
Your environment
Adapt Framework v3.5 (though v4 is also affected)
Chrome
OS X
Steps to reproduce
Create a course with the Language Picker extension enabled and more than one language.
Launch the course and select a language.
Expected behaviour
_completionCriteria would be correctly read from config.json.
Actual behaviour
_completionCriteria is not read. The configModel:loadCourseData event is never fired.
The text was updated successfully, but these errors were encountered:
Subject of the issue
When using a multi-language course (with the Language Picker extension enabled), the tracking configuration doesn't correctly set the
_completionCriteria
from the config.json. This is dueYour environment
Steps to reproduce
Expected behaviour
_completionCriteria
would be correctly read from config.json.Actual behaviour
_completionCriteria
is not read. TheconfigModel:loadCourseData
event is never fired.The text was updated successfully, but these errors were encountered: