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* 扩展基本信息
| 名称 | |
| ID | jajkmamknneolieidnbnlhighhehbpik |
| 官方URL | 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"
]
}
]
} | |