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
m (versió en català)
(show/hide rank and percentages)
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)
{{Grades}}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?===
Teachers can choose whether to show or hide rank and percentages (in Moodle 1.9.3 onwards) 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 are two issue trackers for this:
 
#http://tracker.moodle.org/browse/MDL-15887 (with links to the main discussion threads on this topic)
#http://tracker.moodle.org/browse/MDL-13471
 
There is a customisation here: http://moodle.org/mod/forum/discuss.php?d=102310


==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]


[[ca:grade/report/user/index]]
[[ca:grade/report/user/index]]
[[fr:Rapport de l'utilisateur]]
[[fr:Rapport de l'utilisateur]]

Revision as of 08:25, 10 October 2008

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.

Teachers can choose whether to show or hide rank and percentages (in Moodle 1.9.3 onwards) 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).

See also