Export Quizlet to Moodle or Canvas

Please note: As of the current version (1.0), this extension can only export to Moodle. The Canvas and Blackboard export options…

Was ist Export Quizlet to Moodle or Canvas?

Export Quizlet to Moodle or Canvas ist eine Chrome-Erweiterung, die von Unknown entwickelt wurde, und ihr Hauptmerkmal ist "Please note: As of the current version (1.0), this extension can only export to Moodle. The Canvas and Blackboard export options…".

Erweiterungsscreenshots

screenshot

Export Quizlet to Moodle or Canvas-Erweiterungs-CRX-Datei herunterladen

Laden Sie Export Quizlet to Moodle or Canvas-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

                        Please note: As of the current version (1.0), this extension can only export to Moodle. The Canvas and Blackboard export options will be released in the NEXT version. 

This extension is developed for teachers to be able to take their favorite quizlet sets and automatically convert them into tests. Import quizlet sets into your LMS (learning management system) of choice. This extension is in its early days of existence. Currently, the only type of questions that can be created are "Fill in the Blank".

If there is any feature you would like to see, there is a suggestion are within the extension.                    

Grundlegende Informationen zur Erweiterung

Name Export Quizlet to Moodle or Canvas Export Quizlet to Moodle or Canvas
ID bjimpfmgoeofnkemfjbnficoelhbgapg
Offizielle URL https://chromewebstore.google.com/detail/export-quizlet-to-moodle/bjimpfmgoeofnkemfjbnficoelhbgapg
Beschreibung Please note: As of the current version (1.0), this extension can only export to Moodle. The Canvas and Blackboard export options…
Dateigröße 15.3 KB
Installationsanzahl 118
Aktuelle Version 1.0
Letztes Update 2020-03-31
Veröffentlichungsdatum 2020-03-31
Entwickler Unknown
Zahlungsart free
Unterstützte Sprachen en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Export Quizlet to Moodle or Canvas",
    "version": "1.0",
    "manifest_version": 2,
    "content_scripts": [
        {
            "matches": [
                "*:\/\/quizlet.com\/*-flash-cards\/"
            ],
            "run_at": "document_end",
            "js": [
                "content.js"
            ]
        }
    ],
    "icons": {
        "128": "icon.png"
    }
}