UNPKG

@webhare/moodle-webservice

Version:

Moodle Web Service API client with intellisense and typechecking

9 lines (8 loc) 229 B
declare enum QuestionStatuses { AnswerSaved = "Answer saved", NotYetAnswered = "Not yet answered", NotAnswered = "Not answered", Correct = "Correct", Incorrect = "Incorrect" } export default QuestionStatuses;