Feature description
The code uses globs to locate content when importing a course. In its present state there is the potential for a .json file to be misinterpreted: there may be future AAT plugins that use a custom .json file to store data/config etc.
I was wondering, would it be safer to take the approach the Adapt framework does, i.e. look for a language_data_manifest first, and if that isn't present use actual named values
Can you work on this feature?
Feature description
The code uses globs to locate content when importing a course. In its present state there is the potential for a
.jsonfile to be misinterpreted: there may be future AAT plugins that use a custom.jsonfile to store data/config etc.I was wondering, would it be safer to take the approach the Adapt framework does, i.e. look for a language_data_manifest first, and if that isn't present use actual named values
Can you work on this feature?