Filter results

Filter results

by Mircea T -
Number of replies: 1
Hello

I would like to ask if is possible to filter results based on some selections. For example:

There are about 100 users that will give the test. They are grouped into teams, each team with a manager. It is likely that each manager to see results in Moodle only for his team?

Thank you
Average of ratings: -
In reply to Mircea T

Re: Filter results

by Tim Hunt -
Picture of Core developers Picture of Documentation writers Picture of Particularly helpful Moodlers Picture of Peer reviewers Picture of Plugin developers
This is what you need 'groups' for.

In the course, let us suppose you have set it up with the employees as Students (in Moodle terms) and managers as Non-editing Teachers. (You may, of course, rename the roles.)

Now create groups in the course. In each group put the Manager, and their employees.

Then go into the quiz, and change Group mode to Separate groups.

Then go into Admin -> Users -> Permissions -> Define roles. Edit the Non-editing teacher role, and change the permission for 'Access all groups' from Allow to Not set.

Then, each manager will only be able to see their own students.

For more, see the Groups documentation.