@causalfoundry/js-sdk
Version:
Causal Foundry WEB SDK (JS/TS)
28 lines • 1.11 kB
JavaScript
;
exports.__esModule = true;
exports.QuestionAction = exports.ModuleAction = exports.ExamAction = exports.ELearningTypes = void 0;
var ELearningTypes;
(function (ELearningTypes) {
ELearningTypes["Module"] = "module";
ELearningTypes["Question"] = "question";
ELearningTypes["Exam"] = "exam";
})(ELearningTypes = exports.ELearningTypes || (exports.ELearningTypes = {}));
var ExamAction;
(function (ExamAction) {
ExamAction["Start"] = "start";
ExamAction["Submit"] = "submit";
ExamAction["Result"] = "result";
ExamAction["Other"] = "other";
})(ExamAction = exports.ExamAction || (exports.ExamAction = {}));
var ModuleAction;
(function (ModuleAction) {
ModuleAction["View"] = "view";
ModuleAction["Other"] = "other";
})(ModuleAction = exports.ModuleAction || (exports.ModuleAction = {}));
var QuestionAction;
(function (QuestionAction) {
QuestionAction["Answer"] = "answer";
QuestionAction["Skip"] = "skip";
QuestionAction["Other"] = "other";
})(QuestionAction = exports.QuestionAction || (exports.QuestionAction = {}));
//# sourceMappingURL=typings.js.map