Saskatchewan Curriculum Project

Create Lessons and rubrics from Sask. Curriculum. + scan cognitive domains, DI tips and 21 Century Learning Skills

Was ist Saskatchewan Curriculum Project?

Saskatchewan Curriculum Project ist eine Chrome-Erweiterung, die von http://digitallearnersolutions.com entwickelt wurde, und ihr Hauptmerkmal ist "Create Lessons and rubrics from Sask. Curriculum. + scan cognitive domains, DI tips and 21 Century Learning Skills".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot

Saskatchewan Curriculum Project-Erweiterungs-CRX-Datei herunterladen

Laden Sie Saskatchewan Curriculum Project-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

                        The Saskatchewan Curriculum Project Extension allows teachers to:
-create rubrics from Saskatchewan outcomes and indicators (English and French)
-save, edit and print rubrics
-scan rubrics with Bloom's Taxonomy for examining cognitive domain focuses
- get activity prompts, skills and questions based on Bloom's Taxonomy
-browse curriculum outcomes and indicators                    

Grundlegende Informationen zur Erweiterung

Name Saskatchewan Curriculum Project Saskatchewan Curriculum Project
ID cciiafmkdiedhednhaojokmcmimhbdgi
Offizielle URL https://chrome.google.com/webstore/detail/saskatchewan-curriculum-p/cciiafmkdiedhednhaojokmcmimhbdgi
Beschreibung Create Lessons and rubrics from Sask. Curriculum. + scan cognitive domains, DI tips and 21 Century Learning Skills
Dateigröße 1 MB
Installationsanzahl 685
Aktuelle Version 0.9.0
Letztes Update 2016-01-19
Veröffentlichungsdatum 2016-01-19
Bewertung 5.00/5 Insgesamt 3 Bewertungen
Entwickler http://digitallearnersolutions.com
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://dlsplanner.azurewebsites.net/app/index.html
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Saskatchewan Curriculum Project",
    "version": "0.9.0",
    "manifest_version": 2,
    "description": "Create Lessons and rubrics from Sask. Curriculum. + scan cognitive domains, DI tips and 21 Century Learning Skills",
    "homepage_url": "http:\/\/www.digitallearnersolutions.com\/app\/",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png",
        "192": "icons\/icon192.png"
    },
    "default_locale": "en",
    "background": {
        "page": "src\/bg\/background.html",
        "persistent": false
    },
    "browser_action": {
        "default_icon": "icons\/icon19.png",
        "default_title": "Sask. Curriculum Project",
        "default_popup": "src\/browser_action\/browser_action.html"
    },
    "permissions": [
        "tabs",
        "storage",
        "clipboardRead",
        "clipboardWrite",
        "https:\/\/staffroom.azurewebsites.net\/*"
    ]
}