Search moodle.org's
Developer Documentation

See Release Notes
Long Term Support Release

  • Bug fixes for general core bugs in 3.9.x will end* 10 May 2021 (12 months).
  • Bug fixes for security issues in 3.9.x will end* 8 May 2023 (36 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 39 and 311] [Versions 39 and 400] [Versions 39 and 401] [Versions 39 and 402] [Versions 39 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   * Language file Drag and Drop image or text.
  19   *
  20   * @package   qtype_ddimageortext
  21   * @copyright 2011 The Open University
  22   * @license   http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
  23   */
  24  
  25  $string['addmoredropzones'] = 'Blanks for {no} more drop zones';
  26  $string['addmoreimages'] = 'Blanks for {no} more draggable items';
  27  $string['answer'] = 'Answer';
  28  $string['bgimage'] = 'Background image';
  29  $string['blank'] = 'blank';
  30  $string['correctansweris'] = 'The correct answer is: {$a}';
  31  $string['draggableimage'] = 'Draggable image';
  32  $string['draggableitem'] = 'Draggable item';
  33  $string['draggableitems'] = 'Draggable items';
  34  $string['draggableitemheader'] = 'Draggable item {$a}';
  35  $string['draggableitemtype'] = 'Type';
  36  $string['draggableword'] = 'Draggable text';
  37  $string['dropbackground'] = 'Background image for dragging markers onto';
  38  $string['dropzone'] = 'Drop zone {$a}';
  39  $string['dropzoneheader'] = 'Drop zones';
  40  $string['formerror_disallowedtags'] = 'Only "{$a}" tags are allowed in this draggable text.';
  41  $string['formerror_noallowedtags'] = 'HTML tags are not allowed in this text which is the alt text for a draggable image.';
  42  $string['formerror_noytop'] = 'You must provide a value for the y coordinate for the top left corner of this drop area. You can drag and drop the drop area above to set the coordinates or enter them manually here.';
  43  $string['formerror_noxleft'] = 'You must provide a value for the x coordinate for the top left corner of this drop area. You can drag and drop the drop area above to set the coordinates or enter them manually here.';
  44  $string['formerror_nofile'] = 'You need to upload or select a file to use here.';
  45  $string['formerror_nofile3'] = 'You need to select an image file here, or delete the associated label and uncheck the unlimited checkbox.';
  46  $string['formerror_notintytop'] = 'The y coordinate must be an integer.';
  47  $string['formerror_notintxleft'] = 'The x coordinate must be an integer.';
  48  $string['formerror_multipledraginstance'] = 'You have selected this image {$a} more than once as the correct choice for a drop zone but it is not marked as being an unlimited drag item.';
  49  $string['formerror_multipledraginstance2'] = 'You have selected this image more than once as the correct choice for a drop zone but it is not marked as being an unlimited drag item.';
  50  $string['formerror_noimageselected'] = 'You need to select a drag item to be the correct choice for this drop zone.';
  51  $string['formerror_nobgimage'] = 'You need to select an image to use as the background for the drag and drop area.';
  52  $string['infinite'] = 'Unlimited';
  53  $string['label'] = 'Text';
  54  $string['nolabel'] = 'No label text';
  55  $string['pleasedraganimagetoeachdropregion'] = 'Your answer is not complete; please drag an item to each drop region.';
  56  $string['pluginname'] = 'Drag and drop onto image';
  57  $string['pluginname_help'] = 'Drag and drop onto image questions require the respondent to drag images or text labels and drop them into defined drop zones on a background image. Draggable items may be grouped so that all items in a particular group are coloured the same as the drop zones. Draggable items marked as unlimited may be dropped into more than one zone.';
  58  $string['pluginname_link'] = 'question/type/ddimageortext';
  59  $string['pluginnameadding'] = 'Adding drag and drop onto image';
  60  $string['pluginnameediting'] = 'Editing drag and drop onto image';
  61  $string['pluginnamesummary'] = 'Images or text labels are dragged and dropped into drop zones on a background image.
  62  
  63  Note: This question type is not accessible to users who are visually impaired.';
  64  $string['previewareaheader'] = 'Preview';
  65  $string['previewareamessage'] = 'Select a background image, specify draggable items and define drop zones on the background image into which they must be dragged.';
  66  $string['privacy:metadata'] = 'The Drag and drop onto image question type plugin does not store any personal data.';
  67  $string['refresh'] = 'Refresh preview';
  68  $string['shuffleimages'] = 'Shuffle drag items each time question is attempted';
  69  $string['summarisechoice'] = '{$a->no}. {$a->text}';
  70  $string['summariseplace'] = '{$a->no}. {$a->text}';
  71  $string['summarisechoiceno'] = 'Item {$a}';
  72  $string['summariseplaceno'] = 'Drop zone {$a}';
  73  $string['xleft'] = 'Left';
  74  $string['ytop'] = 'Top';
  75  $string['deletedchoice'] = '[Deleted choice]';