Use existing language string for correct answer

This commit is contained in:
gustav_delius 2006-03-25 21:36:00 +00:00
parent b59c1d77e9
commit f1b50ee94c

View File

@ -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 } ?>