Mark&Go

Mark students' exams through highlights and go!

ما هو Mark&Go؟

Mark&Go هو إضافة Chrome تم تطويرها بواسطة onekin.org، والميزة الرئيسية لها هي "Mark students' exams through highlights and go!".

لقطات شاشة التمديد

screenshot
screenshot

تحميل ملف CRX للإضافة Mark&Go

قم بتنزيل ملفات الامتداد Mark&Go بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        Mark&Go is a chrome extension to help teachers while correcting digital exams using web annotations over Moodle. Mark&Go supports rubric-based assignment marking. Defining which ones are the criteria to be assessed, creates a color-coding highlighter to annotate, comment and grade students assignments over Moodle. It automatically populate marks in students' assignment page in Moodle and creates an easy consumable report with direct links to annotated excerpts in students exams, facilitating feedback comprehension of teachers' assignments.
Main features are:
- Color-code highlighter based on defined rubrics in Moodle 
- Supports PDF, plain-text files (.txt, .java, .xml) or other browser-compatible files (e.g.: .html) text annotation
- Supports comments and references to previous assignments
- Automatically transcripts comments and marks from annotated students documents to Moodle, making results ready to publish
- Allows students to make comments over annotated document, supporting remote and async discussion between students and 
- It is GDPR compliant, annotations are hosted anonymously over Hypothes.is (own server instance can be used) and only accessible by the teacher and corresponding student

Currently is under development, so any bug report or feedback will be appreciated. Feel free to open an issue in Github: https://github.com/haritzmedina/markandgo

Get started: https://github.com/haritzmedina/MarkAndGo/wiki

Privacy policy: https://onekin.org/?page_id=1110                    

معلومات أساسية عن التمديد

الاسم Mark&Go Mark&Go
ID kjedcndgienemldgjpjjnhjdhfoaocfa
عنوان URL الرسمي https://chromewebstore.google.com/detail/markgo/kjedcndgienemldgjpjjnhjdhfoaocfa
الوصف Mark students' exams through highlights and go!
حجم الملف 8.83 MB
عدد التثبيتات 59
النسخة الحالية 0.2.22
آخر تحديث 2022-03-10
تاريخ النشر 2020-04-22
المطور onekin.org
البريد الإلكتروني [email protected]
نوع الدفع free
عنوان صفحة سياسة الخصوصية https://onekin.org?page_id=10
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "short_name": "__MSG_appShortName__",
    "description": "__MSG_appDescription__",
    "version": "0.2.22",
    "manifest_version": 2,
    "default_locale": "en",
    "icons": {
        "256": "images\/mag\/icon-512.png"
    },
    "background": {
        "scripts": [
            "scripts\/background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*",
                "file:\/\/\/*\/*"
            ],
            "exclude_matches": [
                "*:\/\/*\/*grade\/grading\/*",
                "*:\/\/*\/*mod\/assign\/view.php*",
                "*:\/\/*\/*course\/modedit.php?add=assign*"
            ],
            "js": [
                "scripts\/contentScript.js"
            ],
            "css": [
                "styles\/contentScript.css"
            ],
            "run_at": "document_end",
            "all_frames": false
        },
        {
            "matches": [
                "*:\/\/*\/*grade\/grading\/*",
                "*:\/\/*\/*mod\/assign\/view.php*"
            ],
            "js": [
                "scripts\/moodleContentScript.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "*:\/\/*\/*course\/modedit.php?add=assign*"
            ],
            "js": [
                "scripts\/moodleAssignmentAddContentScript.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "*:\/\/*\/*course\/view.php*"
            ],
            "js": [
                "scripts\/moodleResumption.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "*:\/\/*\/*mod\/assign\/view.php*"
            ],
            "js": [
                "scripts\/moodleEstimation.js"
            ],
            "run_at": "document_end"
        }
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "page_action": {
        "default_icon": "images\/mag\/icon-38-bw.png",
        "default_title": "__MSG_browserActionTitle__"
    },
    "options_page": "pages\/options.html",
    "options_ui": {
        "page": "pages\/options.html",
        "chrome_style": false,
        "open_in_tab": true
    },
    "permissions": [
        "https:\/\/hypothes.is\/",
        "activeTab",
        "storage",
        "downloads",
        "notifications",
        "file:\/\/*\/*",
        "contextMenus"
    ],
    "web_accessible_resources": [
        "pages\/*.html",
        "content\/*",
        "images\/*"
    ],
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAzwi0PFfgFsQLO9m+ur61E2t0xOkKnGcjfRL1RShuf03qCb9HVDkG771nzZZxENtGAtZNyctLqp\/zRgT+JUFp5PzYLfpCxs6O2fEHT5RYoJC7EnEjIOA3Q0eZ1PBFE0A+RlaMlY67rQ3HbDrK7KcKn0DTJ\/FNzqL6N1v7bdXGJ3rHoZfMY1Sn+F1ULLZxsCRxXxpmTMVN1OU+U1vOteZLd49RsqPsipTwQwBcy5ss9EycoaoMo2yec7nCiPnoUYhW+nRS+zULQQUumxIA7olDFaGAZvOTceo0xdIJFeN0ajdjzAcxA2Gj\/5nK3VVJKhjSJPe2RRKaqdWyhGKeoiBAowIDAQAB"
}