update form for creating Qusets
This commit is contained in:
parent
6d348b16d1
commit
381a507969
3 changed files with 10 additions and 5 deletions
|
|
@ -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
|
||||
);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue