Interviewer - Server > Configuration and customization > Web configuration files > Settings for the Participants activity > How many records to display per page
 
How many records to display per page
The View tab displays participant records in a sample table. Users can choose, via the View Settings tab, how many records to display per page. Possible choices are 25, 50, 100, 500, or 1000 records per page, with the default being 50. You can specify other record counts and change the default setting by editing the following settings in the Participants file in :
<appSettings>
  <add key="numberofitemsperpage" value="25, 50, 100, 500, 1000" />
  <add key="numberofitemsperpagedefault" value="50" />
</appSettings>
See also
Settings for the Participants activity