Difference between revisions of "Questionnaire Programming"

Jump to: navigation, search
Line 1: Line 1:
The first rule of Questionnaire Programming is to not start programming your survey before you have questionniare already. If you do not have a questionnaire, go to [[Questionnaire_Design]]
The first rule of Questionnaire Programming is to not start programming your survey before you have questionnaire already. If you do not have a questionnaire, go to [[Questionnaire_Design]]




= Read First =
= Read First =


First you need a population frame to sample from.
The first rule of Questionnaire Programming is to not start programming your survey before you have questionnaire already. If you do not have a questionnaire, go to [[Questionnaire_Design]]


= Choiosing Software =
= Choosing Software =
To ensure a representative sample you can use stratification. An typical variable to stratify on is gender. When you stratify on gender you guarantee that your sample has the same ratio of women as the population frame you are sampling from.
There are several software on the market for digital data collection. At DIME we have built up


= Setting up your server =
= Setting up your server =
Line 13: Line 13:
All code work you produce should be reproducible. Any code that includes randomization needs version, seed and sort to be reproducible. See [[reproducible randomization in Stata]] for details.
All code work you produce should be reproducible. Any code that includes randomization needs version, seed and sort to be reproducible. See [[reproducible randomization in Stata]] for details.


= Create a questionniare =
= Create a questionnaire =




= How to start coding your =
= How to start coding your questionnaire =
 
In our experience a lot of the cases with lost data or other types of serious

Revision as of 16:40, 4 January 2017

The first rule of Questionnaire Programming is to not start programming your survey before you have questionnaire already. If you do not have a questionnaire, go to Questionnaire_Design


Read First

The first rule of Questionnaire Programming is to not start programming your survey before you have questionnaire already. If you do not have a questionnaire, go to Questionnaire_Design

Choosing Software

There are several software on the market for digital data collection. At DIME we have built up

Setting up your server

All code work you produce should be reproducible. Any code that includes randomization needs version, seed and sort to be reproducible. See reproducible randomization in Stata for details.

Create a questionnaire

How to start coding your questionnaire

In our experience a lot of the cases with lost data or other types of serious