WeBWorK Main Forum

Classlist Editor2 displaying all users

Re: Classlist Editor2 displaying all users

by Danny Glin -
Number of replies: 0
It is currently hard-coded into the Classlist Editor, but it's easy to change if you're willing to edit the code.

In /opt/webwork/webwork2/lib/WeBWorK/ContentGenerator/Instructor/UserList2.pm look for the following line:
use constant HIDE_USERS_THRESHHOLD => 200;

You can change the value to whatever you want.

You'll have to restart apache in order for your changes to take effect.