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">
|
<form method="post">
|
||||||
<fieldset>
|
<fieldset>
|
||||||
|
<?php if(!is_null($question)) : ?>
|
||||||
<legend><?=sprintf(_('Question %d of %d'), $pos, $count)?>:</legend>
|
<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">
|
<ol class="mchoice">
|
||||||
<?php foreach($question['answers'] as $i => &$answer) : ?>
|
<?php foreach($question['answers'] as $i => &$answer) : ?>
|
||||||
<li class="cf">
|
<li class="cf">
|
||||||
|
|
@ -10,6 +11,7 @@
|
||||||
</li>
|
</li>
|
||||||
<?php endforeach ?>
|
<?php endforeach ?>
|
||||||
</ol>
|
</ol>
|
||||||
|
<?php endif ?>
|
||||||
</fieldset>
|
</fieldset>
|
||||||
|
|
||||||
<input type="hidden" name="question" value="<?=$pos?>" />
|
<input type="hidden" name="question" value="<?=$pos?>" />
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue