Skip to content

Commit

Permalink
MDL-47494 ddimageortext: OU-1597 Renaming question types.
Browse files Browse the repository at this point in the history
  • Loading branch information
jamiepratt committed Sep 28, 2011
1 parent eaabb89 commit 35d4aea
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions question/type/ddimageortext/lang/en/qtype_ddimageortext.php
Expand Up @@ -22,23 +22,23 @@
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
*/

$string['addingddimageortext'] = 'Adding drag and drop: images or text onto image';
$string['addingddimageortext'] = 'Adding drag and drop onto images';
$string['addmoredropzones'] = 'Blanks for {no} More Drop Zones';
$string['addmoreimages'] = 'Blanks for {no} More Draggable Items';
$string['answer'] = 'Answer';
$string['bgimage'] = 'Background Image';
$string['correctansweris'] = 'The correct answer is: {$a}';
$string['ddimageortext'] = 'Drag and drop: images or text onto image';
$string['ddimageortext'] = 'Drag and drop onto images';
$string['ddimageortext_help'] = 'Select a background image file, select draggable images or enter text and define the drop zones on the background image to which they must be dragged.';
$string['ddimageortextsummary'] = 'Images or text labels are dragged and dropped into drop zones on a background image.';
$string['ddimageortextsummary'] = 'Images or text labels are dragged and dropped into visible drop zones on a background image.';
$string['draggableimage'] = 'Draggable image';
$string['draggableitem'] = 'Draggable item';
$string['draggableitemheader'] = 'Draggable item {$a}';
$string['draggableitemtype'] = 'Type';
$string['draggableword'] = 'Draggable text';
$string['dropzone'] = 'Drop zone {$a}';
$string['dropzoneheader'] = 'Drop zones';
$string['editingddimageortext'] = 'Editing drag and drop: images or text onto image';
$string['editingddimageortext'] = 'Editing drag and drop onto images';
$string['formerror_disallowedtags'] = 'You have used html tags here that are not allowed in a draggable text drag item type.';
$string['formerror_noallowedtags'] = 'No html tags are allowed in this text which is the alt text for a draggable image';
$string['formerror_noytop'] = 'You must provide a value for the y coords 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.';
Expand Down

0 comments on commit 35d4aea

Please sign in to comment.