Saskatchewan Curriculum Project

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

Vad är Saskatchewan Curriculum Project?

Saskatchewan Curriculum Project är en Chrome-tillägg utvecklad av http://digitallearnersolutions.com, och dess huvudfunktion är "Create Lessons and rubrics from Sask. Curriculum. + scan cognitive domains, DI tips and 21 Century Learning Skills".

Tilläggsskärmbilder

screenshot
screenshot
screenshot
screenshot

Ladda ner Saskatchewan Curriculum Project-förlängningens CRX-fil

Ladda ner Saskatchewan Curriculum Project-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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                    

Grundläggande Information om Tillägg

Namn Saskatchewan Curriculum Project Saskatchewan Curriculum Project
ID cciiafmkdiedhednhaojokmcmimhbdgi
Officiell webbadress https://chrome.google.com/webstore/detail/saskatchewan-curriculum-p/cciiafmkdiedhednhaojokmcmimhbdgi
Beskrivning Create Lessons and rubrics from Sask. Curriculum. + scan cognitive domains, DI tips and 21 Century Learning Skills
Filstorlek 1 MB
Antal Installationer 685
Aktuell Version 0.9.0
Senast Uppdaterad 2016-01-19
Publiceringsdatum 2016-01-19
Betyg 5.00/5 Totalt 3 Betyg
Utvecklare http://digitallearnersolutions.com
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://dlsplanner.azurewebsites.net/app/index.html
Stödda Språk 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\/*"
    ]
}