implement task editing for Questtype ?Choiceinput? (Issue #36)
This commit is contained in:
parent
5ac4f7ce70
commit
c93f98f8d8
4 changed files with 445 additions and 2 deletions
|
|
@ -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
|
||||
)
|
||||
);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue