Rate a course

Blocks ::: block_rate_course
Maintained by Cuong Chung, Jenny Gray, Anthony Forth
Part of set Open University.
This block provides an Amazon-style 5 star rating system for courses. Users each give a rating and the total is displayed in the block.
Latest release:
325 sites
189 downloads
31 fans
Current versions available: 5

This block provides an Amazon-style 5 star rating system for courses. Users each give a rating and the total is displayed in the block.  Optionally administrators can connect to Questionnaire module instances on the same course from the block, to add a "Review" survey.

Screenshots

Screenshot #0

Contributors

Cuong Chung (Lead maintainer)
Jenny Gray: Previous lead maintainer
Anthony Forth: Developer
Please login to view contributors details and/or to contact them

Comments RSS

Comments

  • Nur Diyana Ahmad Sabrun
    Fri, 13 Dec 2013, 3:49 PM
    hello Jenny...thank a lot for this cool plugin..but it would be great if you can make it for Moodle 2.6 since i have just upgrade to Moodle 2.6...i really looking forward ya~! Thanks~!
  • Jenny Gray
    Fri, 13 Dec 2013, 4:54 PM
    Has any-one tried it in 2.6 yet? We've only just gone up to 2.5 so it will be 3-6 months before I need a 2.6 version myself. I'm not aware of any significant changes that would cause it to break? Please give it a try and report any issues in the Tracker.
  • Pedro Inácio
    Tue, 7 Jan 2014, 6:21 AM
    Hi all, is it possible to show only the rating result in any course list, like in the front page even if you'r not logged in?
    Thanks in advance
  • Jenny Gray
    Tue, 7 Jan 2014, 5:14 PM
    Hi Pedro, please see the advanced options section of the documentation http://docs.moodle.org/26/en/Course_rate_block#Advanced_Options - you will need to be a programmer to do this as you'll be altering areas of Moodle not within the plug-in's control.
  • Ajeet Kumar
    Tue, 11 Feb 2014, 1:22 PM
    Hi,
    I want to add extera field 'Comment'. For this I added new field comment in mdl_block_rate_course table which have degault value '0'. also i have written the following code on rate.php page
    echo '';
    and on update.php i have added
    $comment = required_param('comment',PARAM_ALPHA);
    on the top and
    $completion->comment = $comment;
    just above where data is inserting.

    But after submitting, the comment value is not reflecting . It is showing '0' as i have defiled.

    Kindly let me knwo what i am doing wrong.

    Regards
    Ajeet
  • Atul Kachhadiya
    Tue, 4 Mar 2014, 12:31 PM
    How to Each session will be linked to general rating system and also Each session will be linked to a (general comments)Memo field for feedback.
  • Mukarram Syed
    Thu, 7 Aug 2014, 3:05 PM
    Is there a moodle 2.7 version?
  • Phillip McAbee
    Wed, 15 Oct 2014, 3:21 AM
    Hey Jenny,

    Is there a way to embed the course rating block inside a course description?
  • Federica Marra
    Tue, 10 Feb 2015, 9:25 PM
    Hello, is this plugin working with Moodle versions 2.7 and/or 2.8?
  • Anthony Forth
    Fri, 13 Feb 2015, 10:27 PM
    Hi Frederica
    I've uploaded our 2.7 version. We have not yet checked it against 2.8, but should get to it in the next couple of weeks.
  • Tonatiuh Flores Castelán
    Tue, 17 Feb 2015, 1:53 PM
    Hi,

    is this plugin working with Moodle version 2.8?

    And how do I add the star block to course?

    Cheers
  • Federica Marra
    Mon, 23 Feb 2015, 10:38 PM
    Hi Anthony! Thanks for the comment! I'm waiting for this new release! ;)
  • Phillip Harrington
    Mon, 30 Mar 2015, 11:47 PM
    Any update on a 2.8 version? Thanks!
  • Patrick Kruckenfellner
    Mon, 16 Nov 2015, 8:00 PM
    Has anyone gotten this to work with Moodle 2.9? Thanks!
  • Brandon Jimenez
    Wed, 3 Feb 2016, 9:12 PM
    Hi, I'm currently running a Moodle 2.9.3+ site and planning to update it to Moodle 3 or 3.1 (sometime in the future), and i would love to have your plugin installed. I do, however, have a question: have you tested in a Moodle 3+ environment? When would you have it certified?

    Thanks
Please login to post comments