Note: You are currently viewing documentation for Moodle 2.3. Up-to-date documentation for the latest stable version is available here: User report.

User report: Difference between revisions

From MoodleDocs
(page update)
 
(11 intermediate revisions by 9 users not shown)
Line 1: Line 1:
{{Grades}}The user report shows the currently logged in user's grades in the current course. It includes (for each assessment)
{{Course reports}}
The user report shows the currently logged in user's grades in the current course. It includes:


#a breakdown of the grades for each assessment (grade item) in the course
#A breakdown of the grades for each assessment (grade item) in the course.
#a percentage value relative to the minimum-maximum grade for each assessment
#The optional teacher-given feedback for each grade.
#the optional teacher-given feedback for each grade.  
#The overall grade for the course (called course total). This total is the same as that shown on the [[Overview report|overview report]].


It also shows an overall grade for the course (called course total). This total is the same as that shown on the [[Overview report|overview report]].
The user report may also include:


Teachers and administrators may use the "Select all or one user" dropdown menu at the top right of the page to view individual user reports. When all users are selected, the report can be printed, and only one student should appear on each page (browser-dependent behaviour).
#The position of each grade item in relation to the rest of the class (rank).
#A percentage value relative to the minimum-maximum grade for each assessment.


===Can you switch the display of the percentages off in the report to students?===
[[Image:User report.png|thumb|left|User report in Moodle 1.9.5]]
Teachers can choose whether to show or hide rank and percentages in the [[Gradebook course settings]].


For example, if you just want pass/fail or a letter grade shown and not a percentage.
Teachers and administrators may use the "Select all or one user" dropdown menu at the top right of the page to view individual user reports. When all users are selected, the report can be printed, and only one student should appear on each page (browser-dependent behaviour).
 
Answer: not at the moment. There does not even seem to be a hack for this.


There are two issue trackers for this:
==User report capabilities==


#http://tracker.moodle.org/browse/MDL-15887 (with links to the main discussion threads on this topic)
There is just one capability, [[Capabilities/gradereport/user:view|View your own grade report]], which is allowed for the default roles of manager, teacher, non-editing teacher and student.
#http://tracker.moodle.org/browse/MDL-13471


==See also==
==See also==
*[http://moodle.org/mod/forum/discuss.php?d=97607&parent=431607#p432046 How to code a custom User Report without percentages] Read from 'For the user report...'


*[http://www.youtube.com/watch?v=5hrLNbifiGQ Video explaining the different gradebook reports]
*[http://www.youtube.com/watch?v=5hrLNbifiGQ Video explaining the different gradebook reports]


[[Category:Grades]]
[[eu:Erabiltzailearen_txostena]]
[[fr:Rapport de l'utilisateur]]
[[fr:Rapport de l'utilisateur]]
[[ja:ユーザレポート]]
[[de:Bewertungsübersicht für Teilnehmer/innen]]

Latest revision as of 10:43, 27 April 2012

The user report shows the currently logged in user's grades in the current course. It includes:

  1. A breakdown of the grades for each assessment (grade item) in the course.
  2. The optional teacher-given feedback for each grade.
  3. The overall grade for the course (called course total). This total is the same as that shown on the overview report.

The user report may also include:

  1. The position of each grade item in relation to the rest of the class (rank).
  2. A percentage value relative to the minimum-maximum grade for each assessment.
User report in Moodle 1.9.5

Teachers can choose whether to show or hide rank and percentages in the Gradebook course settings.

Teachers and administrators may use the "Select all or one user" dropdown menu at the top right of the page to view individual user reports. When all users are selected, the report can be printed, and only one student should appear on each page (browser-dependent behaviour).

User report capabilities

There is just one capability, View your own grade report, which is allowed for the default roles of manager, teacher, non-editing teacher and student.

See also