2 // This template determines the layout of the manual grading form. It is
3 // included by both by question_print_comment_box method from questionlib.php,
4 // and the print_questions_and_form method from the manual grading report.
6 <table class=
"que comment">
9 <b><?php print_string('comment', 'quiz'); ?>:
</b>
13 print_textarea($usehtmleditor, 15, 60, 630, 300, $prefix.'[comment]', stripslashes($state->manualcomment
));
19 <b><?php print_string('grade', 'quiz'); ?>:
</b>
22 <input type=
"text" name=
"<?php echo $prefix; ?>[grade]" size
="2" value
="<?php echo $grade; ?>" />/<?php
echo $question->maxgrade
; ?>