Giter VIP home page Giter VIP logo

edx-proctoring's Introduction

edx-proctoring Build Status Coverage Status

========================

This is the Exam Proctoring subsystem for the Open edX platform.

While technical and developer documentation is forthcoming, here are basic instructions on how to use this in an Open edX installation.

NOTE: Proctoring will not be available in the Open edX named releases until Dogwood. However, you can use this if you use a copy of edx-platform (master) after 8/20/2015.

In order to use edx-proctoring, you must obtain an account (and secret configuration - see below) with SoftwareSecure, which provides the proctoring review services that edx-proctoring integrates with.

CONFIGURATION:

You will need to turn on the ENABLE_PROCTORED_EXAMS in lms.env.json and cms.env.json FEATURES dictionary:

:
"FEATURES": {
    :
    "ENABLE_PROCTORED_EXAMS": true,
    :
}

Also in your lms.env.json and cms.env.json file you can add the following (optional):

    "PROCTORING_SETTINGS": {
        "ALLOW_CALLBACK_SIMULATION": False,
        "CLIENT_TIMEOUT": 30,
        "DEFAULT_REVIEW_POLICY": "Closed Book",
        "REQUIRE_FAILURE_SECOND_REVIEWS": False
    },

Note Settings for each provider moved to its PROCTORING_BACKEND_PROVIDERS's settings. See below.

In your lms.auth.json file, please add the following secure information:

    "PROCTORING_BACKEND_PROVIDERS":{
        "SOFTWARE_SECURE": {
            "class": "edx_proctoring.backends.software_secure.SoftwareSecureBackendProvider",
            "options": {
                "crypto_key": "{add SoftwareSecure crypto key here}",
                "exam_register_endpoint": "{add enpoint to SoftwareSecure}",
                "exam_sponsor": "{add SoftwareSecure sponsor}",
                "organization": "{add SoftwareSecure organization}",
                "secret_key": "{add SoftwareSecure secret key}",
                "secret_key_id": "{add SoftwareSecure secret key id}",
                "software_download_url": "{add SoftwareSecure download url}"
            },
            "settings": {
                "LINK_URLS": {
                    "contact_us": "{add link here}",
                    "faq": "{add link here}",
                    "online_proctoring_rules": "{add link here}",
                    "tech_requirements": "{add link here}"
                }            
            }
        },
        "WEB_ASSISTANT": {
            "class": "lms.djangoapps.npoed_proctor.npoed.backends.assistant.NPOEDBackendProvider",
            "options": {
                "crypto_key": "{add crypto key}",
                "exam_register_endpoint": "{add enpoint to WebAssistant}",
                "exam_sponsor": "{add sponsor}",
                "organization": "{add organization}",
                "secret_key": "{add secret key}",
                "secret_key_id": "{add secret key id}",
                "software_download_url": "{add software download url}"
            },
            "settings": {
                "SITE_NAME": "{add site name here}",
                "PLATFORM_NAME": "{add platform name here}",
                "STATUS_EMAIL_FROM_ADDRESS": "{add email address here}",
                "CONTACT_EMAIL": "{add email address here}",
                "DEFAULT_REVIEW_POLICY":"{add policy here}",
                "REQUIRE_FAILURE_SECOND_REVIEWS":"{add policy here}",
                "ALLOW_REVIEW_UPDATES": false,
                "LINK_URLS": {
                    "contact_us": "{add link here}",
                    "faq": "{add link here}",
                    "online_proctoring_rules": "{add link here}",
                    "tech_requirements": "{add link here}"
                }            
            }            
        }
    },

You will need to restart services after these configuration changes for them to take effect.

edx-proctoring's People

Contributors

muhhshoaib avatar tamoshaytisv avatar hasnain-naveed avatar martynovp avatar mhoeber avatar muhammad-ammar avatar serge-name avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.