You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: lang/en/qtype_drawlines.php
+10-12Lines changed: 10 additions & 12 deletions
Original file line number
Diff line number
Diff line change
@@ -27,33 +27,31 @@
27
27
28
28
$string['bgimage'] = 'Background image';
29
29
30
-
$string['correctansweris'] = 'The correct answer is: {$a}';
31
-
32
-
$string['dropbackground'] = 'Background image for DrawLines';
33
-
34
30
$string['correctansweris'] = 'The correct answer is: {$a}';
35
31
$string['correctanswersare'] = 'The correct answers are: {$a}';
32
+
$string['dropbackground'] = 'Background image for DrawLines';
36
33
37
34
$string['formerror_nobgimage'] = 'You need to select an image to use as the background for the drag and drop area.';
38
35
$string['formerror_notype'] = 'You have to select a type for Line {$a}';
39
-
$string['formerror_zonestart'] = 'Start zone coordinates should be in x,y;r format, where x,y are the coordinates of the centre of a circle and r is the radius.';
40
36
$string['formerror_zoneend'] = 'End zone coordinates should be in x,y;r format, where x,y are the coordinates of the centre of a circle and r is the radius.';
37
+
$string['formerror_zonestart'] = 'Start zone coordinates should be in x,y;r format, where x,y are the coordinates of the centre of a circle and r is the radius.';
41
38
42
39
$string['grademethod'] = 'Grading type';
43
40
$string['grademethod_desc'] = 'Give partial credit (default): each correct response in the body cells are worth one point, so students score a percentage of the total correct responses.
44
41
All or nothing: students must get every response correct, otherwise they score zero.';
45
42
$string['grademethod_help'] = 'Give partial credit (default): each correct response worth one point, so students score a percentage of the total correct responses.
46
43
47
44
All or nothing: students must get every response correct, otherwise they score zero.';
0 commit comments