imlement task oditing for Questtype ?Multiplechoice? (Issue #36)
This commit is contained in:
parent
5eaf01a7d0
commit
fa1e5826cb
6 changed files with 384 additions and 5 deletions
|
|
@ -226,6 +226,10 @@
|
|||
'choice' => array(
|
||||
'minlength' => 1,
|
||||
'maxlength' => 128
|
||||
),
|
||||
'answer' => array(
|
||||
'minlength' => 1,
|
||||
'maxlength' => 255
|
||||
)
|
||||
);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue