Aquesta pàgina forma part de la documentació de Moodle en català, tot i que no ha estat traduïda encara. Podeu contribuir obertament a les tasques de traducció. Podeu consultar la Guia d'edició de la documentació i també participar ens els debats del fòrum de traductors de la documentació a moodle.org

User report: diferència entre les revisions

De MoodleDocs
Salta a:navegació, cerca
(page update)
 
(12 revisions intermèdies per 10 usuaris que no es mostren)
Línia 1: Línia 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 (requires code hack)] 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]]

Revisió de 10:43, 27 abr 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