Rate a course
Maintained by
Jenny Gray, Anthony Forth, Cuong Chung
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.
Comments
Comments are no longer open for new posts. Existing comments remain available to read.
Thanks
is this plugin working with Moodle version 2.8?
And how do I add the star block to course?
Cheers
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.
Is there a way to embed the course rating block inside a course description?
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
Thanks in advance