-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.xml
505 lines (503 loc) · 28.9 KB
/
config.xml
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
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
<?xml version="1.0" encoding="utf-8"?>
<control xmlns="http://www.askia.com/2.2.0/ADCSchema"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.askia.com/2.2.0/ADCSchema https://raw.githubusercontent.com/AskiaADX/ADXSchema/2.2.0/ADCSchema.xsd"
version="2.2.0"
askiaCompat="5.5.2">
<info>
<name>Target</name>
<guid>bd97fa6e-e96f-4a14-8ec8-45ec8184248d</guid>
<version>3.1.1</version>
<date>2022-10-18</date>
<description><![CDATA[v1.0.0 - still need to look into full height and fallback
v1.0.1 - Fixed mobile resize scroll problem
- Fixed centering of cards on drag
v2.0.0 - Theme implementation
v2.0.2 - Added alt attribute to img
- Created routing for web accessibility (enhanced)
v3.1.0 - Libraries updated.
- Share folder removed
v3.1.1 - DOF runtime errors are fixed]]></description>
<company>Askia</company>
<author><![CDATA[Paul Ferreira <paulf@askia.com>]]></author>
<site>http://www.askia.com</site>
<helpURL></helpURL>
<categories>
<category>General</category>
</categories>
<constraints>
<constraint on="questions" single="false" multiple="false" numeric="true" date="false" open="true" chapter="false" requireParentLoop="true" requireLoopDepth="1" />
<constraint on="controls" responseblock="true" label="false" listbox="false" radiobutton="false" textbox="true" checkbox="false" />
<constraint on="responses" max="*" min="*" />
</constraints>
</info>
<outputs defaultOutput="fallback">
<output id="fallback" manageLoopDepth="1">
<description><![CDATA[Fallback when the browser doesnt support Javascript]]></description>
<condition><![CDATA[Not(Browser.Support("javascript"))]]></condition>
<content fileName="default.css" type="css" mode="static" position="head" />
<content fileName="default.html" type="html" mode="dynamic" position="placeholder" />
</output>
<output id="standard" manageLoopDepth="1">
<description><![CDATA[Output when the browser support Javascript]]></description>
<condition><![CDATA[(Browser.Support("javascript") and Browser.Support("borderradius"))]]></condition>
<content fileName="standard.css" type="css" mode="dynamic" position="head" />
<content fileName="standard.html" type="html" mode="dynamic" position="placeholder" />
<content fileName="numeric.html" type="html" mode="dynamic" position="none" />
<content fileName="meta.html" type="html" mode="dynamic" position="head" />
<content fileName="jquery-3.6.0.min.js" type="javascript" mode="static" position="head" />
<content fileName="jquery-ui.min.js" type="javascript" mode="static" position="head" />
<content fileName="jquery.ui.touch-punch.min.js" type="javascript" mode="static" position="head" />
<content fileName="jquery.transit.min.js" type="javascript" mode="static" position="head" />
<content fileName="target.js" type="javascript" mode="static" position="head" />
<content fileName="standard.js" type="javascript" mode="dynamic" position="foot" />
<content fileName="es5-shim.min.js" type="javascript" mode="static" position="head">
<yield><![CDATA[
<!--[if lt IE 10]>
<script type="text/javascript" src="{%= CurrentADC.URLTo("static/es5-shim.min.js") %}"></script>
<![endif]-->
]]></yield>
</content>
<content fileName="target.css" type="css" mode="static" position="head" />
<content fileName="standard_numeric.js" type="javascript" mode="dynamic" position="none" />
</output>
</outputs>
<properties>
<category id="general" name="General">
<property xsi:type="standardProperty" id="stackResponses" name="Stack Responses" type="string" mode="dynamic" require="true" visible="true">
<description><![CDATA[Whether the resonses are in a single stack]]></description>
<value><![CDATA[0]]></value>
<options>
<option value="1" text="Yes" />
<option value="0" text="No" />
</options>
</property>
<property xsi:type="standardProperty" id="autoStackWidth" name="Automatic Stacking Width" type="number" mode="static" require="true" visible="true">
<description><![CDATA[When set will turn on Stack Responses when the screen is below a certain width]]></description>
<value><![CDATA[400px]]></value>
</property>
<property xsi:type="standardProperty" id="selectNextResponse" name="Automatically Select Next Response" type="string" mode="dynamic" require="true" visible="true">
<description><![CDATA[Whether to automatically select the next response]]></description>
<value><![CDATA[0]]></value>
<options>
<option value="1" text="Yes" />
<option value="0" text="No" />
</options>
</property>
<property xsi:type="standardProperty" id="fontSize" name="Font Size" type="string" mode="dynamic" require="true" visible="false">
<description><![CDATA[The font size for the control]]></description>
<value><![CDATA[{%= Theme.NormalFS %}]]></value>
</property>
<property xsi:type="standardProperty" id="controlWidth" name="Control Width" type="string" mode="static">
<description><![CDATA[
The width of the control
]]></description>
<value><![CDATA[100%]]></value>
</property>
<property xsi:type="standardProperty" id="maxWidth" name="Max Width" type="number" mode="static">
<description><![CDATA[
The maximum width of the control
]]></description>
<value><![CDATA[100%]]></value>
</property>
<property xsi:type="standardProperty" id="controlAlign" name="Control Alignment" type="string" mode="static" require="false" visible="true">
<description><![CDATA[The alignment of the control]]></description>
<value><![CDATA[center]]></value>
<options>
<option value="left" text="Left" />
<option value="center" text="Center" />
<option value="right" text="Right" />
</options>
</property>
<property xsi:type="standardProperty" id="animationSpeed" name="Animation Speed" type="string" mode="static">
<description><![CDATA[
Speed of the animation
]]></description>
<value><![CDATA[fast]]></value>
<options>
<option value="very fast" text="Very Fast" />
<option value="fast" text="Fast" />
<option value="medium" text="Medium" />
<option value="slow" text="Slow" />
</options>
</property>
</category>
<category id="alignment" name="Alignment">
<property xsi:type="standardProperty" id="responseTextAlign" name="Response Text Alignment" type="string" mode="static">
<description><![CDATA[
The alignment of the text in the responses
]]></description>
<value><![CDATA[center]]></value>
<options>
<option value="left" text="Left" />
<option value="center" text="Center" />
<option value="right" text="Right" />
</options>
</property>
<property xsi:type="standardProperty" id="responseImageAlignment" name="Response Image Alignment" type="string" mode="static">
<description><![CDATA[
Set position for response content
]]></description>
<value><![CDATA[center]]></value>
<options>
<option value="left" text="Left" />
<option value="none" text="Center" />
<option value="right" text="Right" />
</options>
</property>
<property xsi:type="standardProperty" id="responseAlign" name="Response Alignment" type="string" mode="static">
<description><![CDATA[
Set alignment of responses
]]></description>
<value><![CDATA[center]]></value>
<options>
<option value="left" text="Left" />
<option value="center" text="Center" />
<option value="right" text="Right" />
</options>
</property>
</category>
<category id="responseLayout" name="Response Layout">
<property xsi:type="standardProperty" id="responseTextPosition" name="Response Text Position" type="string" mode="static">
<description><![CDATA[
Set position for text in responses in relation to images
]]></description>
<value><![CDATA[bottom]]></value>
<options>
<option value="top" text="Top" />
<option value="left" text="Left" />
<option value="bottom" text="Bottom" />
<option value="right" text="Right" />
</options>
</property>
</category>
<category id="responses" name="Responses Styling">
<property xsi:type="standardProperty" id="responseWidth" name="Response Width" type="string" mode="static" require="false" visible="true">
<description><![CDATA[When set this will force the width of the reponses]]></description>
<value><![CDATA[135px]]></value>
</property>
<property xsi:type="standardProperty" id="responseHeight" name="Response Height" type="string" mode="static">
<description><![CDATA[
When set this will force the height of the reponses
]]></description>
<value><![CDATA[auto]]></value>
</property>
<property xsi:type="standardProperty" id="responseMargin" name="Response Margin" type="string" mode="static" require="false" visible="false">
<description><![CDATA[When set this will set the margin around the responses]]></description>
<value><![CDATA[0.5em]]></value>
</property>
<property xsi:type="standardProperty" id="responsePadding" name="Response Padding" type="string" mode="static" require="false" visible="false">
<description><![CDATA[When set this will set the padding for the responses]]></description>
<value><![CDATA[0.5em]]></value>
</property>
<property xsi:type="standardProperty" id="responseTextPadding" name="Response Text Padding" type="string" mode="static" require="false" visible="false">
<description><![CDATA[When set this will set the padding for the response text]]></description>
<value><![CDATA[0.5em]]></value>
</property>
<property xsi:type="standardProperty" id="responseImagePadding" name="Response Image Padding" type="string" mode="static" require="false" visible="false">
<description><![CDATA[When set this will set the padding for the response images]]></description>
<value><![CDATA[0.5em]]></value>
</property>
<property xsi:type="standardProperty" id="responseTextLineHeight" name="Response Text Line Height" type="string" mode="dynamic" require="true" visible="false">
<description><![CDATA[When set this will force the height of the reponses]]></description>
<value><![CDATA[{%= Theme.LineHeight %}]]></value>
</property>
<property xsi:type="standardProperty" id="displayResponseText" name="Display Response Text" type="string" mode="static" require="false" visible="true">
<description><![CDATA[Display response text]]></description>
<value><![CDATA[block]]></value>
<options>
<option value="block" text="Yes" />
<option value="none" text="No" />
</options>
</property>
<property xsi:type="standardProperty" id="responseColourPrimary" name="Response Background Colour" type="color" mode="dynamic" require="true" visible="false">
<description><![CDATA[Background colour of the item]]></description>
<value><![CDATA[{%= Theme.NeutralLightColor %}]]></value>
</property>
<property xsi:type="standardProperty" id="fontColour" name="Response Font Colour" type="color" mode="dynamic" require="true" visible="false">
<description><![CDATA[Font colour]]></description>
<value><![CDATA[{%= Theme.BlackColor %}]]></value>
</property>
<property xsi:type="standardProperty" id="borderColour" name="Response Border Colour" type="color" mode="dynamic" require="true" visible="false">
<description><![CDATA[Border colour]]></description>
<value><![CDATA[{%= Theme.NeutralDarkColor %}]]></value>
</property>
<property xsi:type="standardProperty" id="borderRadius" name="Border Radius" type="string" mode="dynamic" require="true" visible="false">
<description><![CDATA[The amount of curve on the response corners]]></description>
<value><![CDATA[{%= Theme.BorderRadius %}]]></value>
</property>
<property xsi:type="standardProperty" id="borderThickness" name="Response Border Thickness" type="string" mode="dynamic" require="true" visible="false">
<description><![CDATA[The thickness of the border around the responses]]></description>
<value><![CDATA[{%= Theme.BorderWidth %}]]></value>
</property>
<property xsi:type="standardProperty" id="borderStyle" name="Response Border Style" type="string" mode="static" require="false" visible="false">
<description><![CDATA[The style of the border around the responses]]></description>
<value><![CDATA[solid]]></value>
<options>
<option value="none" text="None" />
<option value="solid" text="Solid" />
<option value="dashed" text="Dashed" />
<option value="dotted" text="Dotted" />
<option value="double" text="Double" />
</options>
</property>
<property xsi:type="standardProperty" id="responseShadow" name="Response Drop Shadow" type="string" mode="static" require="false" visible="false">
<description><![CDATA[The visibility of a dropshadow under the responses]]></description>
<value><![CDATA[none]]></value>
<options>
<option value="0px 2px 4px rgba(0,0,0,.2)" text="On" />
<option value="none" text="Off" />
</options>
</property>
<property xsi:type="standardProperty" id="showResponseHoverColour" name="Show Response Hover Colour" type="string" mode="dynamic" require="true" visible="false">
<description><![CDATA[This will change the colour of responses when hovered over]]></description>
<value><![CDATA[1]]></value>
<options>
<option value="1" text="Yes" />
<option value="0" text="No" />
</options>
</property>
<property xsi:type="standardProperty" id="responseHoverColourPrimary" name="Response Hover Background Colour" type="color" mode="dynamic" require="true" visible="false">
<description><![CDATA[Background colour of the response when hovering]]></description>
<value><![CDATA[{%= Theme.WhiteColor %}]]></value>
</property>
<property xsi:type="standardProperty" id="showResponseHoverFontColour" name="Show Response Hover Font Colour" type="string" mode="dynamic" require="true" visible="false">
<description><![CDATA[This will change the colour of the text of responses when hovered over]]></description>
<value><![CDATA[1]]></value>
<options>
<option value="1" text="Yes" />
<option value="0" text="No" />
</options>
</property>
<property xsi:type="standardProperty" id="responseHoverFontColour" name="Response Hover Font Colour" type="color" mode="dynamic" require="true" visible="false">
<description><![CDATA[Font colour for responses when hovering]]></description>
<value><![CDATA[{%= Theme.BlackColor %}]]></value>
</property>
<property xsi:type="standardProperty" id="showResponseHoverBorder" name="Show Response Hover Border" type="string" mode="dynamic" require="true" visible="false">
<description><![CDATA[This will change the colour of the border of responses when hovered over]]></description>
<value><![CDATA[1]]></value>
<options>
<option value="1" text="Yes" />
<option value="0" text="No" />
</options>
</property>
<property xsi:type="standardProperty" id="responseHoverBorderColour" name="Response Hover Border Colour" type="color" mode="dynamic" require="true" visible="false">
<description><![CDATA[Border colour for responses when hovering]]></description>
<value><![CDATA[{%= Theme.NeutralDarkColor %}]]></value>
</property>
<property xsi:type="standardProperty" id="responseHoverBorderThickness" name="Response Hover Border Thickness" type="string" mode="dynamic" require="true" visible="false">
<description><![CDATA[The thickness of the border around the responses when hovering]]></description>
<value><![CDATA[{%= Theme.BorderWidth %}]]></value>
</property>
<property xsi:type="standardProperty" id="responseHoverBorderStyle" name="Response Hover Border Style" type="string" mode="static" require="false" visible="false">
<description><![CDATA[The style of the border around the responses when hovering]]></description>
<value><![CDATA[solid]]></value>
<options>
<option value="none" text="None" />
<option value="solid" text="Solid" />
<option value="dashed" text="Dashed" />
<option value="dotted" text="Dotted" />
<option value="double" text="Double" />
</options>
</property>
<property xsi:type="standardProperty" id="responseHoverShadow" name="Response Hover Drop Shadow" type="string" mode="static" require="false" visible="false">
<description><![CDATA[The visibility of a dropshadow under the responses when hovering]]></description>
<value><![CDATA[0px 2px 4px rgba(0,0,0,.2)]]></value>
<options>
<option value="0px 2px 4px rgba(0,0,0,.2)" text="On" />
<option value="none" text="Off" />
</options>
</property>
<property xsi:type="standardProperty" id="responseSelectedColourPrimary" name="Selected Response Background Colour" type="color" mode="dynamic" require="true" visible="false">
<description><![CDATA[Background colour of the selected item]]></description>
<value><![CDATA[{%= Theme.NeutralColor %}]]></value>
</property>
<property xsi:type="standardProperty" id="responseSelectedFontColour" name="Selected Response Font Colour" type="color" mode="dynamic" require="true" visible="false">
<description><![CDATA[Font colour for selected responses]]></description>
<value><![CDATA[{%= Theme.BlackColor %}]]></value>
</property>
<property xsi:type="standardProperty" id="responseSelectedBorderColour" name="Selected Response Border Colour" type="color" mode="dynamic" require="true" visible="false">
<description><![CDATA[Border colour for selected responses]]></description>
<value><![CDATA[{%= Theme.NeutralDarkColor %}]]></value>
</property>
<property xsi:type="standardProperty" id="responseSelectedBorderThickness" name="Selected Response Border Thickness" type="string" mode="dynamic" require="true" visible="false">
<description><![CDATA[The thickness of the border around the selected responses]]></description>
<value><![CDATA[{%= Theme.BorderWidth %}]]></value>
</property>
<property xsi:type="standardProperty" id="responseSelectedBorderStyle" name="Selected Response Border Style" type="string" mode="static" require="false" visible="false">
<description><![CDATA[The style of the border around the selected responses]]></description>
<value><![CDATA[solid]]></value>
<options>
<option value="none" text="None" />
<option value="solid" text="Solid" />
<option value="dashed" text="Dashed" />
<option value="dotted" text="Dotted" />
<option value="double" text="Double" />
</options>
</property>
<property xsi:type="standardProperty" id="responseSelectedShadow" name="Selected Response Drop Shadow" type="string" mode="static" require="false" visible="false">
<description><![CDATA[The visibility of a dropshadow under the selected responses]]></description>
<value><![CDATA[none]]></value>
<options>
<option value="0px 2px 4px rgba(0,0,0,.2)" text="On" />
<option value="none" text="Off" />
</options>
</property>
</category>
<category id="images" name="Images">
<property xsi:type="standardProperty" id="autoImageSize" name="Force image to fit" type="string" mode="dynamic" require="true" visible="true">
<description><![CDATA[If response height or width is forced then image will be resized to fit within container. If on this will override image resizeing rules]]></description>
<value><![CDATA[0]]></value>
<options>
<option value="1" text="Yes" />
<option value="0" text="No" />
</options>
</property>
<property xsi:type="standardProperty" id="maxImageWidth" name="Max Image Width" type="number" mode="static">
<description><![CDATA[
Set max image width
]]></description>
<value><![CDATA[100px]]></value>
</property>
<property xsi:type="standardProperty" id="maxImageHeight" name="Max Image Height" type="number" mode="static">
<description><![CDATA[
Set max image height
]]></description>
<value><![CDATA[100px]]></value>
</property>
<property xsi:type="standardProperty" id="forceImageSize" name="Force image size" type="string" mode="static">
<description><![CDATA[
Force height or width for all images
]]></description>
<value><![CDATA[width]]></value>
<options>
<option value="no" text="No" />
<option value="width" text="Force width" />
<option value="height" text="Force height" />
<option value="both" text="Force both" />
</options>
</property>
</category>
<category id="target" name="Target area">
<property xsi:type="standardProperty" id="maxValueAtCenter" name="Max value at center" type="string" mode="dynamic" require="true" visible="true">
<description><![CDATA[Determines if max value is center circle or outer circle.]]></description>
<value><![CDATA[1]]></value>
<options>
<option value="1" text="Yes" />
<option value="0" text="No" />
</options>
</property>
<property xsi:type="standardProperty" id="showCircleValues" name="Show Circle Values" type="string" mode="dynamic" require="true" visible="true">
<description><![CDATA[Determines if circle values are shown.]]></description>
<value><![CDATA[1]]></value>
<options>
<option value="1" text="Yes" />
<option value="0" text="No" />
</options>
</property>
<property xsi:type="standardProperty" id="useAltCircle" name="Use alt circle colour" type="string" mode="dynamic" require="true" visible="true">
<description><![CDATA[If response height or width is forced then image will be resized to fit within container. If on this will override image resizeing rules]]></description>
<value><![CDATA[1]]></value>
<options>
<option value="1" text="Yes" />
<option value="0" text="No" />
</options>
</property>
<property xsi:type="standardProperty" id="circleColour" name="Circle background colour" type="color" mode="dynamic" require="true" visible="false">
<description><![CDATA[Primary colour of the selected item]]></description>
<value><![CDATA[{%= Theme.SecondaryColor %}]]></value>
</property>
<property xsi:type="standardProperty" id="circleBorderColour" name="Circle Border Colour" type="color" mode="dynamic" require="true" visible="false">
<description><![CDATA[Border colour for selected responses]]></description>
<value><![CDATA[{%= Theme.SecondaryDarkColor %}]]></value>
</property>
<property xsi:type="standardProperty" id="altCircleColour" name="Alt circle background colour" type="color" mode="dynamic" require="true" visible="false">
<description><![CDATA[Secondary colour of the selected item]]></description>
<value><![CDATA[{%= Theme.WhiteColor %}]]></value>
</property>
<property xsi:type="standardProperty" id="altCircleBorderColour" name="Alt Circle Border Colour" type="color" mode="dynamic" require="true" visible="false">
<description><![CDATA[Border colour for selected responses]]></description>
<value><![CDATA[{%= Theme.WhiteColor %}]]></value>
</property>
<property xsi:type="standardProperty" id="circleHoverColour" name="Target Hover Colour" type="color" mode="dynamic" require="true" visible="false">
<description><![CDATA[Border colour for selected responses]]></description>
<value><![CDATA[{%= Theme.NeutralColor %}]]></value>
</property>
<property xsi:type="standardProperty" id="circleBorderWidth" name="Circle border thickness" type="string" mode="dynamic" require="true" visible="false">
<description><![CDATA[Circle border thickness]]></description>
<value><![CDATA[{%= Theme.BorderWidth %}]]></value>
</property>
<property xsi:type="standardProperty" id="innerCircleWidth" name="Inner Circle Width" type="number" mode="static" require="false" visible="true">
<description><![CDATA[The width of the center circle CHECK OR SET]]></description>
<value><![CDATA[100]]></value>
</property>
<property xsi:type="standardProperty" id="innerCircleColour" name="Inner Circle Colour" type="color" mode="dynamic" require="true" visible="false">
<description><![CDATA[Border colour for selected responses]]></description>
<value><![CDATA[{%= Theme.SecondaryColor %}]]></value>
</property>
<property xsi:type="standardProperty" id="innerCircleText" name="Inner Circle Text" type="string" mode="static" require="false" visible="true">
<description><![CDATA[Inner Circle Text]]></description>
<value></value>
</property>
<property xsi:type="standardProperty" id="innerCircleTextColour" name="Inner Circle Text Colour" type="color" mode="dynamic" require="true" visible="false">
<description><![CDATA[Inner circle text colour]]></description>
<value><![CDATA[{%= Theme.BlackColor %}]]></value>
</property>
<property xsi:type="standardProperty" id="innerCircleImage" name="Inner Circle Image" type="string" mode="static" require="false" visible="true">
<description><![CDATA[This sets the width of the target area]]></description>
<value></value>
</property>
<property xsi:type="standardProperty" id="innerCircleImageWidth" name="Inner Circle Image Width" type="string" mode="static" require="false" visible="true">
<description><![CDATA[This sets the width of the target area]]></description>
<value></value>
</property>
<property xsi:type="standardProperty" id="innerCircleImageHeight" name="Inner Circle Image Height" type="string" mode="static" require="false" visible="true">
<description><![CDATA[This sets the width of the target area]]></description>
<value></value>
</property>
</category>
<category id="layout" name="Layout">
<property xsi:type="standardProperty" id="targetHorizontalPosition" name="Target horizontal position" type="string" mode="static" require="false" visible="true">
<description><![CDATA[The amount of curve on the response corners]]></description>
<value><![CDATA[right]]></value>
<options>
<option value="left" text="left" />
<option value="right" text="right" />
</options>
</property>
<property xsi:type="standardProperty" id="targetVerticalPosition" name="Target vertical position" type="string" mode="static">
<description><![CDATA[
The amount of curve on the response corners
]]></description>
<value><![CDATA[bottom]]></value>
<options>
<option value="top" text="top" />
<option value="bottom" text="bottom" />
</options>
</property>
</category>
<category id="fallback" name="Fallback">
<property xsi:type="standardProperty" id="useList" name="Use a selection list" type="string" mode="dynamic" require="true" visible="false">
<description><![CDATA[Use a select list to enumerate all available responses.
This option works with closed and numeric questions.
For numeric question, the range between bounds should be inferior than 20. It take in account the step option.]]></description>
<value><![CDATA[0]]></value>
<options>
<option value="1" text="Yes" />
<option value="0" text="No" />
</options>
</property>
<property xsi:type="standardProperty" id="imageAlign" name="Image Alignment" type="string" mode="static">
<description><![CDATA[
The alignment of the text in the responses
]]></description>
<value><![CDATA[right]]></value>
<options>
<option value="left" text="Left" />
<option value="center" text="Center" />
<option value="right" text="Right" />
</options>
</property>
</category>
</properties>
</control>