معرفی شرکت ها


abstract-scorm-xblock-1.0.1


Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر

توضیحات

Load SCORM packages into Open edX courses
ویژگی مقدار
سیستم عامل -
نام فایل abstract-scorm-xblock-1.0.1
نام abstract-scorm-xblock
نسخه کتابخانه 1.0.1
نگهدارنده ['Silvio Tomatis, Chiruzzi Marco']
ایمیل نگهدارنده ['silviot@gmail.com, chiruzzi.marco@gmail.com']
نویسنده Alexander Marenich, Andrey Kryachko, Andrey Lykhoman, COTOHA, David Baumgold, Volodymyr Bergman, Maxim Starodubcev, Jorge Mora, Silvio Tomatis, kirkerafael, Oksana Slusarenro, Chiruzzi Marco
ایمیل نویسنده sendr84@gmail.com, andrey.kryachko@raccoongang.com, andrey.likhoman@gmail.com, sergiy.movchan@gmail.com, david@davidbaumgold.com, wowkalucky@gmail.com, starodubcevmax@gmail.com, jorge.mora@innovapues.com, silviot@gmail.com, kirkerafael@gmail.com, oksana.slu@gmail.com, chiruzzi.marco@gmail.com
آدرس صفحه اصلی https://github.com/Abstract-Tech/abstract-scorm-xblock
آدرس اینترنتی https://pypi.org/project/abstract-scorm-xblock/
مجوز Apache 2.0
# Abstract Scorm XBlock Yet another SCORM XBlock for Open edX®. Supports course export/import. Editable within Open edx Studio. Saves student state and reports scores to the progress tab of the course. Currently supports SCORM 1.2 and SCORM 2004 standards. Developed by [Abstract Technology](https://abstract-technology.de/), based on [edx_xblock_scorm](https://github.com/raccoongang/edx_xblock_scorm/) by [Raccoon Gang ](https://raccoongang.com/). ## Installation Install package with pip install abstract-scorm-xblock ## Usage - Add `abstract_scorm_xblock` to the list of advanced modules in the advanced settings of a course. - Add a `scorm` component to your Unit. - Upload a zip file containing your content package. **The `imsmanifest.xml` file must be at the root of the zipped package. Make sure you don't have an additional directory at the root of the zip archive.** - Publish your content as usual. ## Development ### Setup To setup the development environment: - create a Python3 virtualenv. If direnv is installed a `direnv allow` should be enough. - install derex with `pip install -r requirements.txt` - setup the derex project. Read https://derex.page/quickstart.html#quickstart for further informations. ### Development and Debugging In order to be able to develop and debug effectively some steps may be taken: - get a shell inside the container: ``` cd derex_project ddc-project exec cms sh ``` - setup the package in editable mode. This will allow for testing changes without the need to reinstall the package: ``` pip install -e /openedx/derex.requirements/abstract_scorm_xblock ``` - launch the Django debug server manually and bind it on port `81`: ``` python manage.py cms runserver 0:81 ``` - on your browser https://studio.scorm.localhost:81 should now be available. You should now be able to insert debug code in both Python and JS files and benefit from Django runserver auto reload feature. ### Running tests Tests can be run with: ddc-project run --rm lms python manage.py lms test abstract_scorm_xblock --keepdb The first time this command is run it will initialize the test database. Remove the `--keepdb` flag if you want the test database to be created/destroyed each time. To run a coverage report: ddc-project run -e COVERAGE_RCFILE=../derex.requirements/abstract_scorm_xblock/.coveragerc --rm lms sh -c "coverage run manage.py lms test abstract_scorm_xblock --keepdb && coverage html" This will produce an HTML coverage report in the `abstract_scorm_xblock/htmlcov` directory. You can also use the Makefile shortcuts: make test make coverage ## Caveats - If a SCORM package is deleted from the course "Files & Uploads" section, the Import/Export functionality will export a course with a broken XBlock. ## TODO - Delete extracted old SCORM packages from default storage


نیازمندی

مقدار نام
- XBlock


نحوه نصب


نصب پکیج whl abstract-scorm-xblock-1.0.1:

    pip install abstract-scorm-xblock-1.0.1.whl


نصب پکیج tar.gz abstract-scorm-xblock-1.0.1:

    pip install abstract-scorm-xblock-1.0.1.tar.gz