aboutsummaryrefslogtreecommitdiff
path: root/app/views/vips/exercises/MultipleChoiceTask/print.php
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/vips/exercises/MultipleChoiceTask/print.php')
-rw-r--r--app/views/vips/exercises/MultipleChoiceTask/print.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/views/vips/exercises/MultipleChoiceTask/print.php b/app/views/vips/exercises/MultipleChoiceTask/print.php
index d352f17..ea2d761 100644
--- a/app/views/vips/exercises/MultipleChoiceTask/print.php
+++ b/app/views/vips/exercises/MultipleChoiceTask/print.php
@@ -18,9 +18,9 @@
<? if (isset($response[$key]) && $print_correction): ?>
<? if ((int) $response[$key] == $entry['score']): ?>
- <?= Icon::create('accept', Icon::ROLE_STATUS_GREEN)->asImg(['class' => 'correction_marker', 'title' => _('richtig')]) ?>
+ <?= Icon::create('accept', Icon::ROLE_STATUS_GREEN)->asSvg(['class' => 'correction_marker', 'title' => _('richtig')]) ?>
<? else: ?>
- <?= Icon::create('decline', Icon::ROLE_STATUS_RED)->asImg(['class' => 'correction_marker', 'title' => _('falsch')]) ?>
+ <?= Icon::create('decline', Icon::ROLE_STATUS_RED)->asSvg(['class' => 'correction_marker', 'title' => _('falsch')]) ?>
<? endif ?>
<? endif ?>
</div>