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
If the user is part way through an assessment and then switches to a language where the same assessment is structurally different a runtime error can occur. This can happen with _restoreStateOnLanguageChange :false in the language picker config.
The problem appears to be caching of the save state (_saveStateModel).
The text was updated successfully, but these errors were encountered:
## [5.2.4](v5.2.3...v5.2.4) (2024-07-18)
### Fix
* assessment restore can error if switching to structurally different language (fixes#202) ([5045727](5045727)), closes [#202](#202)
If the user is part way through an assessment and then switches to a language where the same assessment is structurally different a runtime error can occur. This can happen with
_restoreStateOnLanguageChange :false
in the language picker config.The problem appears to be caching of the save state (
_saveStateModel
).The text was updated successfully, but these errors were encountered: