mirror of
https://github.com/ChristianLight/tutor.git
synced 2024-11-10 15:20:56 +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:
parent
687066e598
commit
8035b7dfc6
@ -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)
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user