= $text ?> = htmlReady($response[$blank]) ?> = Icon::create('accept', Icon::ROLE_STATUS_GREEN)->asImg(['title' => _('richtig')]) ?>= Icon::create('decline', Icon::ROLE_STATUS_YELLOW)->asImg(['title' => _('fast richtig')]) ?>= Icon::create('decline', Icon::ROLE_STATUS_RED)->asImg(['title' => _('falsch')]) ?>= $index ? ' | ' : '' ?>= Assets::img('choice_unchecked.svg', ['style' => 'vertical-align: text-bottom;']) ?> = htmlReady($option['text']) ?>= str_repeat('_', $exercise->getInputWidth($blank)) ?>= htmlReady(implode(' | ', $exercise->correctAnswers($blank))) ?>
if ($exercise->interactionType() === 'drag'): ?>
if ($print_correction): ?>
= _('Nicht zugeordnete Antworten:') ?>
else: ?>
= _('Antwortmöglichkeiten:') ?>
endif ?>
foreach ($exercise->availableAnswers($solution) as $item): ?>
-
= htmlReady($item) ?>
endforeach ?>
endif ?>
= $this->render_partial('exercises/evaluation_mode_info', ['evaluation_mode' => false]) ?>