-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathtest_questionnaire.xml
More file actions
executable file
·222 lines (220 loc) · 5.78 KB
/
test_questionnaire.xml
File metadata and controls
executable file
·222 lines (220 loc) · 5.78 KB
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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
<?xml version="1.0" encoding="UTF-8"?>
<questionnaire xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="quexml.xsd" id="1">
<title>DCARF Example Questionnaire</title>
<subtitle>Example</subtitle>
<investigator id="1">
<name>
<salutation>Dr</salutation>
<firstName>Betsy</firstName>
<lastName>Blunsdon</lastName>
</name>
<organisation>Deakin University</organisation>
<address>
<street>221 Burwood Highway</street>
<suburb>BURWOOD</suburb>
<postcode>3125</postcode>
<country>Australia</country>
</address>
<website>http://www.deakin.edu.au/dcarf/</website>
</investigator>
<dataCollector id="1">
<name>
<salutation>Associate Professor</salutation>
<firstName>Ken</firstName>
<lastName>Reed</lastName>
</name>
<organisation>Deakin University</organisation>
<address>
<street>221 Burwood Highway</street>
<suburb>BURWOOD</suburb>
<postcode>3125</postcode>
<country>Australia</country>
</address>
<phoneNumber>61 3 9244 6911</phoneNumber>
<website>http://www.deakin.edu.au/dcarf/</website>
</dataCollector>
<questionnaireInfo>
<position>before</position>
<text>Please complete all questions</text>
<administration>self</administration>
</questionnaireInfo>
<questionnaireInfo>
<position>after</position>
<text>Thank you for completing the questionnaire!</text>
<administration>self</administration>
</questionnaireInfo>
<section>
<sectionInfo>
<position>title</position>
<text>This is the first section</text>
<administration>self</administration>
</sectionInfo>
<question>
<text>What do you think about...</text>
<directive>
<position>during</position>
<text>Please cross the most appropriate box</text>
<administration>self</administration>
</directive>
<subQuestion varName="A1_A">
<text>The first part of a matrix question</text>
</subQuestion>
<subQuestion varName="A1_B">
<text>The second question in a matrix question</text>
</subQuestion>
<response varName="A1">
<fixed>
<category>
<label>They are not useful</label>
<value>1</value>
</category>
<category>
<label>They are useful</label>
<value>2</value>
</category>
<category>
<label>Don't Know</label>
<value>3</value>
</category>
</fixed>
</response>
</question>
</section>
<section>
<sectionInfo>
<position>title</position>
<text>this is section 2</text>
<administration>self</administration>
</sectionInfo>
<question>
<text>How much do you trust...</text>
<subQuestion varName="B1_A">
<text>People in your community</text>
</subQuestion>
<subQuestion varName="B1_B">
<text>State Government</text>
</subQuestion>
<subQuestion varName="B1_C">
<text>Local Government</text>
</subQuestion>
<response varName="B1">
<fixed>
<category>
<label>Not at all</label>
<value>1</value>
</category>
<category>
<label>A little</label>
<value>2</value>
</category>
<category>
<label>A great amount</label>
<value>3</value>
</category>
<category>
<label>Unsure</label>
<value>4</value>
</category>
</fixed>
</response>
</question>
<question>
<text>Please provide you details</text>
<response varName="B2_A">
<free>
<label>First Name</label>
<format>text</format>
<length>24</length>
</free>
</response>
<response varName="B2_B">
<free>
<label>Surname</label>
<format>text</format>
<length>24</length>
</free>
</response>
</question>
<question>
<text>Do you use the internet anywhere else?</text>
<response varName="B3">
<fixed>
<category>
<label>No</label>
<value>2</value>
<skipTo>C1</skipTo>
</category>
<category>
<label>Yes</label>
<value>1</value>
<contingentQuestion varName="B3O">
<text>Please specify other location</text>
<length>24</length>
</contingentQuestion>
</category>
</fixed>
</response>
</question>
<question>
<text>How much do you spend on internet access per month?</text>
<response varName="B4">
<free>
<format>currency</format>
<label>AUD $</label>
<length>4</length>
</free>
</response>
</question>
</section>
<section>
<sectionInfo>
<position>title</position>
<text>Demographics</text>
<administration>self</administration>
</sectionInfo>
<sectionInfo>
<position>before</position>
<text>Information about you</text>
<administration>interviewer</administration>
</sectionInfo>
<question>
<text>Do you speak a language other than English at home?</text>
<directive>
<position>during</position>
<text>If you speak multiple languages other than English at home, what is the main one?</text>
<administration>interviewer</administration>
</directive>
<response varName="C1">
<fixed>
<category>
<label>No</label>
<value>2</value>
</category>
<category>
<label>Yes</label>
<value>1</value>
<contingentQuestion varName="C1O">
<text>Please specify other language</text>
<length>24</length>
</contingentQuestion>
</category>
</fixed>
</response>
</question>
<question>
<text>What is your gender?</text>
<response varName="C2">
<fixed>
<category>
<label>Male</label>
<value>1</value>
</category>
<category>
<label>Female</label>
<value>2</value>
</category>
</fixed>
</response>
</question>
</section>
</questionnaire>