Version inc

This commit is contained in:
mrfry 2020-11-12 13:54:08 +01:00
parent ad61c7052a
commit ad0e355f2d

View file

@ -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 => {