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.
Hello thanks for the great initiative.
Open Edx doc states that to enable an Xblock in a course I must add the name listed in setup.py file to the advanced settings of the course. The name listed in setup.py is scormxblock-xblock but the one that really gets the xblock enabled is scormxblock it is also the one listed in the readme. should I edit setup.py and make a pull request ?
Hello thanks for the great initiative. Open Edx doc states that to enable an Xblock in a course I must add the name listed in
setup.py
file to the advanced settings of the course. The name listed in setup.py isscormxblock-xblock
but the one that really gets the xblock enabled isscormxblock
it is also the one listed in the readme. should I editsetup.py
and make a pull request ?