UNPKG

@webhare/moodle-webservice

Version:

Moodle Web Service API client with intellisense and typechecking

10 lines (9 loc) 348 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); var QuestionStates; (function (QuestionStates) { QuestionStates["GradedRight"] = "gradedright"; QuestionStates["GradedWrong"] = "gradedwrong"; QuestionStates["GaveUp"] = "gaveup"; })(QuestionStates || (QuestionStates = {})); exports.default = QuestionStates;