use TextFormatter in questions of Questtype ?Multiplechoice?
This commit is contained in:
parent
dec602da34
commit
28b2a04693
1 changed files with 3 additions and 1 deletions
|
|
@ -1,7 +1,8 @@
|
|||
<form method="post">
|
||||
<fieldset>
|
||||
<?php if(!is_null($question)) : ?>
|
||||
<legend><?=sprintf(_('Question %d of %d'), $pos, $count)?>:</legend>
|
||||
<p class="fwb"><?=\hhu\z\Utils::t($question['question'])?></p>
|
||||
<p class="fwb"><?=$t->t($question['question'])?></p>
|
||||
<ol class="mchoice">
|
||||
<?php foreach($question['answers'] as $i => &$answer) : ?>
|
||||
<li class="cf">
|
||||
|
|
@ -10,6 +11,7 @@
|
|||
</li>
|
||||
<?php endforeach ?>
|
||||
</ol>
|
||||
<?php endif ?>
|
||||
</fieldset>
|
||||
|
||||
<input type="hidden" name="question" value="<?=$pos?>" />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue