2 if (!isset($assessment->teachercomment
)) {
3 $assessment->teachercomment
= '';
6 <form id=
"gradingform" action=
"assessments.php" method=
"post">
7 <fieldset class=
"invisiblefieldset">
8 <input type=
"hidden" name=
"action" value=
"updategrading" />
9 <input type=
"hidden" name=
"id" value=
"<?php echo $cm->id ?>" />
10 <input type
="hidden" name
="redirect" value
="<?php echo $redirect ?>" />
11 <input type
="hidden" name
="aid" value
="<?php echo $aid ?>" />
12 <div
class="boxaligncenter">
13 <table cellpadding
="5" border
="1">
15 <td align
="right"><b
><?php
print_string("teacherscomment", "workshop") ?>:
</b></td>
17 <textarea name=
"teachercomment" rows=
"5" cols=
"75"><?php echo $assessment->teachercomment
; ?></textarea>
22 <b><?php print_string("gradeforstudentsassessment", "workshop") ?></td>
24 <input type=
"text" name=
"gradinggrade" size=
"3" value=
"<?php p($assessment->gradinggrade) ?>" />%
28 <input type
="submit" value
="<?php print_string("savemygrading
", "workshop
") ?>" />