Git Product home page Git Product logo

moodle-block_course_status_tracker's People

Contributors

3ilogiclms avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

moodle-block_course_status_tracker's Issues

Update for this plugin

Dears,
is there any update for this plugin with more function, as in M4 not showing all courses that students enrolled and completed
can you help with doing new version fro this plugin

Tweak needed to eliminate PHP Warning

Am getting the following warning after enabling the module in Moodle 2.8.6

Notice: Undefined property: stdClass::$text in /var/www/moodle/2.8.6/blocks/course_status_tracker/block_course_status_tracker.php on line 110

Have addressed the issue locally changing line 110 from

$this->content->text .= get_string('enrolled_courses', 'block_course_status_tracker') . " : <b>" . $link_enrolled_courses . "</b><br>";

to

$this->content->text = get_string('enrolled_courses', 'block_course_status_tracker') . " : <b>" . $link_enrolled_courses . "</b><br>";

Improve support for multilang category and course names

I recently tested version 2013060703 of the Course Status Tracker. Thank you for integrating most of my previously proposed changes. I noticed that you skipped a few which I need in order to be able to use the plugin in a multi-language site that MUST meet WCAG 2.0 standards.

For your convenience, I am including a brief summary explaining the reason I require each of the the changes:


FILE: lib.php:

To allows multilingual category names to be displayed correctly, line 90 should be:

 $module=format_string($module->name);

To allows multilingual course names to be displayed correctly, line 103 should be:

 $course=format_string($course->fullname);

Line 105 has a extra semi-colon which should be removed:

To allows multilingual strings in custom fields to be displayed correctly, line 153 should be:

 return format_string($result->fieldvalue);

FILE: lang/en/block_course_status_tracker.php

To meet WCAG 2.0 success criterion 3.1.4 Abbreviations, line 26 should be:

 $string['s_no']='<abbr title="Number">No.</abbr>';

Although I don't recommend it because it can confuse users who are listening to a screen reader, if you really want to keep the word Serial in there, then it can be changed to:

 $string['s_no']='Serial <abbr title="number">No.</abbr>';

There is only one letter "L" in the word "enrolment" as it appears throughout the rest of Moodle core. Therefore line 42 should be:

 $string['report_courseenrollment']='Course Enrolment Report';

I would appreciate it if you could integrate these changes into the next release of your very useful Course Status Tracker plugin.

Please feel free to contact me if you have any questions or concerns.

Best regards,

Michael Milette

Course status tracker shows incorrect status information

course status tracker

Moodle 3.5.11+ (Build: 20200312), using version 3.2 (2017031600) of the Course Status Tracker plugin.
This is a DEV-TEST system that currently has only two courses. The user accounts are new - uploaded via .CSV with minimal data. No other courses are resident on this system.

Course status tracker shows the correct number of enrolled courses, but completed courses and courses in progress are completely off-the-mark.

Any ideas what would cause this? Might you have a Moodle 3.5 release of this plugin available or soon-to-be-released? Please advise.

Thank you!

Paul Bennett
[email protected]

Many English language strings are hard-wired

Hi,
I was translating the course status tracker add-on in AMOS (http://lang.moodle.org/) and I found that there are many English language strings used in this plugin that are hard-wired, and therefore, not available for translation into other languages.

I think this add-on will improve if all those strings are declared as variables included in the lang folder:

Enrolled ourses
Completed Courses
Course in Progress
Undefined Course Criteria
Course Enrollment Report
...

THANKS

<u> tags on link are an accessibility issue

The tags wrapping anchor tags do not add any value.
The general use of tags is an accessibility issue i'm currently dealing with.

I think these should be removed even if the accessibility warning they cause is a red herring because they add no value.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.