mirror of
https://github.com/moodle/moodle.git
synced 2025-01-19 14:27:22 +01:00
Closed up some notices
This commit is contained in:
parent
338c772cc5
commit
11558e5af4
@ -84,6 +84,11 @@
|
||||
|
||||
<?PHP
|
||||
for ($i=1; $i<=QUIZ_MAX_NUMBER_ANSWERS; $i++) {
|
||||
if (!isset($answers[$i-1]->fraction)) {
|
||||
$answers[$i-1]->answer = '';
|
||||
$answers[$i-1]->fraction = 0;
|
||||
$answers[$i-1]->feedback = '';
|
||||
}
|
||||
?>
|
||||
<TR valign=top>
|
||||
<TD align=right><P><B><?php echo get_string("choice", "quiz")." $i"; ?>:</B></P></TD>
|
||||
|
Loading…
x
Reference in New Issue
Block a user