Extensions add specific functionality to Learnosity APIs. They rely on modules within LT being available.
--
Restricts authors to add only one question to an item. Allows multiple features to be added to the item, but only one question.
If you want any features, they must be added first.
Example
LT.init(authorApp, {
extensions: ['singleQuestion'],
});