UNPKG

@webhare/moodle-webservice

Version:

Moodle Web Service API client with intellisense and typechecking

23 lines (22 loc) 637 B
declare enum QuestionTypes { Calculated = "calculated", CalculatedMulti = "calculatedmulti", CalculatedSimple = "calculatedsimple", DdImageOrText = "ddimageortext", DdMarker = "ddmarker", DdWTos = "ddwtos", Description = "description", Essay = "essay", GapSelect = "gapselect", Match = "match", MissingType = "missingtype", MultiAnswer = "multianswer", MultiChoice = "multichoice", Numerical = "numerical", Random = "random", RandomSAMatch = "randomsamatch", ShortAnswer = "shortanswer", Tests = "tests", TrueFalse = "truefalse" } export default QuestionTypes;