Allows end users to click and show/hide the assessment timer. This is an accommodations tool.
Parameters:
Name | Type | Attributes | Description | ||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
options | object | <optional> | Object of configuration options. Properties
|
Example
const options = {
showTimerLimit: 60
}
LT.init(itemsApp, {
extensions: [
{ id: 'toggleTimer', args: options },
],
});
Methods
toggle()
Toggle visibility without cloning nodes. CSS does the heavy lifting via .lt--timer-hidden