Skip to content

kursitet/edx-ora

 
 

Repository files navigation

Part of edX code.

edx ORA (Open Response Assessor) =======================

The ORA will take a submission from an xqueue installation, pass it through machine learning grading, peer grading, and staff grading as appropriate, and return a result to LMS. This is to be used with the edx-platform and xqueue. It allows for the assessment of open response problems on the edx platform.

DEPRECATED

The edX team has officially transitioned all support for the Open Response Assessor (ORA) project to its second iteration (ORA2). The original ORA project will remain open on github, but the edX team will no longer be supporting new features on the old version of the product.

To get started using ORA2, update to the latest version of the edX platform. To learn how to author new ORA2 problems, see the latest course authoring documentation.

http://www.github.com/edx/edx-ora2

Overview

Each type of grader is a separate django application, with the controller having common logic, such as submission and returning the result to the LMS.

After installation, tests can be run by running sh run_tests.sh .

Documentation

You can find full documentation in the docs directory, and build it using make html, or see here for built documentation.

License

The code in this repository is licensed under version 3 of the AGPL unless otherwise noted.

Please see LICENSE.txt for details.

How to Contribute

Contributions are very welcome. The easiest way is to fork this repo, and then make a pull request from your fork. The first time you make a pull request, you may be asked to sign a Contributor Agreement.

Reporting Security Issues

Please do not report security issues in public. Please email security@edx.org

Mailing List and IRC Channel

You can discuss this code on the edx-code Google Group or in the edx-code IRC channel on Freenode.

About

edX ORA (Open Response Assessor) allows for the peer, instructor, and AI assessment of problems on the edX platform.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 50.4%
  • JavaScript 46.2%
  • ApacheConf 1.2%
  • Shell 0.8%
  • HTML 0.5%
  • XML 0.5%
  • CSS 0.4%