Blocks: Mycourse Status
block_mycoursestatus
Maintained by
Lavanya Manne
Mycoursestatus is a course completion report block, developed for student and editing teacher
(from v3.9). You can add the block plugin at site/global and course context level.
142 sites
171 downloads
16 fans
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.
Soon the plugin would be with a new version i.e., 2.6 and 2.7 as well.
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.
If you're unwilling to take the features of this block, please do not try it. Many Thanks
V3.6 & V3.7 has a feature PDF download report, where I've to execute with TCPDF format of size 14.8 MB. On V3.8, I tried to implement MS Word download for reports rather PDF.