edx_xblock_scorm

XBlock to display SCORM content within the Open edX LMS. Editable within Open edx Studio. Will save student state and report scores to the progress tab of the course. Currently supports SCORM 1.2 and SCORM 2004 standard.

Block displays SCORM which saved as File -> Export -> Web Site -> Zip File

Block displays SCORM which saved as File -> Export -> SCORM 1.2

Installation

Install package

pip install -e git+https://github.com/raccoongang/edx_xblock_scorm.git#egg=edx_xblock_scorm

Note: for OpenEdx releases prior ginkgo add required variables to CMS configuration <edx-platform-path>/cms/envs/aws.py:

MEDIA_ROOT = ENV_TOKENS.get('MEDIA_ROOT', '/edx/var/edxapp/media/')
MEDIA_URL = ENV_TOKENS.get('MEDIA_URL', '/media/')

Usage

Testing

Assuming scormxblock is installed as above, you can run tests like so:

$ paver test_system -s lms -t scormxblock