/revealing-moodle-tests-examples

Examples for using the revealing-moodle-tests module

Primary LanguageTypeScriptMIT LicenseMIT

Revealing Moodle Tests examples

Example project for using the revealing-moodle-tests module (GitHub, npmjs)

$ git clone https://github.com/sspeiser/revealing-moodle-tests-examples.git
$ cd revealing-moodle-tests-examples
$ npm i
$ npm run build
$ npm run start

This generates the examples.xml ready for import into Moodle (See instructions at GitHub).

Now you can change src/index.ts to add your own questions (See instructions at GitHub).