mirror of
https://github.com/moodle/moodle.git
synced 2025-08-06 09:26:35 +02:00
quiz editing: MDL-17300 it is now possible to change question grades after there are quiz attempts
This commit is contained in:
parent
8bccba71e6
commit
3fd9edf010
1 changed files with 2 additions and 2 deletions
|
@ -452,9 +452,9 @@ function quiz_print_question_list($quiz, $pageurl, $allowdelete=true,
|
|||
<?php
|
||||
echo '<input type="text" name="q'.$qnum.'" size="' . ($quiz->decimalpoints + 2) . '"
|
||||
value="'.(0 + $quiz->grades[$qnum]).
|
||||
'" tabindex="'.($lastindex+$qno).'" '.$disabled.' />';
|
||||
'" tabindex="'.($lastindex+$qno).'" />';
|
||||
?>
|
||||
<input type="submit" class="pointssubmitbutton" value="<?php echo $strsave; ?>" <?php echo $disabled; ?> />
|
||||
<input type="submit" class="pointssubmitbutton" value="<?php echo $strsave; ?>" />
|
||||
</fieldset>
|
||||
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue