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.

Roster v3.6.0

Moodle 3.6, 3.7, 3.8
Released: Saturday, 11 January 2020, 1:26 AM

Roster

Build Status

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

Requirements

  • Moodle 3.6 (build 2018120300 or later)

Installation

Copy the roster folder into your /report directory and visit your Admin Notification page to complete the installation.

Administration

There are several options available to the admin from the Roster Report settings page.

General

Profile fields to display: A newline separated list of profile fields to display. fullname is also supported. Note that custom profile fields must be entered as profile_field_{shortname}.

Display name: The display string used by the Roster Report on the front end. Will appear in the flat navigation (if enabled) and on the Roster Report page.

Flat Navigation

Display in flat navigation: If enabled, the plugin will attempt to display a link to the Roster Report in the Boost flat navigation menu (left sidebar).

Position in flat navigation: A newline separated list of flat navigation link identifiers. A link to the Roster Report will be added above the link at the top of this list. If not found, the next link down will be tried, and so on. The first word on each line is the link identifier; everything afterward is ignored (so that the identifiers can be labeled). The main course navigation nodes are included by default; the identifiers for additional nodes can be obtained by looking at the data-key property of the relevant <a>.

User Image Size

Default size: The default size, in pixels, of the user images in the Roster Report. Should match one of the three size level options below. This is the size that will be used when a user first navigates to the report and has not requested a specific size yet.

Size: Small: The size, in pixels, of the user images when the user has selected "Small".

Size: Medium: ...when the user has selected "Medium".

Size: Large: ... when the user has selected "Large".

Usage

Once the plugin is installed, you can access the functionality by going to Reports > Roster within the course, or by going to the URL <mymoodle>/report/roster/index.php?id=<courseid>.

There are several options available when viewing the Roster Report:

Learning mode turns the display of names on and off Group filtering to display only users in the selected group Role filtering to display only users with the selected role Size changes the display size of the user images based on levels configured in the admin settings (see above) Display mode which toggles between the regular web view and a version of the report suitable for printing

Author

Charles Fulton (fultonc@lafayette.edu)

Version information

Version build number
2020011000
Version release name
v3.6.0
Can be updated from
v3.4.0 (2018051300), v3.4.1 (2018112600), v3.4.2 (2018112601), v3.5.0 (2019091600)
Can be updated to
v3.6.1 (2020011001), v3.6.2 (2020061500), v3.6.3 (2020072200), v3.11.0 (2021051900)
Maturity
Stable version
MD5 Sum
bec188d308d01cde775ee41ffee686b1
Supported software
Moodle 3.6, Moodle 3.7, Moodle 3.8

Version control information

Version control system (VCS)
GIT
VCS repository URL
VCS branch
master
VCS tag
v3.6.0

Default installation instructions for plugins of the type Reports

  1. Make sure you have all the required versions.
  2. Download and unpack the module.
  3. Place the folder (eg "myreport") in the "report" subdirectory.
  4. Visit http://yoursite.com/admin to finish the installation