Use existing language string for correct answer
This commit is contained in:
@@ -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 } ?>
|
||||
|
||||
Reference in New Issue
Block a user