mirror of
https://github.com/ChristianLight/tutor.git
synced 2025-02-05 02:38:25 +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
|
## 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 && \
|
|||||||
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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user