Judy Hsu
Опубликовано Judy Hsu
Thanks Anthony for your promptly reply.
The reason that we want to replace HTML editor when you enable the "quick grading" is that if instructors graded (commented) the assignment using some BOLD font or something, then when them come back next time and see the Comment area displayed with whole bunch of HTML codes, they might got scared and don't want to use Moodle in the future. Not all instructors know about HTML and when they see HTML codes showing in the comment area they might think Moodle is broken or something (see the screenshot that I attached)...
I know the problem is on around line#45 of Moodle 1.5.4+ /mod/assignment/submissions.php
$assignmentinstance->submissions($mode); // Display or process the submissions
But don't know how I could change it so that it would just become a plain-text text field input box instead of launching the HTML editor... any ideas? Thanks!