Page 1 of 1

Statistics

Posted: Mon Nov 06, 2006 7:30 am
by Keefy
Should the All Time Highest Scores say All Time Highest Scores per Quiz or something like that. I dont actually know how this one works ive got a few already with 100%, do they stop there or are they replaced when a new player get 100% ?

Also is it possible to have some kind of overall highest scores where it will show the number of quizzes taken also correct and un-correct plus % of all quizzes they have taken.

Posted: Sat Nov 11, 2006 1:55 pm
by battye
Sorry for the delay in replying.

If you want to change it, in lang_quiz.php, find:

Code: Select all

$lang['Quiz_stats_all_time_highest'] = 'All Time Highest Scores';
Replace with

Code: Select all

$lang['Quiz_stats_all_time_highest'] = 'All Time Highest Scores per Quiz';


:)