raccoongang / 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.
Apache License 2.0
32 stars 65 forks source link

conflict with the docs #19

Closed MohamedA95 closed 3 years ago

MohamedA95 commented 5 years ago

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 ?

idegtiarov commented 3 years ago

There is no conflict with the docs since you should use an entry point name that is scormxblock, please take a look at https://github.com/raccoongang/edx_xblock_scorm/blob/master/setup.py#L35