From 7b608def7eabc6556f48154d3a00a17283c9fc98 Mon Sep 17 00:00:00 2001 From: moodler Date: Mon, 16 Feb 2004 05:59:20 +0000 Subject: [PATCH] Add some formatting to the answers --- mod/lesson/view.php | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) 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"; -- 2.39.5