adapt_framework
adapt_framework copied to clipboard
A toolkit for creating responsive, accessible, multilanguage HTML5 e-learning courses.
### Subject of the enhancement A wiki page to lead on from [Accessibility v3 → v4](https://github.com/adaptlearning/adapt_framework/wiki/Accessibility-v3-%E2%86%92-v4). Covering what has changed and new built-in behaviours etc. In relation to https://github.com/adaptlearning/adapt_framework/issues/3446 Ref:...
### Glossary Widget – The widget is the component section between the instruction text and the question submit buttons. It holds the question items selection user interface. ### Introduction We...
### Subject of the issue In _config.json_, you can exclude or include plugins with the `build` object: ``` "build": { "excludes": [ "adapt-blunderbuss" ] }, ``` The issue is that...
Fix #3687 ### Chore * Adds `_enableFilters` to `_resources` in default course's _course.json_
### Subject of the issue The sample default [course](https://github.com/adaptlearning/adapt_framework/blob/master/src/course/en/course.json) is missing the `_enableFilters` property for Resources. This was added in Resources [v5.5](https://github.com/adaptlearning/adapt-contrib-resources/commit/54c34618e7a3ab0f5f408b2d82fb51f6387bad95).
### Subject of the issue Update plugin inline with changes required in the core drawer accessibility improvement issue - https://github.com/adaptlearning/adapt-contrib-core/issues/665 ### Your environment * Master AT & FW
### Subject of the issue/enhancement/features Currently when creating migration scripts version numbers have to be added to each script manually, this is likely to lead to issues/time consuming job of...
### Subject of the issue jsonext must currently be specified as `grunt dev --jsonext=txt` https://github.com/adaptlearning/adapt_framework/blob/9dce12c48e5ccf0c8faa52e5daf61efa2afe405e/GRUNT.md?plain=1#L17 It would be good to be able to add it to `adapt.json` as: ```json {...