mirror of
https://gitlab.com/MrFry/moodle-test-userscript
synced 2025-04-01 20:22:48 +02:00
Version inc
This commit is contained in:
parent
ad61c7052a
commit
ad0e355f2d
1 changed files with 7 additions and 8 deletions
|
@ -21,7 +21,7 @@
|
|||
|
||||
// ==UserScript==
|
||||
// @name Moodle/Elearning/KMOOC test help
|
||||
// @version 2.0.1.15
|
||||
// @version 2.0.1.16
|
||||
// @description Online Moodle/Elearning/KMOOC test help
|
||||
// @author MrFry
|
||||
// @match https://elearning.uni-obuda.hu/main/*
|
||||
|
@ -575,7 +575,7 @@
|
|||
}
|
||||
}
|
||||
|
||||
getAsd() {
|
||||
getTextAreaAnswer() {
|
||||
const a = document.getElementsByClassName('generalfeedback')
|
||||
if (a.length > 0) {
|
||||
return a[0].innerText
|
||||
|
@ -766,12 +766,11 @@
|
|||
var fun = []
|
||||
|
||||
// Ugrás... fix: textarea-ban kell válaszolni
|
||||
// TODO
|
||||
// fun.push(i => {
|
||||
// const a = RPM.getAsd()
|
||||
// console.log(a)
|
||||
// return a
|
||||
// })
|
||||
fun.push(i => {
|
||||
const a = RPM.getTextAreaAnsweretAsd()
|
||||
console.log(a)
|
||||
return a
|
||||
})
|
||||
|
||||
// "húzza oda ..." skip
|
||||
fun.push(i => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue