UNPKG

@webhare/moodle-webservice

Version:

Moodle Web Service API client with intellisense and typechecking

8 lines (7 loc) 193 B
export default interface IMoodleQuestionSettings { [k: string]: any; shuffleanswers?: string; showstandardinstruction?: string; layout?: number; answernumbering?: string; }