Free header 1
Demo Survey EN
Free header 2 (below Title)

Dear {{Civility}} {{FirstName}} {{Name}}

We kindly ask you to answer this questionnaire.

Note:{{tag}} is replaced by value in column named tag of the maillist

To start with, it is strongly recommended to focus on the first two pages (Inputs and Selections) that provide a variety of features sufficient for creating questionnaires comparable to other platforms. Subsequent pages offer more advanced features to explore later.

This questionnaire demo is designed as a reference showcasing all functionalities (question types, templates, dynamic input, etc.). Each example is easy to understand; you can copy and adapt the corresponding line in Excel into your own questionnaire (the question code includes the row number in the Demo Survey sheet of the xlSur_lab.xls workbook).

With over 300 examples, it might seem complex, but in reality, they are simple examples.
We recommend quickly exploring the different pages to get an overview of the possibilities, then revisiting each example in detail when you need it for your questionnaire.

Do not try to master all features before starting.
With a little practice, you will soon become a real expert.

Text, numeric, phone, URL…
1 - Q75 : [Tp = INP_TArea] Text area
This is the description zone
*
2 - Q76 : [Tp = INP_Text] Question text
3 - Q77 : [Tp = INP_Email] Question Mail
4 - Q78 : [Tp = INP_URL] URL
5 - Q79 : [Tp = INP_Password] Password
here a regex expession restricts to passwords between 8 and 32 chararcters with at least 2 Upper case lettes and 2 lower cases letters
the regex expression used (see control template) is :
^(?=(\w*[a-z]){2,})(?=(\w*[A-Z]){2,})\w{8,32}$
You can try you own regex at https://regex101.com/
6 - Q82 : [Tp = INP_Tel] Phone
Like INP_Text which also allows regex patterns but with the only advantage of displaying an optimized keyboard for phone zntry in mobile browsers
here Format is restricted to +000 00 000 000 by regex expression (see control template) :
^(\+[0-9]{2,3})?[\s]?[0-9]{2}[\s]?[0-9]{3}[\s]?[0-9]{3}$
7 - Q83 : [Tp = INP_Tel] International Phone
with intial country=auto and preferred countries
8 - Q84 : [Tp = INP_Tel] International Phone
with fixed intial country and Limited Countries
9 - Q87 : [Tp = INP_Number] Numeric Zone (here, number between 1 and 10)
10 - Q88 : [Tp = INP_Number] Numeric with 3 decimals
11 - Q89 : [Tp = INP_Range] Input Progress bar / range
 
12 - Q90 : [Tp = INP_Color] Input Color
Date input
13 - Q94 : [Tp = INP_Month] Month
14 - Q95 : [Tp = INP_Week] Week
15 - Q96 : [Tp = INP_DATE] Date
16 - Q97 : [Tp = INP_DateTime] Date time
correspond to HTML input type 'datetime-local'
17 - Q98 : [Tp = INP_Time] Hour
Similar to date Input except that defaultvalue is set to now (in respondant Time Zone).
However, in Analysis dashboard, you will get this date in three TimeZones (UTC, Respondant Time Zone, Your Excel User TimeZone)
18 - Q101 : [Tp = INP_Date_Now] Date Today
19 - Q102 : [Tp = INP_DateTime_Now] Date time Now
20 - Q103 : [Tp = INP_Time_Now] Hour Now
Similar to date Input except that defaultvalue is converted from Excel User timeZone to respondant TimeZone
However, in dashboard, you will get this date in three TimeZones (UTC, Respondant Time Zone, your Excel User TimeZone)
21 - Q106 : [Tp = INP_Date_Zoned] Date Zoned
22 - Q107 : [Tp = INP_DateTime_Zoned] Date time Zoned
23 - Q108 : [Tp = INP_Time_Zoned] Hour Zoned
Validation Error. Please check your responses.
Visit us Demo survey March 2021
Survey caching