Canvas Quiz Filler
Picks correct answers from previous submissions on a quiz.
什麼是Canvas Quiz Filler?
Canvas Quiz Filler是由https://peterfoxflick.com開發的Chrome擴展程式,該擴展的主要功能是“Picks correct answers from previous submissions on a quiz.”。
擴展截圖
下載Canvas Quiz Filler擴展crx文件
下載Canvas Quiz Filler擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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*
擴展基本資訊
名稱 | Canvas Quiz Filler |
ID | jajkmamknneolieidnbnlhighhehbpik |
官方網址 | https://chromewebstore.google.com/detail/canvas-quiz-filler/jajkmamknneolieidnbnlhighhehbpik |
簡介 | Picks correct answers from previous submissions on a quiz. |
檔案大小 | 19.9 KB |
安裝次數 | 3,137 |
目前版本 | 0.1.1 |
更新時間 | 2019-07-15 |
上架時間 | 2019-07-15 |
評分 | 3.38/5 共 8 次評分 |
開發者 | https://peterfoxflick.com |
電子郵箱 | [email protected] |
付費類型 | free |
支援的語言 | 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" ] } ] } |