Progress Bar

Blocks ::: block_progress
Maintained by My mugMichael de Raadt
A time management tool for you and your students
Latest release:
3220 sites
323 downloads
191 fans
Current versions available: 2

Please use the Completion Progress block instead if this.

  • Faster and more efficient
  • Easier to use
  • More compatible with additional plugins

The Progress Bar block will no longer be developed and is kept here for historical reasons.


  • A time-management tool for students
    • Shows progress in activities/resources of a course
    • Colour coded to quickly see completed/viewed
  • Teachers select which pre-existing activities/resources are to be included
  • Order by times/deadlines or course order
  • Overview page for teachers showing progress of all students
    • Identify and contact at-risk students
  • Combined progress on Dashboard page

Screenshots

Screenshot #0
Screenshot #1
Screenshot #2
Screenshot #3
Screenshot #4
Screenshot #5
Screenshot #6

Contributors

My mug
Michael de Raadt (Lead maintainer)
Please login to view contributors details and/or to contact them

Comments RSS

Comments

  • My mug
    Fri, 18 Sep 2015, 7:10 AM
  • Mike Ross
    Fri, 18 Sep 2015, 1:37 PM
    Hey there,
    If I want to restrict the size of the icons when we click on progress bar where can it be done??
    Thats because I have changed the default moodle theme icons and their size is 512x512 it should be more like 24x24
  • My mug
    Fri, 18 Sep 2015, 1:53 PM
    Hi, Mike.

    The CSS for this can be changed in the blocks styles.css file. I'll add this to the next version, but you can modify yours now, if you like.

    .block_progress .moduleIcon {
    float: left;
    margin-right: 5px;
    max-width: 24px;
    }

    Don't forget to purge caches afterwards.
  • My mug
    Fri, 18 Sep 2015, 2:33 PM
    I've added a new version with a "Passed by deadline" action for assignment, lesson and quiz.
  • Jason Hitsman
    Fri, 18 Sep 2015, 9:48 PM
    Awesome!! Thank you very much.
  • SLMAN H DWAEBI
    Sun, 20 Sep 2015, 12:26 AM
    hi All , I saw Pdf file explain all phases progress bar and missed this file , if any one know how can i get it please help me.
  • My mug
    Mon, 21 Sep 2015, 7:20 AM
    I have not seen a PDF. If you find a good resource, please share it here.

    The video above gives a quick overview of the set up and use of the Progress Bar. The default colours (configurable through global settings) relate as follows.

    Blue: incomplete but due in future
    Red: incomplete and past due
    Green: completed
  • Just wondering . . .
    Sun, 27 Sep 2015, 4:21 AM
    The video on the description page is tagged as private.

    -Derek
  • My mug
    Mon, 28 Sep 2015, 7:28 PM
    Thanks, Derek,.

    I blame Google.

    It should be visible again now.
  • Nishant
    Wed, 7 Oct 2015, 5:36 PM
    Hi guys !! I have install this plugin. But I am not getting option to add Progress block on Add Html Block in front page. In some pages getting option to add block but not on every pages. And when I add this block no add activity option.
  • My mug
    Thu, 8 Oct 2015, 8:10 AM
    Hi, Nishant.

    The block can be added to course pages and the Dashboard (nee My Home). It can't be added on other pages as it doesn't make sense elsewhere. If you are able to add the block, you should be able to set it up.

    Michael
  • Chris Howard
    Thu, 8 Oct 2015, 9:55 PM
    Hello, I am having an issue with this plug in when it comes to seeing overview of students, It comes up with this error, does anyone have any ideas?

    The server encountered an internal error or misconfiguration and was unable to complete your request.

    Please contact the server administrator at root@localhost to inform them of the time this error occurred, and the actions you performed just before this error.

    More information about this error may be available in the server error log.

    Thanks
    Chris
  • My mug
    Fri, 9 Oct 2015, 6:27 AM
    Hi, Chris.

    A couple of people have reported a similar problem. If you read back through the comments here you might get more information. The problem seems to stem from incorrect permissions being set for files on installation, but I don't have much more information than that. If you can shed any more light on the problem, please do.

    Michael
  • colin evans
    Fri, 9 Oct 2015, 6:56 PM
    Hi,
    i have installed the progress bar, which is a great tool, but I'm wondering if you can help. i have also installed an activity plugin called facetoface, but the progress bar doesn't seem to recognize this activity to monitor its progress. does anyone have any idea why this might be, or what part of the code i would have to modify for this to be recognized?

    Thanks in advance
  • My mug
    Mon, 12 Oct 2015, 7:16 AM
    Hi, Colin.

    The Progress Bar only knows about modules in its lib.php file. You can add additional modules there if you feel confident.

    Michael
Please login to post comments