-
Notifications
You must be signed in to change notification settings - Fork 293
Description
When a course uses the default completion criteria (_requireContentCompleted), this setting is not written to the exported config.json. Other completion criteria values are written correctly, but the default value is omitted.
This creates inconsistency in the exported configuration and makes it unclear whether completion criteria were intentionally configured or omitted.
Expected Behaviour
When _completionCriteria is set to _requireContentCompleted, it should be explicitly listed in config.json, the same way other _completionCriteria values are.
Example:
"_completionCriteria": {
"_requireContentCompleted": true
}
Actual Behaviour
If _completionCriteria is set to _requireContentCompleted (the default value), the _completionCriteria object is not included in config.json after export.
Other _completionCriteria options are written when selected.
Steps to Reproduce
- Create a new course in the Authoring Tool
- Leave _completionCriteria at its default value (_requireContentCompleted)
- Complete the course or export it
- Open the exported config.json
- Observe that _completionCriteria is missing
Versions
- Authoring Tool Version: 0.11.5
- Framework Version: 5.53.5