Significant events module for Open edX
Project description
edx-milestones
edx-milestones (milestones
) is a Django application which manages significant Course and/or Student events in the Open edX platform.
Usage
-
A Milestone represents an event which can occur for a student while interacting with the Open edX platform.
-
Relationships can be created between courses or individual sections of course content (referred to collectively as course entities going forward) and a Milestone. A relationship can indicate that a course entity either requires or fulfills a given Milestone.
-
Student milestone fulfillment status can be recorded and queried.
-
An example feature which Milestones supports is Pre-requisite Courses:
- Course author selects Course 101 in Studio as a pre-requisite of Course 102
- Studio:
- Makes call to Milestones service API
- Milestones:
- Creates a new generic Milestone A for Course 101
- Indicates that Course 101 fulfills Milestone A
- Indicates that Course 102 requires Milestone A
- Studio:
- Student Smith completes Course 101
- LMS:
- Makes call to Milestones service API
- Milestones:
- Pulls the list of milestones fulfilled by Course 101 (set includes Milestone A)
- Indicates that Student Smith has accomplished Milestone A
- LMS:
- Student Smith attempts to access Course 102
- LMS:
- Uses Milestones service API to compare Course 102 milestone requirements against Student Smith's milestones
- Grants Student Smith access to Course 102
- LMS:
- Course author selects Course 101 in Studio as a pre-requisite of Course 102
Standalone Testing and Quality Check
$ make quality
$ make test
Open edX Platform Integration
- This package is included in the base requirements of edx-platform
milestones
is included in the list of installed apps for edx-platform:- These documents outline the feature flags required to enable the features that use edx-milestones.
How to Contribute
Contributions are very welcome please see our CONTRIBUTING file for more information -- it also contains guidelines for how to maintain high code quality, which will make your contribution more likely to be accepted.
Getting Help
If you're having trouble, we have discussion forums at https://discuss.openedx.org where you can connect with others in the community.
Our real-time conversations are on Slack. You can request a Slack invitation, then join our community Slack team.
For more information about these options, see the Getting Help page.
Reporting Security Issues
Please do not report security issues in public. Please email security@openedx.org.
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
Built Distribution
File details
Details for the file edx-milestones-0.6.0.tar.gz
.
File metadata
- Download URL: edx-milestones-0.6.0.tar.gz
- Upload date:
- Size: 33.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.9.18
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 210b1b9ccdf1a17f55208a5ec3647b36a0ff37b36005a398b1d6e82960ce6a67 |
|
MD5 | a1b7c3c7d12d06ea1e23bf1de8e8e657 |
|
BLAKE2b-256 | c4415b12b2c40041c5168e6c42f9afa28358d02b8473bcf3c71c1133496c29fe |
File details
Details for the file edx_milestones-0.6.0-py2.py3-none-any.whl
.
File metadata
- Download URL: edx_milestones-0.6.0-py2.py3-none-any.whl
- Upload date:
- Size: 39.5 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.9.18
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8bff9ff9332d05ac40def9f5e3efd77e446999ef49a076750a728048d6d3f79f |
|
MD5 | d846736e7585efef0f65a3e0fe200986 |
|
BLAKE2b-256 | c555c4454668bb4e08662e514e5c61bfc0afb49297e0f6b4da9b7f956cb663be |