mirror of
https://github.com/moodle/moodle.git
synced 2025-04-22 08:55:15 +02:00
Use existing language string for correct answer
This commit is contained in:
parent
b59c1d77e9
commit
f1b50ee94c
@ -24,6 +24,6 @@
|
||||
|
||||
<?php if ($correctanswer) { ?>
|
||||
<div class="correctness correct">
|
||||
<?php echo get_string('correctis', 'quiz', $correctanswer) ?>
|
||||
<?php echo get_string('correctanswer', 'quiz').': '. $correctanswer; ?>
|
||||
</div>
|
||||
<?php } ?>
|
||||
|
Loading…
x
Reference in New Issue
Block a user