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

Change the way SCORM zip archives are extracted #10

Closed wowkalucky closed 6 years ago

wowkalucky commented 6 years ago

Previously, zipfile module of standard library was used, but there are ZIPs with flatten structure (without hierarchy tree) and that was a problem. So the system utility unzip does the job now.

Note: need to check how the Eucalyptus release behaves with unzip tool.