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.」です。

拡張機能のスクリーンショット

screenshot

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 Canvas Quiz Filler
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
Eメール [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"
            ]
        }
    ]
}