moodle-test-userscript/README.md
2019-10-13 20:43:58 +02:00

865 B

Moodle/Elearning/KMOOC test helper tampermonkey script

This userscript shows help during solving Moodle/Elearning/KMOOC tests online.

Server repository link

If you want to install from here then: Open a blank text file Paste everything from frame.js Paste main.js between '(function() {' and '})();' Search for 'function Main', and type Main(); right before it

You could also add '// (AT)require file:///main.js' to frame.js, and simply call 'Main();' there.