moodle-test-userscript/README.md
YourFriendlyNeighborhoodDealer 52d6bd9be9 Fixing @ in readme #5
2019-03-02 08:47:16 +01:00

1 KiB

Moodle/Elearning/KMOOC test helper tampermonkey script

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

Greasyfork link Navigate to here, if you want to install the script! 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 '// require file:///main.js' to frame.js, and simply call 'Main();' there.