Skip to content
Snippets Groups Projects
Commit 8035b7df authored by Régis Behmo's avatar Régis Behmo
Browse files

Upgrade scorm to 9.2.0

This adds a bugfix (float graded submissions) and a new feature
(assignment rescoring).
parent 687066e5
No related branches found
No related tags found
No related merge requests found
...@@ -4,6 +4,8 @@ Note: Breaking changes between versions are indicated by "💥". ...@@ -4,6 +4,8 @@ Note: Breaking changes between versions are indicated by "💥".
## Unreleased ## Unreleased
- [Improvement] Add ability to rescore SCORM units
- [Bugfix] Fix scoring of graded SCORM units
- [Improvement] Increase maximum uploaded file size in the CMS from 10 to 100 Mb. - [Improvement] Increase maximum uploaded file size in the CMS from 10 to 100 Mb.
## v3.12.3 (2020-05-05) ## v3.12.3 (2020-05-05)
......
...@@ -60,7 +60,7 @@ RUN pip uninstall -y ora2 && \ ...@@ -60,7 +60,7 @@ RUN pip uninstall -y ora2 && \
RUN pip install git+https://github.com/overhangio/edx-oauth2-provider.git@1.2.3#egg=edx-oauth2-provider==1.2.3 RUN pip install git+https://github.com/overhangio/edx-oauth2-provider.git@1.2.3#egg=edx-oauth2-provider==1.2.3
# Install ironwood-compatible scorm xblock # Install ironwood-compatible scorm xblock
RUN pip install "openedx-scorm-xblock<10.0.0,>=9.1.1" RUN pip install "openedx-scorm-xblock<10.0.0,>=9.2.0"
# Install a recent version of nodejs # Install a recent version of nodejs
RUN nodeenv /openedx/nodeenv --node=8.9.3 --prebuilt RUN nodeenv /openedx/nodeenv --node=8.9.3 --prebuilt
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment