NIPO ODIN Version 5.17
Exports of *FORM Questions with Codes
Exports of *FORM questions using codes for fields appropriately numbers variables according to the code numbers. The label is created from all successive text for that code. Note that in a *SCALE or *GRID question the appropriate column headers are exported if tabs have been used correctly to separate these.
Example script 1
*QUESTION 1 *FORM What is your address?
1: Street *ALPHA 61L35 2: House number *NUMBER 96L5 3: Postal code *ALPHA 101L10 4: City *ALPHA 111L30
Result export to NIPO Diana script 1
*V1_1 *TEK 61L35: What is your address? Street *V1_2 *SNG 96L5: What is your address? House number *V1_3 *TEK 101L10: What is your address? Postal code *V1_4 *TEK 111L30: What is your address? City
Example script 2
*QUESTION 2 *FORM What did you think of the service at the following gas stations?
Esso Mobil Oil Shell Texaco 1:Very good *GRID 141L5 6.1 4.10 Good Average Poor Very poor No opinion
In the script above, tabs are used to space column headers. Note that there is also a tab between the label and the *GRID on the first line, and that both the column header and the first line are ended with a space and tab.
Result export to NIPO Diana script 2
*V2_1 141L1: What did you think of the service at the following gas stations? Esso 1:Very good 2:Good 3:Average 4:Poor 5:Very poor 6:No opinion *V2_2 142L1: What did you think of the service at the following gas stations? Mobil Oil 1:Very good 2:Good 3:Average 4:Poor 5:Very poor 6:No opinion *V2_3 143L1: What did you think of the service at the following gas stations? Shell 1:Very good 2:Good 3:Average 4:Poor 5:Very poor 6:No opinion *V2_4 144L1: What did you think of the service at the following gas stations? Texaco 1:Very good 2:Good 3:Average 4:Poor 5:Very poor 6:No opinion
|