update form for creating Qusets

This commit is contained in:
coderkun 2014-04-17 14:10:41 +02:00
commit 381a507969
3 changed files with 10 additions and 5 deletions

View file

@ -445,6 +445,7 @@
// TODO Validation
$name = $this->request->getPostParam('name');
$xps = $this->request->getPostParam('xps');
$entrytext = $this->request->getPostParam('entrytext');
$wrongtext = $this->request->getPostParam('wrongtext');
$task = $this->request->getPostParam('task');
@ -483,6 +484,7 @@
$questgroups[$questgroupIndex]['id'],
$questtypes[$questtypeIndex]['id'],
$xps,
$entrytext,
$wrongtext,
$task
);