Roster

Reports ::: report_roster
Maintained by Charles Fulton, Andrew Zito
This is a simple report which displays the user pictures for everyone enrolled in the given course.
Latest release:
997 sites
599 downloads
80 fans
Current versions available: 9

This is a simple report which displays the user pictures for everyone enrolled in the given course.

You can install it using git. In the top-level folder of your Moodle install, type the command: git clone git://github.com/LafColITS/moodle-report_roster.git report/roster

Then visit the admin screen to allow the install to complete.

Once the plugin is installed, you can access the functionality by going to Reports > Roster within the course.

There are two options when viewing the roster. One is to toggle the "Learning mode," which turns the display of names on and off. The other is a "Printable" view, which brings up a version of the report suitable for printing.

Screenshots

Screenshot #0
Screenshot #1

Contributors

Charles Fulton (Lead maintainer)
Please login to view contributors details and/or to contact them

Comments RSS

Comments

  • MD shot of me from his iphone4
    Wed, 26 June 2013, 4:48 PM
    Thanks for this nice roster smile

    It would be cool if this was an addition to the participant's page where this data is displayed already but perhaps with an option to the User list option to simply display user pictures(/names) only.

    Lots of names will be memorised quickly with this.
  • Kees Koopman
    Wed, 26 June 2013, 7:11 PM
    Do you have an example of the picture-sheet? Thanks! Kees.
  • Charles Fulton
    Wed, 26 June 2013, 7:38 PM
    Hi Kees, I've uploaded two sample screenshots showing how the names are laid out.
  • Kristy Rhea
    Tue, 17 Sept 2013, 4:03 AM
    Excellent roster. My faculty love it but many say printed pictures are a bit small. Is there aw way to adjust the picture size?

  • Charles Fulton
    Tue, 17 Sept 2013, 4:11 AM
    Hi Kristy, not easily, because it uses the existing user profile pictures which have a maximum size of 100x100 pixels (see http://docs.moodle.org/25/en/User_pictures for more on that). There's also an old semi-abandoned tracker item, https://tracker.moodle.org/browse/MDL-8817, about setting a larger default size. Short answer: until Moodle itself ups the default image size there's not much I can do, sorry.
  • AM Sanat
    Wed, 15 Jan 2014, 8:29 PM
    hi
    how can add other user field for example email, username, ....
  • Charles Fulton
    Wed, 15 Jan 2014, 9:44 PM
    Hi AM Sanat, there's no option in the report itself (at this time) to display anything other than the user's fullname. Clicking on the profile picture does give you the full profile. If you need more detailed information about all the users collectively then the built-in Participants list is more suitable. The current display mode doesn't scale well if you add more than the fullname to this report.

    That said if you want to change what's displayed the relevant place is line 52 on index.php. I'm happy to review patches on github (see source control link above).
Please login to post comments