Utilities for edX OLX courses
Project description
OLX Utilities
A set of tools to facilitate courseware development using the Open Learning XML (OLX) format.
OLX is sometimes tediously repetitive, and this package enables courseware authors to apply the DRY principle when writing OLX content. It allows you to create templates (using Mako), which in turn enable you to
define OLX fragments only once, to reuse them as often as you want (this comes in very handy in using the hastexo XBlock),
write courseware content in Markdown,
do anything else you would like to do using your own plugins.
Install
Install the olx-utils package from PyPI:
pip install olx-utils
Apply templates to a course
In order to create a new course run named newrun, starting on May 1, 2017 and ending on October 31, 2017, simply change into your courseware checkout and run:
olx new-run -b newrun 2019-01-01 2019-12-31
The -b option causes your rendered OLX to be added to a new Git branch named run/newrun, which you can then import into your Open edX content store.
You can also invoke olx new-run as new_run.py. However, this is deprecated and its use is discouraged. new_run.py will go away in a future release.
License
This package is licensed under the GNU Affero GPL; see LICENSE for details.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file olx-utils-0.4.0.tar.gz
.
File metadata
- Download URL: olx-utils-0.4.0.tar.gz
- Upload date:
- Size: 509.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.12
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e81b3b627b26bae1eec14d9dcd7c7b387883a37201e1dc7a1602ee38d92e3336 |
|
MD5 | bdcb8ba3898e6500ace41f226501fb45 |
|
BLAKE2b-256 | 14044ecc5c04cd98338b9c69c098e1f8c1e0cec92060296490f2cd18350b9f42 |