Search moodle.org's
Developer Documentation

See Release Notes

  • Bug fixes for general core bugs in 3.10.x will end 8 November 2021 (12 months).
  • Bug fixes for security issues in 3.10.x will end 9 May 2022 (18 months).
  • PHP version: minimum PHP 7.2.0 Note: minimum PHP version has increased since Moodle 3.8. PHP 7.3.x and 7.4.x are supported too.

Differences Between: [Versions 310 and 400] [Versions 310 and 401] [Versions 310 and 402] [Versions 310 and 403]

   1  <?php
   2  // This file is part of Moodle - http://moodle.org/
   3  //
   4  // Moodle is free software: you can redistribute it and/or modify
   5  // it under the terms of the GNU General Public License as published by
   6  // the Free Software Foundation, either version 3 of the License, or
   7  // (at your option) any later version.
   8  //
   9  // Moodle is distributed in the hope that it will be useful,
  10  // but WITHOUT ANY WARRANTY; without even the implied warranty of
  11  // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  12  // GNU General Public License for more details.
  13  //
  14  // You should have received a copy of the GNU General Public License
  15  // along with Moodle.  If not, see <http://www.gnu.org/licenses/>.
  16  
  17  /**
  18   * Strings for component 'quiz_statistics', language 'en', branch 'MOODLE_20_STABLE'
  19   *
  20   * @package   quiz_statistics
  21   * @copyright 1999 onwards Martin Dougiamas  {@link http://moodle.com}
  22   * @license   http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
  23   */
  24  
  25  $string['actualresponse'] = 'Actual response';
  26  $string['allattempts'] = 'all attempts';
  27  $string['allattemptsavg'] = 'Average grade of all attempts';
  28  $string['allattemptscount'] = 'Total number of complete graded attempts';
  29  $string['analysisnameonly'] = '"{$a->name}"';
  30  $string['analysisno'] = '({$a->number}) "{$a->name}"';
  31  $string['analysisnovariant'] = '({$a->number}) "{$a->name}" variant {$a->variant}';
  32  $string['analysisofresponses'] = 'Analysis of responses';
  33  $string['analysisofresponsesfor'] = 'Analysis of responses for {$a}';
  34  $string['analysisvariant'] = '"{$a->name}" variant {$a->variant}';
  35  $string['attempts'] = 'Attempts';
  36  $string['attemptsall'] = 'all attempts';
  37  $string['attemptsfirst'] = 'first attempt';
  38  $string['backtoquizreport'] = 'Back to main statistics report page.';
  39  $string['calculatefrom'] = 'Calculate statistics from';
  40  $string['calculatingallstats'] = 'Calculating statistics for quiz, questions and analysing response data';
  41  $string['cic'] = 'Coefficient of internal consistency (for {$a})';
  42  $string['completestatsfilename'] = 'completestats';
  43  $string['count'] = 'Count';
  44  $string['counttryno'] = 'Count Try {$a}';
  45  $string['coursename'] = 'Course name';
  46  $string['detailedanalysis'] = 'More detailed analysis of the responses to this question';
  47  $string['detailedanalysisforvariant'] = 'More detailed analysis of the responses to variant {$a} of this question';
  48  $string['discrimination_index'] = 'Discrimination index';
  49  $string['discriminative_efficiency'] = 'Discriminative efficiency';
  50  $string['downloadeverything'] = 'Download full report as';
  51  $string['duration'] = 'Open for';
  52  $string['effective_weight'] = 'Effective weight';
  53  $string['errordeleting'] = 'Error deleting old {$a} records.';
  54  $string['errormedian'] = 'Error fetching median';
  55  $string['errorpowerquestions'] = 'Error fetching data to calculate variance for question grades';
  56  $string['errorpowers'] = 'Error fetching data to calculate variance for quiz grades';
  57  $string['errorrandom'] = 'Error getting sub item data';
  58  $string['errorratio'] = 'Error ratio (for {$a})';
  59  $string['errorstatisticsquestions'] = 'Error fetching data to calculate statistics for question grades';
  60  $string['facility'] = 'Facility index';
  61  $string['firstattempts'] = 'first attempts';
  62  $string['firstattemptsavg'] = 'Average grade of first attempts';
  63  $string['firstattemptscount'] = 'Number of complete graded first attempts';
  64  $string['frequency'] = 'Frequency';
  65  $string['highestattempts'] = 'highest graded attempt';
  66  $string['highestattemptsavg'] = 'Average grade of highest graded attempts';
  67  $string['intended_weight'] = 'Intended weight';
  68  $string['kurtosis'] = 'Score distribution kurtosis (for {$a})';
  69  $string['lastattempts'] = 'last attempt';
  70  $string['lastattemptsavg'] = 'Average grade of last attempts';
  71  $string['lastcalculated'] = 'Last calculated {$a->lastcalculated} ago there have been {$a->count} attempts since then.';
  72  $string['maximumfacility'] = 'Maximum facility';
  73  $string['median'] = 'Median grade (for {$a})';
  74  $string['medianfacility'] = 'Median facility';
  75  $string['minimumfacility'] = 'Minimum facility';
  76  $string['modelresponse'] = 'Model response';
  77  $string['nameforvariant'] = 'Variant {$a->variant} of {$a->name}';
  78  $string['negcovar'] = 'Negative covariance of grade with total attempt grade';
  79  $string['negcovar_help'] = 'This question\'s grade for this set of attempts on the quiz varies in an opposite way to the overall attempt grade. This means overall attempt grade tends to be below average when the grade for this question is above average and vice-versa.
  80  
  81  Our equation for effective question weight cannot be calculated in this case. The calculations for effective question weight for other questions in this quiz are the effective question weight for these questions if the highlighted questions with a negative covariance are given a maximum grade of zero.
  82  
  83  If you edit a quiz and give these question(s) with negative covariance a max grade of zero then the effective question weight of these questions will be zero and the real effective question weight of other questions will be as calculated now.';
  84  $string['nogradedattempts'] = 'No attempts have been made at this quiz, or all attempts have questions that need manual grading.';
  85  $string['nostudentsingroup'] = 'There are no students in this group yet';
  86  $string['optiongrade'] = 'Partial credit';
  87  $string['partofquestion'] = 'Part of question';
  88  $string['pluginname'] = 'Statistics';
  89  $string['privacy:metadata'] = 'Although the Quiz Statistics plugin has database tables, the data is aggregate data and does not describe a unique indidividual.';
  90  $string['position'] = 'Position';
  91  $string['positions'] = 'Position(s)';
  92  $string['questioninformation'] = 'Question information';
  93  $string['questionname'] = 'Question name';
  94  $string['questionnumber'] = 'Q#';
  95  $string['questionstatistics'] = 'Question statistics';
  96  $string['quizstatisticscleanuptask'] = 'Clean up old quiz statistics cache records';
  97  $string['questionstatsfilename'] = 'questionstats';
  98  $string['questiontype'] = 'Question type';
  99  $string['quizinformation'] = 'Quiz information';
 100  $string['quizname'] = 'Quiz name';
 101  $string['quizoverallstatistics'] = 'Quiz overall statistics';
 102  $string['quizstructureanalysis'] = 'Quiz structure analysis';
 103  $string['random_guess_score'] = 'Random guess score';
 104  $string['rangeofvalues'] = 'Range of statistics for these questions';
 105  $string['rangebetween'] = '{$a->min} − {$a->max}';
 106  $string['recalculatenow'] = 'Recalculate now';
 107  $string['reportsettings'] = 'Statistics calculation settings';
 108  $string['response'] = 'Response';
 109  $string['slotstructureanalysis'] = 'Structural analysis for question number {$a}';
 110  $string['skewness'] = 'Score distribution skewness (for {$a})';
 111  $string['standarddeviation'] = 'Standard deviation (for {$a})';
 112  $string['standarddeviationq'] = 'Standard deviation';
 113  $string['standarderror'] = 'Standard error (for {$a})';
 114  $string['statistics'] = 'Statistics';
 115  $string['statisticsreport'] = 'Statistics report';
 116  $string['statisticsreportgraph'] = 'Statistics for question positions';
 117  $string['statistics:view'] = 'View statistics report';
 118  $string['statsfor'] = 'Quiz statistics (for {$a})';
 119  $string['variant'] = 'Variant';
 120  $string['viewanalysis'] = 'View details';
 121  $string['whichtries'] = 'Analyze responses for';