Canvas Quiz Filler
Picks correct answers from previous submissions on a quiz.
Was ist Canvas Quiz Filler?
Canvas Quiz Filler ist eine Chrome-Erweiterung, die von https://peterfoxflick.com entwickelt wurde, und ihr Hauptmerkmal ist "Picks correct answers from previous submissions on a quiz.".
Erweiterungsscreenshots
Canvas Quiz Filler-Erweiterungs-CRX-Datei herunterladen
Laden Sie Canvas Quiz Filler-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
Now you don't need to have two windows open and hunt through previous attempts. This extension will automatically go through your previous attempts on a quiz in Canvas. If you got a question right (or mostly right) it will pull in those answers into your current attempt. If you got a question wrong it will prevent you from selecting that choice again. It currently supports: - Multiple Choice - True/False - Matching - Short Response - Essay *Warning: For math based questions, if the variables change than you will need to change the answer*
Grundlegende Informationen zur Erweiterung
Name | Canvas Quiz Filler |
ID | jajkmamknneolieidnbnlhighhehbpik |
Offizielle URL | https://chromewebstore.google.com/detail/canvas-quiz-filler/jajkmamknneolieidnbnlhighhehbpik |
Beschreibung | Picks correct answers from previous submissions on a quiz. |
Dateigröße | 19.9 KB |
Installationsanzahl | 3,137 |
Aktuelle Version | 0.1.1 |
Letztes Update | 2019-07-15 |
Veröffentlichungsdatum | 2019-07-15 |
Bewertung | 3.38/5 Insgesamt 8 Bewertungen |
Entwickler | https://peterfoxflick.com |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Canvas Quiz Filler", "version": "0.1.1", "description": "Picks correct answers from previous submissions on a quiz.", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "permissions": [ "https:\/\/*.instructure.com\/*" ], "content_scripts": [ { "matches": [ "https:\/\/*.instructure.com\/courses\/*\/quizzes\/*\/take" ], "js": [ "content.js" ] } ] } |