No description
Find a file
YourFriendlyNeighborhoodDealer da7eac9e56 Moving element getting to classes
2019-03-13 08:23:38 +01:00
CHANGELOG Question getting match percent fix, licence fix 2019-03-06 09:43:05 +01:00
frame.js Changed menu button id, incremented version 2019-03-06 08:44:26 +01:00
license Question getting match percent fix, licence fix 2019-03-06 09:43:05 +01:00
main.js Moving element getting to classes 2019-03-13 08:23:38 +01:00
README.md Https images in readme 2019-03-04 21:56:36 +01:00
stable.js Defaulted test variables 2019-03-05 08:32:34 +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.