No description
Find a file
2019-10-13 20:43:58 +02:00
question-classes@0cfd9cfda3 added question-classes submodule 2019-10-11 12:01:49 +02:00
.gitmodules added question-classes submodule 2019-10-11 12:01:49 +02:00
frame.js Changed namespace, and update URL 2019-10-12 12:06:33 +02:00
license Changed maintainer name 2019-09-27 10:26:04 +02:00
main.js Changed namespace, and update URL 2019-10-12 12:06:33 +02:00
README.md readme update 2019-10-13 20:43:58 +02:00
stable.user.js Changed namespace, and update URL 2019-10-12 12:06:33 +02:00

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.