Extensions add specific functionality to Items API. They rely on modules within LT being available.
--
This extension is used in scenarios where you want the user to attempt all questions, and check the answer, prior to navigating to the next question.
Methods
run()
Since
- 2.11.0
Example
import { LT } from '@caspingus/lt/src/assessment/core';
import * as checkAnswer from '@caspingus/lt/src/assessment/extensions/validation/checkAnswer
LT.init(itemsApp); // Set up LT with the Items API application instance variable
checkAnswer.run();