Teacher can now use the richtext editor to edit the assignment text

This commit is contained in:
moodler 2002-10-16 05:31:56 +00:00
parent 7ce20f09cb
commit b425749fc3
5 changed files with 44 additions and 5 deletions

View file

@ -66,7 +66,7 @@
echo "<B>".get_string("maximumgrade")."</B>: $assignment->grade<BR>";
print_simple_box_end();
echo "<BR>";
echo text_to_html($assignment->description);
echo format_text($assignment->description, $assignment->format);
print_simple_box_end();
echo "<BR>";