diff --git a/question/preview.php b/question/preview.php index 4f109bb0206..09cab63439c 100644 --- a/question/preview.php +++ b/question/preview.php @@ -188,16 +188,17 @@ echo "

\n"; } $number = 1; - echo "
\n"; + + print_question($questions[$id], $curstate, $number, $quiz, $options); + echo '
'; + + + echo "\n"; + echo '
'; echo "\n"; echo "\n"; echo "\n"; - print_question($questions[$id], $curstate, $number, $quiz, $options); - - echo '
'; - echo '
'; - // Print the mark and finish attempt buttons echo '\n"; @@ -224,4 +225,4 @@ echo '
'; echo ''; print_footer(); -?> +?> \ No newline at end of file