Hides a number of MCQ distractors/alternatives, that aren't the correct answer, as an accommodation capability for students wanting to avoid cognitive load.
Parameters:
Name | Type | Attributes | Description | ||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
options | object | <optional> | Object of configuration options. Properties
|
Example
const options = {
numToHide: 1
}
LT.init(itemsApp, {
extensions: [
{ id: 'hideAlternatives', args: options },
],
});