Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sample course: assessment article trickle missing _onChildren #3627

Open
swashbuck opened this issue Dec 3, 2024 · 0 comments
Open

Sample course: assessment article trickle missing _onChildren #3627

swashbuck opened this issue Dec 3, 2024 · 0 comments
Assignees

Comments

@swashbuck
Copy link
Contributor

Subject of the enhancement

In the sample course, there is an assessment on the a-300 article. Trickle is enabled here, but the _onChildren property is not explicitly set. When not included on an article's _trickle, _onChildren behaves as if set to true and child blocks are locked one by one. Oddly, the schema defaults to false which seems to be counterintuitive.

Due to this, a problem can occur when importing a framework course into the AAT as the _onChildren value will be set to false after import. This causes a discrepancy since the course developer expects Trickle to function as it does in the framework. While not a breaking issue by any means, it can require additional troubleshooting time.

TL;DR: I suggest adding "_onChildren": true to the a-300 article's _trickle settings.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Needs Reviewing
Development

No branches or pull requests

1 participant