True, it is hardcoded for 20 first leaders. If you want to change it in your install, download applications\quizzes\modules\admin\quizzes\settings.php and find:
$form->add( new \IPS\Helpers\Form\Number( 'quizzes_display_leaderboard', \IPS\Settings::i()->quizzes_display_leaderboard, FALSE, array( 'min' => 3, 'max' => 20 ), NULL, NULL, NULL, 'quizzes_display_leaderboard' ) );
Increase the 20 or remove:
, 'max' => 20
from the line above.
Upload the file and change the value in the settings.
I must say that >250 members there won't be a nice thing to show. It will create a very long list and will "break the layout".
I will rethink this in a new version; probably list 5 there and add a link to a popup to list all of them.