Releases: openedx/completion
Releases · openedx/completion
0.1.0
Corrects the latest_blocks_completed_all_courses query.
0.0.11
0.0.9
Introduces a utilities.py file to completion. The utilities decouple our BlockCompletion model from the methods that use it. Users should rely on the utilities to work with completion data, rather than importing the BlockCompletion model.
0.0.8
Adds a BlockCompletion.latest_blocks_completed_all_courses()
method.
Completion-by-viewing delay
Add settings and service method for determining completion-by-viewing delay.
Add vertical_is_complete logic to service
- Adds
CompletionService.vertical_is_complete()
method. - Supports reliable querying when using usage keys without the course run field as candidates.