mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 00:46:50 +02:00
Teacher can now use the richtext editor to edit the assignment text
This commit is contained in:
parent
7ce20f09cb
commit
b425749fc3
5 changed files with 44 additions and 5 deletions
|
@ -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>";
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue