correct for-loops and answers-array for Questtype ?Textinput?

This commit is contained in:
coderkun 2014-03-12 01:28:26 +01:00
commit 6f91287afc
3 changed files with 23 additions and 15 deletions

View file

@ -76,6 +76,6 @@
<section>
<h1><?=_('Task')?></h1>
<p><?=\hhu\z\Utils::t($quest['task'])?></p>
<p><?=$task?></p>
<?=$task?>
</section>
<?php endif ?>