Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/catalyst/moodle-filter_coursecompletion
Course & Activity Completion filter
https://github.com/catalyst/moodle-filter_coursecompletion
Last synced: 3 days ago
JSON representation
Course & Activity Completion filter
- Host: GitHub
- URL: https://github.com/catalyst/moodle-filter_coursecompletion
- Owner: catalyst
- Created: 2018-12-16T22:32:11.000Z (almost 6 years ago)
- Default Branch: main
- Last Pushed: 2022-03-31T03:37:51.000Z (over 2 years ago)
- Last Synced: 2023-04-18T23:29:55.210Z (over 1 year ago)
- Language: PHP
- Size: 25.4 KB
- Stars: 3
- Watchers: 18
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Course & Activity completion filter
The Course & Activity completion filter allows you to add a visual representation of activity completion or course completion on any Totara page.
A different image represents the different states a course and activity can have. These images are set up and managed by the Site Administrator. You can now have a two sets of images.
## Course Completion ##
The course completion field works using the Course shortname.
To add the course completion filters add the following code to your text: [[course_completion:shortname]]
## Activity Completion ##
The activity completion field works using the activity ID number. The Activity ID number appears under the Common module settings in the activity settings.
To add the activity completion filters add the following code to your text: [[activity_completion:moduleidnumber]]
## Course Completion2 ##
The course completion field works using the Course shortname.
To add the course completion filters add the following code to your text: [[course_completion2:shortname]]
## Activity Completion2 ##
The activity completion field works using the activity ID number. The Activity ID number appears under the Common module settings in the activity settings.
To add the activity completion filters add the following code to your text: [[activity_completion2:moduleidnumber]]