No description
Find a file
2019-03-04 21:07:25 +01:00
CHANGELOG New domain name, and correct missing data file handling 2019-01-28 09:37:53 +01:00
frame.js Fixed question highlighting in some cases 2019-03-02 17:20:18 +01:00
license Added license 2018-11-21 15:57:05 +01:00
main.js Removing line breaks from the to-be-saved questions/answers 2019-03-04 21:07:25 +01:00
README.md Fixed question highlighting in some cases 2019-03-02 17:20:18 +01:00

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 '// (AT)require file:///main.js' to frame.js, and simply call 'Main();' there.