Moodle Plugins directory: Mycourse Status | Moodle.org

Mycourse Status
Blocks ::: block_mycoursestatus
Maintained by
Lavanya Manne
Mycourse Status is a course completion block for student and editing teacher (from v3.9). You can add the block at site/global and course context level.
Latest release:
108 sites
44 downloads
21 fans
Current versions available: 9
Contributors
Lavanya Manne (Lead maintainer)
Please login to view contributors details and/or to contact them
* Let me suggest to check the usage of placeholders at https://docs.moodle.org/dev/Data_manipulation_API and fix your SQL queries accordingly.
* Also, your current code could potentially lead to division-by-zero error in statements like
round(($ctmds->completedmodules / $ctmds->coursemodules) * 100);
.* Please make sure you have DEBUG_DEVELOPER debugging level on and pay attention to PHP notices like ''Undefined property: stdClass::$text in blocks/mycoursestatus/block_mycoursestatus.php on line 38".
With the hope these issues will be addressed in a future version of the plugin, you are cleared to land now. Welcome to the plugins directory.
Nice plugin
Any chance of having versions available for Moodle 2.6 & 2.7 soon? I'd love to use it in my University site.
The text "No courses completed yet" is shown just under the green "CourseNameX: 100% Passed" and the check mark.
Have you encounter this problem? This course use Activity Completion and Grades as completion criteria.
We use the 2.7 version.
Thanks
Are you available on Elance, or Upwork, as they are called now? I tried to locate you but had no luck at the new site. I would very much like to hire you as a PHP script writer to assist me with some Moodle-related work.
Please let me know when you can offer a hand.
Thanks Lavanya!
Troy Fennell
I'm a PT-PT Translator
THANKS
See https://docs.moodle.org/37/en/Activity_completion vs https://docs.moodle.org/37/en/Course_completion.