aboutsummaryrefslogtreecommitdiff
path: root/app/views/vips/exercises/MatrixChoiceTask/print.php
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/vips/exercises/MatrixChoiceTask/print.php')
-rw-r--r--app/views/vips/exercises/MatrixChoiceTask/print.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/views/vips/exercises/MatrixChoiceTask/print.php b/app/views/vips/exercises/MatrixChoiceTask/print.php
index 9403d0c..314730f 100644
--- a/app/views/vips/exercises/MatrixChoiceTask/print.php
+++ b/app/views/vips/exercises/MatrixChoiceTask/print.php
@@ -17,9 +17,9 @@
<td style="white-space: nowrap;">
<? if (isset($response[$key]) && $response[$key] !== '' && $response[$key] != -1 && $print_correction): ?>
<? if ($response[$key] == $entry['choice']): ?>
- <?= Icon::create('accept', Icon::ROLE_STATUS_GREEN)->asSvg(['class' => 'correction_marker', 'title' => _('richtig')]) ?>
+ <?= Icon::create('accept', Icon::ROLE_STATUS_GREEN)->asImg(['class' => 'correction_marker', 'title' => _('richtig')]) ?>
<? else: ?>
- <?= Icon::create('decline', Icon::ROLE_STATUS_RED)->asSvg(['class' => 'correction_marker', 'title' => _('falsch')]) ?>
+ <?= Icon::create('decline', Icon::ROLE_STATUS_RED)->asImg(['class' => 'correction_marker', 'title' => _('falsch')]) ?>
<? endif ?>
<? endif ?>