Likert Scale
A component showing a question and a five-point scale for students to answer.
Options
- question |
(string|node)
: question to be printed. Default:''
. - options |
array
: an array of five elements holding custom labels for the different scale levels. Default:none
. - noMultipleResponses |
boolean
: disallow multiple submissions from a single student. Default:false
. - disableSubmitNotification |
boolean
: controls whether to disable submission notifications. Default:false
. - className |
string
: class name. Default:''
. - style |
object
: CSS inline styles. Default:{}
.
Examples
- Minimal
- Custom Options
- With Style
Live Editor
Result
ReferenceError: Provider is not defined