implement task editing for Questtype ?Choiceinput? (Issue #36)

This commit is contained in:
coderkun 2014-08-17 20:30:55 +02:00
commit c93f98f8d8
4 changed files with 445 additions and 2 deletions

View file

@ -222,6 +222,10 @@
),
'deadline' => array(
'regex' => '/^(\d{4}-\d{2}-\d{2} \d{2}:\d{2}:\d{2})?$/'
),
'choice' => array(
'minlength' => 1,
'maxlength' => 128
)
);