1 2 3 4 5 6 7 8 9 10 11 12
<?php /** * @var Exercise $exercise */ ?> <? if (isset($exercise->options['hint']) && $exercise->options['hint'] !== ''): ?> <div class="exercise_hint inline-content"> <h4><?= _('Hinweis:') ?></h4> <?= formatReady($exercise->options['hint']) ?> </div> <br> <? endif ?>