Skip to content

Latest commit

 

History

History
32 lines (21 loc) · 950 Bytes

README.rst

File metadata and controls

32 lines (21 loc) · 950 Bytes

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.

docs/_static/images/gea-assessment-lms_student.png

https://circleci.com/gh/openfun/edx-gea/tree/master.svg?style=svg

Installation

  1. Install edx-gea

  2. 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_APPS

Documentation

http://edx-gea.readthedocs.org