Search moodle.org's
Developer Documentation

See Release Notes

  • Bug fixes for general core bugs in 3.11.x will end 14 Nov 2022 (12 months plus 6 months extension).
  • Bug fixes for security issues in 3.11.x will end 13 Nov 2023 (18 months plus 12 months extension).
  • PHP version: minimum PHP 7.3.0 Note: minimum PHP version has increased since Moodle 3.10. PHP 7.4.x is supported too.

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

   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   * Plugin strings are defined here.
  19   *
  20   * @package     mod_h5pactivity
  21   * @category    string
  22   * @copyright   2020 Ferran Recio <ferran@moodle.com>
  23   * @license     http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
  24   */
  25  
  26  defined('MOODLE_INTERNAL') || die();
  27  
  28  $string['all_attempts'] = 'All user attempts';
  29  $string['answer_checked'] = 'Answer checked';
  30  $string['answer_correct'] = 'Your answer is correct';
  31  $string['answer_fail'] = 'Incorrect answer';
  32  $string['answer_incorrect'] = 'Your answer is incorrect';
  33  $string['answer_pass'] = 'Correct answer';
  34  $string['answer_unchecked'] = 'Answer unchecked';
  35  $string['answer_unknown'] = 'Unknown answer';
  36  $string['answer_text'] = 'Answer text';
  37  $string['areapackage'] = 'Package file';
  38  $string['attempt'] = 'Attempt';
  39  $string['attempt_average'] = 'Attempts average scored';
  40  $string['attempt_answer'] = 'Attempt answer';
  41  $string['attempt_completion_no'] = 'This attempt is not marked as completed';
  42  $string['attempt_completion_yes'] = 'This attempt is completed';
  43  $string['attempt_first'] = 'First attempt';
  44  $string['attempt_highest'] = 'Highest score attempt';
  45  $string['attempt_last'] = 'Last attempt';
  46  $string['attempt_none'] = 'No attempts are used for grading';
  47  $string['attempt_number'] = 'Attempt #{$a}';
  48  $string['attempt_success_fail'] = 'Fail';
  49  $string['attempt_success_pass'] = 'Pass';
  50  $string['attempt_success_unknown'] = 'Not reported';
  51  $string['attempts'] = 'Attempts';
  52  $string['attempts_report'] = 'Attempts report';
  53  $string['attempts_none'] = 'This user has no attempts to display.';
  54  $string['choice'] = 'Choice';
  55  $string['completion'] = 'Completion';
  56  $string['contentbank'] = 'More information about the content bank';
  57  $string['contentbank_help'] = 'In the content bank you can create and store content using several authoring tools, including an integrated H5P creator.';
  58  $string['correct_answer'] = 'Correct answer';
  59  $string['deleteallattempts'] = 'Delete all H5P attempts';
  60  $string['displayexport'] = 'Allow download';
  61  $string['displayembed'] = 'Embed button';
  62  $string['displaycopyright'] = 'Copyright button';
  63  $string['dnduploadh5pactivity'] = 'Add an H5P activity';
  64  $string['duration'] = 'Duration';
  65  $string['enabletracking'] = 'Enable attempt tracking';
  66  $string['false'] = 'False';
  67  $string['grade_grademethod'] = 'Grading method';
  68  $string['grade_grademethod_help'] = 'When using point grading, the following methods are available for calculating the final grade:
  69  
  70  * Highest grade of all attempts
  71  * Average (mean) grade of all attempts
  72  * First attempt (all other attempts are ignored)
  73  * Last attempt (all other attempts are ignored)
  74  * Don\'t use attempts for grading (disable grading calculation)';
  75  $string['grade_manual'] = 'Don\'t calculate a grade';
  76  $string['grade_highest_attempt'] = 'Highest grade';
  77  $string['grade_average_attempt'] = 'Average grade';
  78  $string['grade_last_attempt'] = 'Last attempt';
  79  $string['grade_first_attempt'] = 'First attempt';
  80  $string['h5pactivity:addinstance'] = 'Add a new H5P';
  81  $string['h5pactivity:reviewattempts'] = 'Review H5P attempts';
  82  $string['h5pactivity:submit'] = 'Submit H5P attempts';
  83  $string['h5pactivity:view'] = 'View H5P';
  84  $string['h5pactivityfieldset'] = 'H5P settings';
  85  $string['h5pactivityname'] = 'H5P';
  86  $string['h5pactivitysettings'] = 'Settings';
  87  $string['h5pattempts'] = 'Attempt options';
  88  $string['h5pdisplay'] = 'H5P options';
  89  $string['maxscore'] = 'Max score';
  90  $string['modulename'] = 'H5P';
  91  $string['modulename_help'] = 'H5P is an abbreviation for HTML5 Package - interactive content such as presentations, videos and other multimedia, questions, quizzes, games and more. The H5P activity enables H5P to be uploaded and added to a course.
  92  
  93  Any question attempts are marked automatically, and the grade is recorded in the gradebook.';
  94  $string['modulename_link'] = 'mod/h5pactivity/view';
  95  $string['modulenameplural'] = 'H5P';
  96  $string['myattempts'] = 'My attempts';
  97  $string['no_compatible_track'] = 'This interaction ({$a}) does not provide tracking information or the tracking
  98          provided is not compatible with the current activity version.';
  99  $string['noparticipants'] = 'No participants to display';
 100  $string['opencontentbank'] = '<a href="{$a}" target="_blank">Access the H5P file in the content bank</a> (opens in a new window).';
 101  $string['outcome'] = 'Outcome';
 102  $string['package'] = 'Package file';
 103  $string['package_help'] = 'The package file is a h5p file containing H5P interactive content.';
 104  $string['page-mod-h5pactivity-x'] = 'Any H5P module page';
 105  $string['pluginadministration'] = 'H5P administration';
 106  $string['pluginname'] = 'H5P';
 107  $string['previewmode'] = 'This content is displayed in preview mode. No attempt tracking will be stored.';
 108  $string['privacy:metadata:attempt'] = 'The attempt number';
 109  $string['privacy:metadata:rawscore'] = 'The score obtained';
 110  $string['privacy:metadata:timecreated'] = 'The time when the tracked element was created';
 111  $string['privacy:metadata:timemodified'] = 'The last time element was tracked';
 112  $string['privacy:metadata:userid'] = 'The ID of the user who accessed the H5P activity';
 113  $string['privacy:metadata:xapi_track'] = 'Attempt tracking information';
 114  $string['privacy:metadata:xapi_track_results'] = 'Attempt results tracking information';
 115  $string['report_viewed'] = 'Report viewed';
 116  $string['result_compound'] = 'Combined partial score';
 117  $string['result_fill-in'] = 'Fill-in text';
 118  $string['result_fill-in_gap'] = 'Gap #{$a}';
 119  $string['result_matching'] = 'Matching choice';
 120  $string['result_other'] = 'Unknown interaction type';
 121  $string['result_sequencing_choice'] = 'Positions';
 122  $string['result_sequencing_answer'] = 'Position value';
 123  $string['result_sequencing_position'] = '#{$a}';
 124  $string['review_all_attempts'] = 'View all attempts ({$a} submitted)';
 125  $string['review_mode'] = 'Review attempts';
 126  $string['review_my_attempts'] = 'View my attempts';
 127  $string['review_user_attempts'] = 'View user attempts ({$a})';
 128  $string['review_none'] = 'Participants cannot review their own attempts';
 129  $string['review_on_completion'] = 'Participants can review their own attempts';
 130  $string['score'] = 'Score';
 131  $string['score_out_of'] = '{$a->rawscore} out of {$a->maxscore}';
 132  $string['search:activity'] = 'H5P - activity information';
 133  $string['startdate'] = 'Start date';
 134  $string['statement_received'] = 'xAPI statement received';
 135  $string['totalscore'] = 'Total score';
 136  $string['tracking_messages'] = 'Some H5P provide attempt tracking data for advanced reporting such as number of attempts, responses and grades. Note: Some H5P don\'t provide attempt tracking data. In such cases, the following settings will have no effect.';
 137  $string['true'] = 'True';
 138  $string['usecontentbank'] = 'Use the <a href="{$a}" target="_blank">content bank (opens in new window)</a> to manage your H5P files';
 139  $string['view'] = 'View';
 140  $string['view_report'] = 'View report';