AMOS BEGIN
HLP feedback/preview.html,[preview_hlp,mod_feedback]
AMOS END
+++ /dev/null
-<h2>Preview</h2>
-
-<p>
-In the preview you can change the position order of questions.
-</p>
-
if(is_array($feedbackitems)){
$itemnr = 0;
- $helpbutton = $OUTPUT->old_help_icon('preview', get_string('preview','feedback'), 'feedback',true);
+ $helpbutton = $OUTPUT->help_icon('preview', 'feedback');
echo $OUTPUT->heading($helpbutton . get_string('preview', 'feedback'));
if(isset($SESSION->feedback->moving) AND $SESSION->feedback->moving->shouldmoving == 1) {
$string['picture_values'] = 'Choose one or more<br />picture files from the list:';
$string['position'] = 'Position';
$string['preview'] = 'Preview';
+$string['preview_hlp'] = 'In the preview you can change the position order of questions.';
$string['previous_page'] = 'Previous page';
$string['public'] = 'Public';
$string['question'] = 'Question';