Create a surveyπ
At survey creation setting security parameters is mandatory. Optionnally, the survey editor can modify the survey styling as desired, design paradata collection and embed WPSS data.
Mandatory: Define security parametersπ
Go to : Project β‘ Survey Options β‘ Security
and select Survey Access β‘ By invitation only
as shown below:
Select aloso Anonymise responses
:
Mandatory: Manage incomplete responsesπ
To control precisely how incomplete responses should be managed, a coherent options set must be chosen. Yo may chose to record or get rid of incomplete responses.
The schema belows shows recommended options (available but not recommended options are greyed).
You may also grant an additional grace period from one hour to one year to allow respondents to finish a questionnaire. The grace period can start either the first time the respondent opens the survey, or the last time the respondent answered a question. The relevant options in Qualtrics are shown below :
This can produce such a scenario:
- A set of individual links is created, with a one month validity.
- Individual links are distributed to respondents using messages on March the 1st.
- On Qualtrics, the deadline for incomplete responses is set to one month, starting at "survey start time".
As a result:
- A respondent who opened the survey on the distribution day (March the first) is able to complete the survey until the end of March.
- A respondent who opened his survey on March 30 gains a one month grace period (until April 30).
- On May the first, all incomplete responses are recorded, with a
partially finished status
, no respondent can carry nor complete the questionnaire. The survey stats are final.
Mandatory: Embed dataπ
A controlled sub-set of personal data hosted on WPSS are shared with the survey platform for the purpose of survey routing, filtering, and survey dataset production. The variables are available for survey editors to use. The list of variable is as follows:
panel
country
ess_id
id
(concatenation ofcountry
andess_id
)sex
title
To include embedded data in the dataset export file, you have to declare embedded data in the Data Flow
as shown below:
You do not have to declare embedded data in the data flow in order to use it as survey branching conditions. This operation is needed to include this data in the survey dataset.
Design paradata collectionπ
To collect timestamps paradata, go to Project β‘ Survey Flow
and declare an embedded data Field
below each survey block as:
${date://CurrentDate/c}
Customize survey styleπ
Select Look and feel
: Custom theme: Edit
In the Custom CSS box, you can add a piece of CSS code.
Highlighted in grey below is the custom CSS that is already included in a custom theme, created by the survey platform administrator.
If you observe that a modification doesnβt show, you can add the rule !important
to the property to override it from the source theme.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 |
|