mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 16:36:37 +02:00
Correct comment.
This commit is contained in:
parent
d3eeba599b
commit
3c957efd2e
1 changed files with 3 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
||||||
<?php
|
<?php
|
||||||
/* This template determines the overall layout of a question. It is included by the
|
// This template determines the layout of the manual grading form. It is
|
||||||
* print_question() method.
|
// included by both by question_print_comment_box method from questionlib.php,
|
||||||
*/
|
// and the print_questions_and_form method from the manual grading report.
|
||||||
?>
|
?>
|
||||||
<table class="que comment">
|
<table class="que comment">
|
||||||
<tr valign="top">
|
<tr valign="top">
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue