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: Display grade by gradebook category #263

Open mfw-tn opened 11 months ago

mfw-tn commented 11 months ago

Prerequisites

Feature Request - The User Story

As a course designer, I want to show students their grades in the course sidebar, but I need it limited by Grade Category. Because we divide our grades into categories called Level 1 and Level 2, a student's overall score will look incorrect if they have only completed activities in Level 1 but have not moved on to Level 2 yet.

Screenshots / Mock-ups

One way to accomplish this would be to add an optional parameter onto the relevant tags, for example: {coursegradepercent category_name} : Displays the current accumulated course grade of the student (no percentage symbol). If category_name is specified, the grade is limited to just that gradebook category. {coursegrade category_name} : Displays the student's current overall course grade (with percentage symbol). If category_name is specified, the grade is limited to just that gradebook category.

Alterative you have considered

No response

Additional information

No response

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

No

Code of Conduct

michael-milette commented 11 months ago

HI @mfw-tn ,

Thank you for your suggestion. I will give it some thought and let you know when I have something to test.

Best regards,

Michael

mfw-tn commented 11 months ago

Thanks @michael-milette! I know that I checked the box about being willing to test, but I realized today that we are hosted with a hosting provider that does not allow access to modify plugins (outside of the normal update process within Moodle). I'm not sure what the testing process would look like but I may not be able to participate after all. Thanks again for considering the suggestion.

tadeucaldas commented 3 months ago

This would be very helpfull for em as well... i manage a moodle that get´s at least 2500 students every semester, from age 20 to 50. Lot´s of them have trouble finding out their grades. If i can callout their atention with a custom HTML block showing their current grade that would be awesome!