mirror of
https://github.com/moodle/moodle.git
synced 2025-08-08 10:26:40 +02:00
correcting feedback comments display MDL-8588
This commit is contained in:
parent
9416fe3a9c
commit
ce53b30a7a
1 changed files with 2 additions and 2 deletions
|
@ -188,12 +188,12 @@
|
|||
echo "</p>\n";
|
||||
}
|
||||
$number = 1;
|
||||
|
||||
echo "<form method=\"post\" action=\"preview.php\">\n";
|
||||
print_question($questions[$id], $curstate, $number, $quiz, $options);
|
||||
echo '<br />';
|
||||
|
||||
|
||||
echo "<form method=\"post\" action=\"preview.php\">\n";
|
||||
|
||||
echo '<div class="controls">';
|
||||
echo "<input type=\"hidden\" name=\"id\" value=\"$id\" />\n";
|
||||
echo "<input type=\"hidden\" name=\"quizid\" value=\"$quizid\" />\n";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue