#adapt-contrib-gmcq
A skeleton for building question components
##Installation
First, be sure to install the Adapt Command Line Interface, then from the command line run:-
adapt install adapt-contrib-question
This component can also be installed by adding the component to the adapt.json file before running adapt install
:
"adapt-contrib-question": "*"
##Usage
To Be Updated
##Settings overview
An complete example of this components settings can be found in the example.json file. A description of the core settings can be found at: Core model attributes
Further settings for this component are:
####_component
This value must be: question
####_classes
You can use this setting to add custom classes to your template and LESS file.
####_layout
This defines the position of the component in the block. Values can be full
, left
or right
.
####_attempts
Default: 1
Specifies the number of attempts for this question.
####_items
##Limitations
To be completed.
##Browser spec
This component has been tested to the standard Adapt browser specification.