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

Detailed responses report plugin: Difference between revisions

From MoodleDocs
m (Quiz report Detailed responses moved to Detailed responses report plugin)
(content moved from Quiz reports, see also)
Line 1: Line 1:
Module installation
The '''detailed responses report plugin''' provides a list of quiz attempts arranged in columns:


  1. Download the zip file to your moodle/mod directory and unzip it there.
# '''First name / Surname''' - with a link to the student's profile
  2. It's always a good idea, although not essential, to get the latest English language pack, as well as the latest packs for your language. Put these in your moodle/lang directory (Moodle 1.5) and unzip them there.
# '''Grade/x''' - the number of points students scored; 'x' is the maximum number of points students could score - with a link to the student's attempt review
  3. Some of the modules may contain their own language files, if so then just leave them there, they'll be found automatically.
# '''#n''' - as many columns as there are questions in the test; each column is headed by '#n' (where 'n' stands for the question number) - these columns display the student's response to that question - colours indicate if the response is correct, incorrect or partially correct
  4. Visit your admin page to complete the installation.


Troubleshooting:
The default view lists only the students who attempted the test. You can, however, change the display settings with the dropdown menu (followed by clicking Go):  
'''What do you do when:'''
 
Module "quiz_report_responses" is not readable - check permissions
# '''Show only students with no attempts''' - the list will include only the course students who don't attempted the test
# '''Show students with and without attempts''' - the list will include all the course students no matter if they did the test or not
 
It is also possible to download the report as an Excel Spreadsheet or as a text file. In that case, even if the display is paginated, all attempts are included in the download.
 
==See also==
 
*[http://moodle.org/mod/data/view.php?d=13&rid=96 Detailed responses report plugin download]
*Using Moodle [http://moodle.org/mod/forum/discuss.php?d=44034 New version of the Detailed responses report plugin for Moodle 1.6 beta] forum discussion
 
[[Category:Teacher]]
[[Category:Quiz]]
[[Category:Plugin]]

Revision as of 10:58, 4 May 2006

The detailed responses report plugin provides a list of quiz attempts arranged in columns:

  1. First name / Surname - with a link to the student's profile
  2. Grade/x - the number of points students scored; 'x' is the maximum number of points students could score - with a link to the student's attempt review
  3. #n - as many columns as there are questions in the test; each column is headed by '#n' (where 'n' stands for the question number) - these columns display the student's response to that question - colours indicate if the response is correct, incorrect or partially correct

The default view lists only the students who attempted the test. You can, however, change the display settings with the dropdown menu (followed by clicking Go):

  1. Show only students with no attempts - the list will include only the course students who don't attempted the test
  2. Show students with and without attempts - the list will include all the course students no matter if they did the test or not

It is also possible to download the report as an Excel Spreadsheet or as a text file. In that case, even if the display is paginated, all attempts are included in the download.

See also