@@ -152,12 +154,15 @@ class qtype_ddimageortext_test_helper extends question_test_helper {
$fromform->name='Geography cross-section';
$fromform->questiontext=array(
'text'=>'<p>Identify the features in this cross-section by dragging the labels into the boxes.</p>
<p><em>Use the mouse to drag the boxed words into the empty boxes. Alternatively, use the tab key to select an empty box, then use the space key to cycle through the options.</em></p>',
<p><em>Use the mouse to drag the boxed words into the empty boxes. '.
'Alternatively, use the tab key to select an empty box, '.
'then use the space key to cycle through the options.</em></p>',
'format'=>FORMAT_HTML,
);
$fromform->defaultmark=1;
$fromform->generalfeedback=array(
'text'=>'<p>More information about the major features of the Earth\'s surface can be found in Block 3, Section 6.2.</p>',
'text'=>'<p>More information about the major features of the Earth\'s surface '.
'can be found in Block 3, Section 6.2.</p>',
'format'=>FORMAT_HTML,
);
$fromform->bgimage=$bgdraftitemid;
...
...
@@ -197,7 +202,7 @@ class qtype_ddimageortext_test_helper extends question_test_helper {