Extensions add specific functionality to Items API. They rely on modules within LT being available.
--
This extension is used to disable the question after it has been validated using the "Check Answer" button.
Methods
run()
Since
- 2.17.0
Example
import { LT } from '@caspingus/lt/assessment';
LT.init(itemsApp); // Set up LT with the Items API application instance variable
LT.extensions.disableOnValidate.run();