Special question types: where classic "mask questions" live now
In classic LimeSurvey documentation, "mask questions" was a catch-all category for question types where the input of answers is predefined — things like Yes/No, Gender, Date/time, Numerical input, Equation, and File upload. The LimeSurvey 7 question type picker no longer uses this category. Those types are simply spread across the picker's groups.
This article maps each classic mask question type to its new home in LimeSurvey 7. For how to open and use the question type picker itself, see Add and edit a question.
How the LimeSurvey 7 picker is organized
The picker shows seven groups:
Single choice · Multiple choice · Ranking & rating · Dates & data · Text · Number · Array
Every question type sits in one of these groups, so you can browse to what you need. The search box at the top of the picker is a shortcut when you already know the name — not a place where types are hidden.
Classic mask questions → LimeSurvey 7 locations
| Classic mask question type | Where it is in LimeSurvey 7 |
| Date/time | Dates & data group (labeled "Date/time") |
| Equation | Number group |
| File upload | Dates & data group |
| Gender | Ranking & rating group |
| Language switch | Not offered in the picker — see the note below. |
| Multiple numerical input | Number group (labeled "Multiple numerical input") |
| Numerical input | Number group |
| Ranking | Ranking & rating group — offered as "Ranking advanced"; there is no separate basic "Ranking" entry |
| Text display | Text group (labeled "Text display"). Older documentation calls this "Boilerplate". |
| Yes/No | Ranking & rating group |
Notes
- Array questions. The Array family — Array (Point choice), Array (Texts), Array (Numbers), Array by column and Array dual scale — has its own Array group in the picker. It was never part of the classic mask category, but see Array question types if that is what you are after.
- Language switch. This classic question type is not offered in the LimeSurvey 7 picker. It is no longer needed as a question: make the survey multilingual by adding languages under Settings → General → Survey languages, and a multi-language survey provides a language switcher automatically.
- Older docs and forum posts. When older documentation or forum posts mention the "mask questions" category, use the table above to find the equivalent type in the current picker.
Related articles
Related Articles
Overview - Questions & Sub-questions
Overview - Questions & Sub-questions Note: A survey consists of question groups which contain one or more questions. Therefore, you must create a question group first before you add questions to your survey. For more details on question groups, view ...
Array question types
Array questions ask several sub-questions in one grid, so participants answer a set of related items in one go instead of working through the same question over and over. LimeSurvey offers five of them, and they differ by shape — what runs down the ...
Equation Question Type
Overview The Equation question type calculates a value from earlier answers and saves it in the response — a running score, a BMI, a random group number, or a tailored sentence. It supports any syntax that ExpressionScript understands. Three things ...
Styling Questions
Styling questions It is possible to edit the question layout/design by using CSS. Styling of questions in CSS has become much easier. Each question type has now a unique class. The mandatory questions have an additional mandatory class. For example, ...
Text Questions
Text questions LimeSurvey provides a number of possible variations of the standard text field. All of these can be defined further using the attributes of the question which allows for the restriction of the number of characters as well as the size ...