-
Notifications
You must be signed in to change notification settings - Fork 29
Home
Matching is a question component bundled with the Adapt framework.
The learner chooses their answer/s from one or more drop-downs. Upon submission, feedback is provided via the tutor extension, if installed. Feedback can be provided for correct, incorrect and partially correct answers.
##Installation
Matching is bundled with the Adapt authoring tool. Its installation is also a part of the typical Adapt framework installation.
If Matching has been uninstalled from the Adapt framework, it may be reinstalled.
With the Adapt Command Line Interface installed, run the following from the command line:
adapt install adapt-contrib-matching
Alternatively, this component can also be installed by adding the following line of code to the adapt.json file:
"adapt-contrib-matching": "*"
Then running the command:
adapt install
(This second method will reinstall all plugins listed in adapt.json.)
###Getting Started
- Framework in Five Minutes
- Setting up Your Development Environment
- Manual Installation of the Adapt Framework
- Adapt Command Line Interface
- Common Issues
###Course Authoring
- Creating Your First Course
- Styling Your Course
- Core Plugins in the Adapt Learning Framework
- Deploying and Testing Your Adapt Course
###Framework Development
- Contributing to the Adapt Framework
- Git Flow
- Adapt API
- Adapt Command Line Interface
- Core Events
- Core Model Attributes
- Core Modules
- Web Security Audit
- Peer Code Review
###Plugin Development
- Plugins
- Developing Plugins
- Developer's Guide: Components
- Developer's Guide: Theme
- Registering a Plugin
- Semantic Version Numbers
- Core Model Attributes
- Adapt Command Line Interface
- Accessibility
- Adapt Framework Right to Left (RTL) Support
###Resources