Reports: Roster
report_roster
Maintained by
Charles Fulton
This is a simple report which displays the user pictures for everyone enrolled in the given course.
535 sites
406 downloads
40 fans
Moodle 2.6, 2.7, 2.8, 2.9, 3.0, 3.1, 3.2
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.
Contributors
Please login to view contributors details and/or to contact them
how can add other user field for example email, username, ....
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).
Thanks for your help
I add this to line 53 on index.php
$item .= html_writer::tag('span', username($user));
I hope "username" of user must be print
But it doesn't work
Do you have an idea to help me for this?
I want to use this plugin, and add some other field to it (like username)
Then print it, and for final exam, tag it to Chair
And student can sit down on own Chair
thank you very much
alex
I know but the problem is that the picture will not download and I need just the name and photograph.
Thank you very much
Why don't you merge this plugin with Faces ? (and with attendance plugin by the way ? ^^)
https://moodle.org/plugins/view.php?plugin=block_faces
https://moodle.org/plugins/view/mod_attendance
https://moodle.org/plugins/view/mod_autoattendmod
Great plugin. Allready very helpful.
What I'm looking for is an option to learn my student names just like with flashcards: Profile-Picture as question - lastname as answer. An not allways beginning with name a-z but shuffeld. Any hint how to do that? In Moodle? With export via Excel to a flashcard-App?