From ece0bffab7a43807760930a8291df98e979a6c09 Mon Sep 17 00:00:00 2001 From: MrLetsplay Date: Sun, 1 May 2022 19:56:26 +0200 Subject: [PATCH] Update cheats --- lzk/lzk-cheats.user.js | 2 +- lzk/questions-log.json | 84 +----------------------------------- lzk/questions-logger.user.js | 2 +- 3 files changed, 3 insertions(+), 85 deletions(-) diff --git a/lzk/lzk-cheats.user.js b/lzk/lzk-cheats.user.js index 99c926a..940006d 100644 --- a/lzk/lzk-cheats.user.js +++ b/lzk/lzk-cheats.user.js @@ -4,7 +4,7 @@ // @version 1.0 // @description Advanced cheat tools // @author MrLetsplay, JDobeshow -// @match https://moodle.cringe-studios.com/mod/quiz/attempt.php* +// @match https://*/mod/quiz/attempt.php* // @icon https://nsfw.cringe-studios.com/grimacing.png // @grant none // ==/UserScript== diff --git a/lzk/questions-log.json b/lzk/questions-log.json index 033311c..9e26dfe 100755 --- a/lzk/questions-log.json +++ b/lzk/questions-log.json @@ -1,83 +1 @@ -{ - "Choose \"Yay\", \"Woo\" and \"Sus\"": { - "type": "Multiple choice (mehrfach)", - "answers": [ - "Amogus\n", - "Sus\n", - "Test\n", - "Woo\n", - "Yay\n" - ] - }, - "Answer is \"A\"\n": { - "type": "Multiple choice (einzeln)", - "answers": [ - "A\n", - "C\n", - "D\n", - "B\n" - ] - }, - "Choose\n": { - "type": "Zuordnung", - "answers": { - "Choose \"C\"\n": [ - "Ausw\u00e4hlen ...", - "A", - "C", - "B" - ], - "Choose \"A\"\n": [ - "Ausw\u00e4hlen ...", - "A", - "C", - "B" - ], - "Choose \"B\"\n": [ - "Ausw\u00e4hlen ...", - "A", - "C", - "B" - ] - } - }, - "The impostor is ___ and ___ .Crewmates are ___ and ___ .": { - "type": "L\u00fcckentext", - "answers": [ - [ - "\u00a0", - "sus", - "very nice" - ], - [ - "\u00a0", - "a sussy baka", - "innocent" - ], - [ - "\u00a0", - "sus", - "very nice" - ], - [ - "\u00a0", - "a sussy baka", - "innocent" - ] - ] - }, - "Very weird formatting, but the answer is sus": { - "type": "Multiple choice (mehrfach)", - "answers": [ - "The correct code is let a = \"sus\"; console.log(a);.\n", - "The correct code is console.log(\"amogus\");.\n" - ] - }, - "Is\n\n\n0 == true\n\nor\n\n\n0 == false?\n": { - "type": "Multiple choice (einzeln)", - "answers": [ - "Wahr", - "Falsch" - ] - } -} \ No newline at end of file +{} \ No newline at end of file diff --git a/lzk/questions-logger.user.js b/lzk/questions-logger.user.js index 6502e67..e2ce0d4 100644 --- a/lzk/questions-logger.user.js +++ b/lzk/questions-logger.user.js @@ -4,7 +4,7 @@ // @version 1.0 // @description Advanced cheat tools // @author MrLetsplay, JDobeshow -// @match https://moodle.cringe-studios.com/mod/quiz/attempt.php* +// @match https://*/mod/quiz/attempt.php* // @icon https://nsfw.cringe-studios.com/sus.png // @grant none // ==/UserScript==