LimeSurvey: master bd417691

Author Committer Branch Timestamp Parent
jcleeland jcleeland master 2004-10-16 03:33:43 master d3038bf2
Changeset

New Question Type(s) and New Question Attribute: List (flexible) question types - both radio and dropdown. These are the same as the existing "List" type questions, however they can use pre-defined "label sets" as their list of questions - something I've been meaning to do for a while. A new question attribute called "Code Filter" has also been added. This applies to the two new question types, and allows you to filter the codes that are displayed. The filtering can be done either using plain text, or by entering the "fieldname" of a previous question. Note that this new question attribute REQUIRES a manual update to the question_attributes table if you've already created it - the "value" field must be increased to varchar(20) rather than varchar(5) in order to allow a full fieldname to be entered. All other related files have been updated to deal with new question types.

git-svn-id: file:///Users/Shitiz/Downloads/lssvn/trunk/unstable@1245 b72ed6b6-b9f8-46b5-92b4-906544132732

mod - admin/activate.php Diff File
mod - admin/checkfields.php Diff File
mod - admin/export.php Diff File
mod - admin/html.php Diff File
mod - admin/lang/chinese/messages.php Diff File
mod - admin/lang/english/messages.php Diff File
mod - admin/lang/french/messages.php Diff File
mod - admin/lang/italian/messages.php Diff File
mod - admin/lang/spanish/messages.php Diff File
mod - admin/statistics.php Diff File
mod - qanda.php Diff File