imlement task oditing for Questtype ?Multiplechoice? (Issue #36)

This commit is contained in:
coderkun 2014-08-29 15:29:07 +02:00
commit 2577779f80
6 changed files with 384 additions and 5 deletions

View file

@ -226,6 +226,10 @@
'choice' => array(
'minlength' => 1,
'maxlength' => 128
),
'answer' => array(
'minlength' => 1,
'maxlength' => 255
)
);