New Question type. Just a Month-Year type with a month drop down and a 4 digit year text box.

This commit is contained in:
Kaleb Murphy 2009-03-22 18:18:38 +00:00
parent 2151730767
commit cafd31f87a
4 changed files with 48 additions and 2 deletions

View file

@ -115,6 +115,7 @@ my @SPECIAL_QUESTION_TYPES = (
'File Upload',
'Date',
'Date Range',
'Year Month',
'Hidden',
);