mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 08:56:36 +02:00
MDL-20296 improving grading for numerical and transform display.html as independent of the analoguous shortanswer file
This commit is contained in:
parent
94909089f3
commit
e14042cdf3
1 changed files with 0 additions and 4 deletions
|
@ -10,14 +10,10 @@
|
|||
<div class="prompt">
|
||||
<?php echo get_string("answer", "quiz").': '; ?>
|
||||
</div>
|
||||
<?php if ($question->qtype == 'numerical' || $question->qtype == 'calculated' || $question->qtype == 'calculatedsimple' ){
|
||||
include("$CFG->dirroot/question/type/numerical/display.html");?>
|
||||
<?php }else {?>
|
||||
<div class="answer">
|
||||
<input type="text" class="<?php echo $class; ?>" <?php echo "$readonly $inputname $value"; ?> size="80"/>
|
||||
<?php echo $feedbackimg; ?>
|
||||
</div>
|
||||
<?php }?>
|
||||
<?php if ($feedback) { ?>
|
||||
<div class="feedback">
|
||||
<?php echo $feedback ?>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue