adapt_framework
adapt_framework copied to clipboard
A toolkit for creating responsive, accessible, multilanguage HTML5 e-learning courses.
### implement a simple mechanism for localization/translation of AF and AT-Backend Currently, localizing the framework plugins and extensions is a quite messy task. You have to translate dozens of files...
Would it be possible to add a check for the _'isEnabled' value on an element within the grunt translate task? At present all JSON is translated even when plugins are...
https://github.com/adaptlearning/adapt_authoring/issues/1043 i.e. ``` { "component": "something", "extension": "something", "menu": "something", "theme": "something" } ``` Suggest something like: ``` { "pluginType": "component", } ```
fixes https://github.com/adaptlearning/adapt_framework/issues/2526 fixes https://github.com/adaptlearning/adapt_framework/issues/2363 original issues https://github.com/adaptlearning/adapt_framework/issues/3044 ### What's changed? 1. We have NPM install support for plugins via our [normal registry server](https://github.com/adaptlearning/adapt-registry-server). The server is publically available for those...
fixes #3331 ### Fix * Added default navOrder for skip, back and drawer buttons Defaults reflect the schemas of https://github.com/adaptlearning/adapt-contrib-core/pull/239
### Subject of the issue Currently it's very difficult to add multilanguage plugin schemas for defaults and authoring tool ui names.
### Subject of the issue Navigation buttons should have good default navOrders.
### Subject of the issue I'd like to propose that with v6 of adapt_framework, we switch the main build tools to a new repo called `adapt-framework` or some similar idea....
#2793 Adding Github actions for checking the live version of the framework online using gh-pages **Note:** variables(secrets) should be configured on Github 1. USERNAME 2. EMAIL 3. ACCESS_TOKEN
### Subject of the issue The current 'Styling your course' wiki page is very outdated and refers to theme elements that have been removed. Page requires an extensive update to...