My Grades block
Maintained by
Karen Holland
The My Grades block provides a display of all enrolled courses, overall grades and links to grade reports from a student's Dashboard.
Comments
Comments are no longer open for new posts. Existing comments remain available to read.
Is there anyway to set this so that only the grade from a final quiz within a course is given and not the overall?
Thanks in advance
Could you please update the GitHub repo so the code is not in a subfolder?
The docs for installing from a repo show you should just be able to clone it into final location, but by having a subfolder this can not be done.
http://docs.moodle.org/23/en/Git_for_Administrators#Installing_a_contributed_extension_from_its_Git_repository
e.g. Following will not work due to subfolder:
moodle/blocks/ # git clone https://github.com/k-holland/moodle-block_my_grades.git my_grades
Thanks,
James
Karen thanks so much for your block. i just love it.
i just would like to increase the font size of the grade but i am not able to do it. can you help me?
Thanks
p.s. i am using moodle 2.5 and it works great!
Many thanks for your kind and constructive feedback.
As suggested, I've renamed the Github.com respository name to the recommended format at https://github.com/k-holland/moodle-block_my_grades/tree/master/my_grades.
I've also added the recommended db/access.php file to the Github.com respository and updated the Moodle plugins downloadable zip at https://moodle.org/plugins/view.php?plugin=block_my_grades. Sorry for missing that one!
I'll hope to complete documentation in Moodle Docs as suggested as I appreciate plugins are judged on their documentation quality among other things.
I have one or two enhancements I'd like to add to the plugin in due course, I just wanted to get the basic version completed and submitted first to get exposure to the process. I presume that adding a new version along with its release notes would be required and would the new version then need a fresh review and approval? Would I need to add a new issue under the tracker for the modification?