1 |
efrain |
1 |
# Course ratings #
|
|
|
2 |
|
|
|
3 |
"Course ratings" plugin allows students to add ratings and reviews to the courses,
|
|
|
4 |
and teachers and other users to read them.
|
|
|
5 |
|
|
|
6 |
The custom course field that stores the average course rating is created automatically.
|
|
|
7 |
The course ratings will be displayed in any course listing that displays custom course
|
|
|
8 |
fields, for example, "All courses" page and site home.
|
|
|
9 |
|
|
|
10 |
The current course rating is also automatically added to each course home page.
|
|
|
11 |
|
|
|
12 |
Managers are able to permanently delete course reviews that were flagged by users.
|
|
|
13 |
|
|
|
14 |
By default every student enrolled into a course can leave a rating. It can be configured that only students who completed the course can do it.
|
|
|
15 |
There is also an option to allow to enable or disable course ratings for individual courses.
|
|
|
16 |
|
|
|
17 |
This plugin can be found in Moodle plugins directory:
|
|
|
18 |
https://moodle.org/plugins/tool_courserating
|