From: moodler Date: Mon, 16 Feb 2004 05:59:20 +0000 (+0000) Subject: Add some formatting to the answers X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=7b608def7eabc6556f48154d3a00a17283c9fc98;p=moodle.git Add some formatting to the answers --- diff --git a/mod/lesson/view.php b/mod/lesson/view.php index a124986c1c..3c8fa41a03 100644 --- a/mod/lesson/view.php +++ b/mod/lesson/view.php @@ -139,12 +139,15 @@ echo "\n"; echo "\n"; print_simple_box_start("center"); + echo ''; foreach ($answers as $answer) { - echo "

id}\"> \n"; + echo "

\n"; + echo "\n"; } + echo '
id}\">\n"; $options->para = false; // no

echo format_text(trim($answer->answer), FORMAT_MOODLE, $options); - echo "

\n"; + echo "
'; print_simple_box_end(); echo "

\n";