michael-milette / moodle-filter_filtercodes

FilterCodes filter for Moodle enables content creators to easily customize and personalize course and site content using plain text tags (no HTML). For premium support, contact us at https://www.tngconsulting.ca/contact
https://moodle.org/plugins/filter_filtercodes
GNU General Public License v3.0
30 stars 42 forks source link

Feature Request: Create {myccoursescards [id]} to easily display only completed courses a user is enrolled in #287

Open carlicockrell opened 6 months ago

carlicockrell commented 6 months ago

Prerequisites

Feature Request - The User Story

As a Moodle admin, I would like to choose how and if I'd like to display completed courses to my end users. By creating "Create {myccoursescards [id]} to easily display only completed courses a user is enrolled in, I will be able to make a special area of the site that only shows completed courses, allowing me to clean up the blocks using {mycoursescards [id]} as my site grows. This is especially beneficial for asynchronous continuously available courses.

Screenshots / Mock-ups

No response

Alterative you have considered

We have considered using other plugins, however, due to the unique design, the plugin's blocks would need to be used multiple times and would require a forking of the plugin to be used multiple times on the same page, thus increasing the maintenance needs of the site.

Additional information

This would well in partnership with https://github.com/michael-milette/moodle-filter_filtercodes/issues/286

Planning on submitting a solution in a pull request (PR)?

Yes

Code of Conduct