7
0
mirror of https://github.com/ChristianLight/tutor.git synced 2024-06-10 09:42:23 +00:00

Upgrade scorm to 9.2.0

This adds a bugfix (float graded submissions) and a new feature
(assignment rescoring).
This commit is contained in:
Régis Behmo 2020-05-18 11:33:58 +02:00
parent 687066e598
commit 8035b7dfc6
2 changed files with 3 additions and 1 deletions

View File

@ -4,6 +4,8 @@ Note: Breaking changes between versions are indicated by "💥".
## 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.
## v3.12.3 (2020-05-05)

View File

@ -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
# 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
RUN nodeenv /openedx/nodeenv --node=8.9.3 --prebuilt