An Adapt framework extension to add menu over the pages.
First, be sure to install the Adapt Command Line Interface, then from the command line run:
adapt install inline-menu
Or, download the ZIP and extract into the src > extensions directory and run an appropriate Grunt task.
https://kunjsharma.github.io/#/id/co-00
Add _inlineMenu in course.json:
"_inlineMenu": {
"_isEnabled": true,
"title": "Menu",
"_items": [
{
"title": "Go to Menu",
"description": "",
"_link": ""
},
{
"title": "Presentation Components",
"description": "",
"_link": "co-05"
},
{
"title": "Question Components",
"description": "",
"_link": "co-10"
},
{
"title": "Adapt Assessment",
"description": "",
"_link": "co-15"
}
]
}
titleMenu item title.descriptionItem title description (optional)._linkLink to page. Empty sends to main menu.
Developed to work with framework, properties.schema requires to edit compatiblity with authoring tool. Contributors are welcome.
Intended to develop standard Adapt browser/devices specification.
Version number: 3.0.0
Framework version: 5.0.0
Author / maintainer: Kunj [email protected]
