mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 00:46:50 +02:00
MDL-14203 "split report into two seperate reports - Quiz Statistics report and Individual Item Analysis report" started quiz statistics report in directory 'statistics'
This commit is contained in:
parent
d558080856
commit
0c1c764e82
5 changed files with 286 additions and 0 deletions
27
lang/en_utf8/quiz_statistics.php
Normal file
27
lang/en_utf8/quiz_statistics.php
Normal file
|
@ -0,0 +1,27 @@
|
|||
<?PHP // $Id$
|
||||
// quiz_analysis.php - created with Moodle 1.7 beta + (2006101003)
|
||||
|
||||
|
||||
$string['statistics'] = 'Quiz statistics';
|
||||
$string['calculatefrom'] = 'Calculate statistics from';
|
||||
|
||||
|
||||
$string['quizinformation'] = 'Quiz information';
|
||||
$string['quizoverallstatistics'] = 'Quiz overall statistics';
|
||||
$string['quizname'] = 'Quiz name';
|
||||
$string['coursename'] = 'Course name';
|
||||
$string['nooffirstattempts'] = 'Number of first attempts';
|
||||
$string['noofallattempts'] = 'Total number of attempts';
|
||||
$string['statsforfirstattempts'] = 'Statistics for first attempts';
|
||||
$string['statsforallattempts'] = 'Statistics for all attempts';
|
||||
$string['firstattemptsavg'] = 'Average grade of first attempts';
|
||||
$string['allattemptsavg'] = 'Average grade of all attempts';
|
||||
$string['attemptsall'] = 'all attempts';
|
||||
$string['attemptsfirst'] = 'first attempt';
|
||||
$string['errormedian'] = 'Error fetching median';
|
||||
$string['errorpowers'] = 'Error fetching powers';
|
||||
$string['median'] = 'Median grade';
|
||||
$string['standarddeviation'] = 'Standard deviation';
|
||||
$string['skewness'] = 'Score distribution skewness';
|
||||
$string['kurtosis'] = 'Score distribution kurtosis';
|
||||
?>
|
Loading…
Add table
Add a link
Reference in a new issue