Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/openfun/edx-gea
Grade external activity xblock.
https://github.com/openfun/edx-gea
edx-platform xblock
Last synced: about 2 months ago
JSON representation
Grade external activity xblock.
- Host: GitHub
- URL: https://github.com/openfun/edx-gea
- Owner: openfun
- License: agpl-3.0
- Created: 2015-07-07T16:14:14.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2020-01-22T08:46:36.000Z (almost 5 years ago)
- Last Synced: 2023-08-25T18:56:05.197Z (over 1 year ago)
- Topics: edx-platform, xblock
- Language: Python
- Homepage:
- Size: 534 KB
- Stars: 6
- Watchers: 19
- Forks: 4
- Open Issues: 2
-
Metadata Files:
- Readme: README.rst
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
Grade External Activity XBlock
==============================This XBlock provides a way to grade external activity in edx-platform.
The course staff will upload a simple csv containing usernames, grades and optional comments.
Then through the same XBlock students will see their evaluation... image:: docs/_static/images/gea-assessment-lms_student.png
.. image:: https://circleci.com/gh/openfun/edx-gea/tree/master.svg?style=svg
:target: https://circleci.com/gh/openfun/edx-gea/tree/masterInstallation
~~~~~~~~~~~~1. Install edx-gea
.. code:: sh
pip install --extra-index-url https://pypi.fury.io/openfun edx-gea2. Add edx\_gea to installed Django apps
- In ``/edx/app/edxapp/edx-platform/cms/envs/common.py``, add ``'edx_gea'``
to OPTIONAL_APPS- In ``/edx/app/edxapp/edx-platform/lms/envs/common.py``, add ``'edx_gea'``
to OPTIONAL_APPSDocumentation
~~~~~~~~~~~~~http://edx-gea.readthedocs.org