implement Questtype ?textinput?
This commit is contained in:
parent
7ce4cf5292
commit
e8c0035418
4 changed files with 176 additions and 0 deletions
11
questtypes/textinput/html/index.tpl
Normal file
11
questtypes/textinput/html/index.tpl
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
<form method="post">
|
||||
<?php for($i=0; $i<count($text); $i++) : ?>
|
||||
<?php if($i > 0) : ?>
|
||||
<input type="text" name="answer-<?=$i?>" value="" />
|
||||
<?php endif ?>
|
||||
<?=\hhu\z\Utils::t($text[$i])?>
|
||||
<?php endfor ?>
|
||||
|
||||
<br /><br />
|
||||
<input type="submit" name="submit" value="<?=_('solve')?>" />
|
||||
</form>
|
||||
Loading…
Add table
Add a link
Reference in a new issue