Metadata-Version: 2.4
Name: ora2
Version: 7.0.0
Summary: edx-ora2
Home-page: http://github.com/openedx/edx-ora2
Author: edX
Author-email: oscm@edx.org
License: AGPL
Classifier: Development Status :: 5 - Production/Stable
Classifier: Framework :: Django :: 4.2
Classifier: Framework :: Django :: 5.2
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU Affero General Public License v3
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.12
Description-Content-Type: text/x-rst
License-File: LICENSE
Requires-Dist: djangorestframework
Requires-Dist: openedx-events
Requires-Dist: openedx-filters
Requires-Dist: html5lib
Requires-Dist: python-swiftclient
Requires-Dist: django
Requires-Dist: path.py
Requires-Dist: voluptuous
Requires-Dist: lxml
Requires-Dist: django-model-utils
Requires-Dist: defusedxml
Requires-Dist: edx-submissions
Requires-Dist: edx-opaque-keys
Requires-Dist: python-dateutil
Requires-Dist: bleach>=6.0.0
Requires-Dist: pytz
Requires-Dist: django-simple-history
Requires-Dist: boto3
Requires-Dist: edx-i18n-tools
Requires-Dist: lazy
Requires-Dist: edx-django-utils
Requires-Dist: edx-toggles
Requires-Dist: Xblock
Requires-Dist: jsonfield
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: license
Dynamic: license-file
Dynamic: requires-dist
Dynamic: summary

Open Response Assessment |build-status| |coverage-status|
=========================================================

This repository defines an Open Response Assessment (ORA) XBlock for use within edx-platform: https://github.com/openedx/edx-platform

`User docs <https://docs.openedx.org/en/latest/educators/concepts/exercise_tools/about_OpenResponseAssessments.html>`_


Installation, Tests, and other Developer Tasks
==============================================

If you'll be modifying ORA code, the `Open edX Developer Stack`_ is a Docker-based development environment.

edX engineers follow the `guides on our wiki <https://openedx.atlassian.net/wiki/spaces/EDUCATOR/pages/9765004/ORA+Developer+Guide>`_.
Reading this page before contributing **is highly recommended**.

.. _Open edX Developer Stack: https://github.com/openedx/devstack

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@openedx.org

Mailing List and Slack
======================

You can get help with this code on our `mailing lists`_ or in real-time conversations on `Slack`_.

.. _mailing lists: https://open.edx.org/getting-help
.. _Slack: https://open.edx.org/getting-help

.. |build-status| image:: https://github.com/openedx/edx-ora2/workflows/Python%20CI/badge.svg?branch=master
   :target: https://github.com/openedx/edx-ora2/actions?query=workflow%3A%22Python+CI%22
   :alt: CI build status
.. |coverage-status| image:: https://coveralls.io/repos/edx/edx-ora2/badge.png?branch=master
   :target: https://coveralls.io/r/edx/edx-ora2?branch=master
   :alt: Coverage badge
