-
Notifications
You must be signed in to change notification settings - Fork 0
tutor RDME
Tutor is an extension bundled with the [Adapt framework] (https://github.com/adaptlearning/adapt_framework).
It provides core question components with the ability to display feedback in a modal overlay. Feedback is configured in the individual question components, not in Tutor.
##Installation
As one of Adapt's core extensions, Tutor is included with the installation of the Adapt framework and the installation of the Adapt authoring tool.
-
If Tutor has been uninstalled from the Adapt framework, it may be reinstalled. With the Adapt CLI installed, run the following from the command line:
adapt install adapt-contrib-tutor
Alternatively, this component can also be installed by adding the following line of code to the adapt.json file:
"adapt-contrib-tutor": "*"
Then running the command:
adapt install
(This second method will reinstall all plug-ins listed in adapt.json.) -
If Tutor has been uninstalled from the Adapt authoring tool, it may be reinstalled using the Plug-in Manager.
##Settings
Tutor has no attributes to configure.
No known limitations.
Version number: 2.0 <a href="https://community.adaptlearning.org/ target="_blank">
Framework versions: 2.0
Author / maintainer: Adapt Core Team with contributors
Accessibility support: WAI AA
RTL support: yes
Cross-platform coverage: Chrome, Chrome for Android, Firefox (ESR + latest version), IE 11, IE10, IE9, IE8, IE Mobile 11, Safari for iPhone (iOS 7+8), Safari for iPad (iOS 7+8), Safari 8, Opera
- Framework in Five Minutes
- Setting up Your Development Environment
- Manual Installation of the Adapt Framework
- Adapt Command Line Interface
- Common Issues
- Adapt API
- Adapt Command Line Interface
- Core Events
- Core Model Attributes
- Core Modules
- Peer Code Review