We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The If-Then conditions for https://github.com/adaptlearning/adapt-contrib-scoringAssessment/blob/issue/8/schema/article.schema.json#L209-L225 prevent the plugin from being enabled. The schema is correctly validated in the tool, i.e. an error is raised if the plugin is enabled and the _id is empty. However, the _isEnabled property is never saved and the plugin remains disabled.
_id
_isEnabled
The text was updated successfully, but these errors were encountered:
This one is blocked by adapt-security/adapt-authoring-ui#269 (Backbone forms doesn't currently support if/then/else)
Sorry, something went wrong.
No branches or pull requests
What happened?
The If-Then conditions for https://github.com/adaptlearning/adapt-contrib-scoringAssessment/blob/issue/8/schema/article.schema.json#L209-L225 prevent the plugin from being enabled. The schema is correctly validated in the tool, i.e. an error is raised if the plugin is enabled and the
_id
is empty. However, the_isEnabled
property is never saved and the plugin remains disabled.Steps to reproduce
_id
The text was updated successfully, but these errors were encountered: