mirror of
https://gitlab.com/MrFry/moodle-test-userscript
synced 2025-04-01 20:22:48 +02:00
Commiting testing to master
This commit is contained in:
parent
580f9d9b9c
commit
e3b5699955
4 changed files with 487 additions and 437 deletions
|
@ -9,3 +9,5 @@
|
||||||
Passive mode
|
Passive mode
|
||||||
1.6.1.6:
|
1.6.1.6:
|
||||||
Fixed question saving match percent
|
Fixed question saving match percent
|
||||||
|
1.6.2.0:
|
||||||
|
Document element getting refactoring
|
||||||
|
|
2
frame.js
2
frame.js
|
@ -21,7 +21,7 @@
|
||||||
|
|
||||||
// ==UserScript==
|
// ==UserScript==
|
||||||
// @name Moodle/Elearning/KMOOC test help
|
// @name Moodle/Elearning/KMOOC test help
|
||||||
// @version 1.6.2.7
|
// @version 1.6.3.0
|
||||||
// @description Online Moodle/Elearning/KMOOC test help
|
// @description Online Moodle/Elearning/KMOOC test help
|
||||||
// @author YourFriendlyNeighborhoodDealer
|
// @author YourFriendlyNeighborhoodDealer
|
||||||
// @match https://elearning.uni-obuda.hu/main/*
|
// @match https://elearning.uni-obuda.hu/main/*
|
||||||
|
|
2
main.js
2
main.js
|
@ -22,7 +22,7 @@
|
||||||
|
|
||||||
var data; // all data, which is in the resource txt
|
var data; // all data, which is in the resource txt
|
||||||
var addEventListener; // add event listener function
|
var addEventListener; // add event listener function
|
||||||
const lastChangeLog = ''; // TODO
|
const lastChangeLog = 'Néhány szerkezeti átalakítás, és bugfix. Ha valami elromlott akkor pls report, thanx';
|
||||||
const serverAdress = "https://qmining.tk/";
|
const serverAdress = "https://qmining.tk/";
|
||||||
|
|
||||||
// forcing pages for testing. unless you test, do not set these to true!
|
// forcing pages for testing. unless you test, do not set these to true!
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue