UNPKG

@benshi.ai/js-sdk

Version:

Benshi SDK

25 lines 1.04 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: 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 = exports.ExamAction || (exports.ExamAction = {})); var ModuleAction; (function (ModuleAction) { ModuleAction["View"] = "view"; })(ModuleAction = exports.ModuleAction || (exports.ModuleAction = {})); var QuestionAction; (function (QuestionAction) { QuestionAction["Answer"] = "answer"; QuestionAction["Skip"] = "skip"; })(QuestionAction = exports.QuestionAction || (exports.QuestionAction = {})); //# sourceMappingURL=typings.js.map