-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathconfig.xml
More file actions
704 lines (704 loc) · 41.5 KB
/
Copy pathconfig.xml
File metadata and controls
704 lines (704 loc) · 41.5 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
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
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
<?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>StatementList</name>
<guid>995b8259-2cec-4368-b733-d7ea6eec68a9</guid>
<version>3.2.1</version>
<date>2025-04-17</date>
<description><![CDATA[Statement list]]></description>
<company>Askia</company>
<author><![CDATA[Paul Ferreira <paulf@askia.com>]]></author>
<site>http://www.askia.com</site>
<helpURL>https://dev.askia.com</helpURL>
<categories>
<category>General</category>
</categories>
<constraints>
<constraint on="questions" single="true" multiple="true" requireParentLoop="true" chapter="false" date="false" numeric="false" open="false" requireLoopDepth="1" />
<constraint on="controls" responseblock="true" label="false" listbox="false" radiobutton="true" textbox="false" checkbox="true" />
<constraint on="responses" max="*" min="*" />
</constraints>
</info>
<outputs defaultOutput="fallback">
<output id="standard" manageLoopDepth="1">
<description><![CDATA[Output when the browser support Javascript]]></description>
<condition><![CDATA[Browser.Support("javascript")]]></condition>
<content fileName="statementList.css" type="css" mode="static" position="head" />
<content fileName="standard.css" type="css" mode="dynamic" position="head" />
<content fileName="standard.html" type="html" mode="dynamic" position="placeholder" />
<content fileName="standard_single.html" type="html" mode="dynamic" position="none" />
<content fileName="standard_multiple.html" type="html" mode="dynamic" position="none" />
<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="domready.js" type="javascript" mode="static" position="head" />
<content fileName="rainbowvis.js" type="javascript" mode="static" position="head" />
<content fileName="statementList.js" type="javascript" mode="static" position="head" />
<content fileName="standard.js" type="javascript" mode="dynamic" position="foot" />
<content fileName="standard_single.js" type="javascript" mode="dynamic" position="none" />
<content fileName="standard_multiple.js" type="javascript" mode="dynamic" position="none" />
<content fileName="standard_loop.js" type="javascript" mode="dynamic" position="none" />
<content fileName="next.png" type="image" mode="static" position="none" />
<content fileName="prev.png" type="image" mode="static" position="none" />
</output>
<output id="fallback" manageLoopDepth="1">
<description><![CDATA[Fallback when the browser doesnacute;t support Javascript]]></description>
<condition><![CDATA[Not(Browser.Support("javascript"))]]></condition>
<content fileName="default.css" type="css" mode="static" position="head" />
<content fileName="fallback_single_horizontal.html" type="html" mode="dynamic" position="none" />
<content fileName="fallback_single_vertical.html" type="html" mode="dynamic" position="none" />
<content fileName="fallback_multiple_horizontal.html" type="html" mode="dynamic" position="none" />
<content fileName="fallback_multiple_vertical.html" type="html" mode="dynamic" position="none" />
<content fileName="default.html" type="html" mode="dynamic" position="placeholder" />
</output>
</outputs>
<properties>
<category id="general" name="General">
<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="string" 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="autoForward" name="Auto Forward" type="string" mode="dynamic" require="true" visible="true">
<description><![CDATA[When true will automatically click the next button at the end of the question.]]></description>
<value><![CDATA[0]]></value>
<options>
<option value="1" text="Yes" />
<option value="0" text="No" />
</options>
</property>
<property xsi:type="standardProperty" id="scrollToTop" name="Scroll To Top" type="string" mode="dynamic" require="true" visible="true">
<description><![CDATA[When true will scroll the screen to the top once a response is selected]]></description>
<value><![CDATA[0]]></value>
<options>
<option value="1" text="Yes" />
<option value="0" text="No" />
</options>
</property>
<property xsi:type="standardProperty" id="hideNextBtn" name="Hide Next Button" type="string" mode="static" require="false" visible="true">
<description><![CDATA[Hide the next button]]></description>
<value><![CDATA[No]]></value>
<options>
<option value="No" text="No" />
<option value="Always" text="Always" />
<option value="Until All items displayed" text="Until All items displayed" />
<option value="Until All items answered" text="Until All items answered" />
</options>
</property>
<property xsi:type="standardProperty" id="disableReturn" name="Disable Return to Submit" type="string" mode="dynamic" require="true" visible="true">
<description><![CDATA[When turned on this will disable the submission of the page when pressing return.]]></description>
<value><![CDATA[0]]></value>
<options>
<option value="1" text="Yes" />
<option value="0" text="No" />
</options>
</property>
</category>
<category id="buttons" name="Buttons">
<property xsi:type="standardProperty" id="topButtons" name="Top Buttons" type="string" mode="static" require="false" visible="true">
<description><![CDATA[Show or hide the back and next buttons at the top of the control]]></description>
<value><![CDATA[show both]]></value>
<options>
<option value="hide both" text="Hide both" />
<option value="show next" text="Show Next" />
<option value="show back" text="Show Back" />
<option value="show both" text="Show Both" />
</options>
</property>
<property xsi:type="standardProperty" id="bottomButtons" name="Bottom Buttons" type="string" mode="static" require="false" visible="true">
<description><![CDATA[Show or hide the back and next buttons at the bottom of the control]]></description>
<value><![CDATA[hide both]]></value>
<options>
<option value="hide both" text="Hide both" />
<option value="show next" text="Show Next" />
<option value="show back" text="Show Back" />
<option value="show both" text="Show Both" />
</options>
</property>
<property xsi:type="standardProperty" id="buttonBorderColour" name="Button Border Colour" type="color" mode="dynamic" require="true" visible="false">
<description><![CDATA[Border colour of buttons]]></description>
<value><![CDATA[{%= Theme.PrimaryDarkColor %}]]></value>
</property>
<property xsi:type="standardProperty" id="buttonBorderRadius" name="Button Border Radius" type="string" mode="dynamic" require="true" visible="false">
<description><![CDATA[The amount of curve on the buttons]]></description>
<value><![CDATA[{%= Theme.BorderRadius %}]]></value>
</property>
<property xsi:type="standardProperty" id="buttonBorderWidth" name="Button Border Thickness" type="string" mode="dynamic" require="true" visible="false">
<description><![CDATA[The thickness of the border around the buttons]]></description>
<value><![CDATA[{%= Theme.BorderWidth %}]]></value>
</property>
<property xsi:type="standardProperty" id="buttonPrimaryColour" name="Button Background Colour" type="color" mode="dynamic" require="true" visible="false">
<description><![CDATA[Background colour of the buttons]]></description>
<value><![CDATA[{%= Theme.PrimaryColor %}]]></value>
</property>
<property xsi:type="standardProperty" id="buttonDropShadow" name="Button Drop Shadow" type="string" mode="static" require="false" visible="false">
<description><![CDATA[The visibility of a dropshadow under the buttons]]></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="buttonArrowColour" name="Button Arrow Colour" type="string" mode="static" require="true" visible="false">
<description><![CDATA[Set colour of arrow on buttons]]></description>
<value><![CDATA[left]]></value>
<options>
<option value="left" text="White" />
<option value="center" text="Grey" />
<option value="right" text="Black" />
</options>
</property>
</category>
<category id="alignment" name="Alignment">
<property xsi:type="standardProperty" id="statementTextAlign" name="Statement Text Alignment" type="string" mode="static">
<description><![CDATA[
Set alignment for text in the statement
]]></description>
<value><![CDATA[left]]></value>
<options>
<option value="left" text="Left" />
<option value="center" text="Center" />
<option value="right" text="Right" />
</options>
</property>
<property xsi:type="standardProperty" id="statementImagePosition" name="Statement Image Position" type="string" mode="static">
<description><![CDATA[
Set position for images in statement in relation to text
]]></description>
<value><![CDATA[right]]></value>
<options>
<option value="none" text="Center" />
<option value="left" text="Left" />
<option value="right" text="Right" />
</options>
</property>
<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[left]]></value>
<options>
<option value="left" text="Left" />
<option value="center" 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[left]]></value>
<options>
<option value="left" text="Left" />
<option value="center" text="Center" />
<option value="right" text="Right" />
</options>
</property>
<property xsi:type="standardProperty" id="responseContentPosition" name="Response Content Position" type="string" mode="static">
<description><![CDATA[
Set position for response content
]]></description>
<value><![CDATA[left]]></value>
<options>
<option value="left" text="Left" />
<option value="center" text="Center" />
<option value="right" text="Right" />
</options>
</property>
<property xsi:type="standardProperty" id="responseImagePosition" name="Response Image Position" type="string" mode="static">
<description><![CDATA[
Set position for images in responses in relation to text
]]></description>
<value><![CDATA[right]]></value>
<options>
<option value="none" text="Default" />
<option value="left" text="Left" />
<option value="right" text="Right" />
</options>
</property>
</category>
<category id="horizontalLayout" name="Horizontal Layout">
<property xsi:type="standardProperty" id="useHLayout" name="Use Horizontal Layout" type="string" mode="dynamic" require="true" visible="true">
<description><![CDATA[Use horizontal layout]]></description>
<value><![CDATA[0]]></value>
<options>
<option value="1" text="Yes" />
<option value="0" text="No" />
</options>
</property>
<property xsi:type="standardProperty" id="responseWidth" name="Response Width" type="string" mode="static">
<description><![CDATA[
The width of the responses
]]></description>
<value><![CDATA[100px]]></value>
</property>
<property xsi:type="standardProperty" id="responseMargin" name="Response Margin" type="string" mode="static">
<description><![CDATA[
The margin of the responses
]]></description>
<value><![CDATA[5px 10px 15px 0px]]></value>
</property>
</category>
<category id="counter" name="Counter">
<property xsi:type="standardProperty" id="showCounter" name="Show Counter" type="string" mode="dynamic" require="true" visible="true">
<description><![CDATA[Show counter at the top of the control]]></description>
<value><![CDATA[1]]></value>
<options>
<option value="1" text="Yes" />
<option value="0" text="No" />
</options>
</property>
<property xsi:type="standardProperty" id="chineseCounter" name="Show Counter as chinese number" type="string" mode="dynamic" require="true" visible="true">
<description><![CDATA[Show counter as chinese number]]></description>
<value><![CDATA[0]]></value>
<options>
<option value="1" text="Yes" />
<option value="0" text="No" />
</options>
</property>
<property xsi:type="standardProperty" id="countDirection" name="Count Direction" type="string" mode="static" require="false" visible="true">
<description><![CDATA[Set count direction for counter]]></description>
<value><![CDATA[count down]]></value>
<options>
<option value="count down" text="Count Down" />
<option value="count up" text="Count Up" />
</options>
</property>
<property xsi:type="standardProperty" id="counterBorderColour" name="Counter Border Colour" type="color" mode="dynamic" require="true" visible="false">
<description><![CDATA[Border colour of counter]]></description>
<value><![CDATA[{%= Theme.NeutralDarkColor %}]]></value>
</property>
<property xsi:type="standardProperty" id="counterBorderRadius" name="Counter Border Radius" type="string" mode="dynamic" require="true" visible="false">
<description><![CDATA[The amount of curve on the counter]]></description>
<value><![CDATA[{%= Theme.BorderRadius %}]]></value>
</property>
<property xsi:type="standardProperty" id="counterBorderWidth" name="Counter Border Thickness" type="string" mode="dynamic" require="true" visible="false">
<description><![CDATA[The thickness of the border around the counter]]></description>
<value><![CDATA[{%= Theme.BorderWidth %}]]></value>
</property>
<property xsi:type="standardProperty" id="counterPrimaryColour" name="Counter Background Colour" type="color" mode="dynamic" require="true" visible="false">
<description><![CDATA[Background colour of the counter]]></description>
<value><![CDATA[{%= Theme.NeutralLightColor %}]]></value>
</property>
<property xsi:type="standardProperty" id="counterPadding" name="Counter Padding" type="string" mode="static" require="false" visible="false">
<description><![CDATA[Padding around counter number]]></description>
<value><![CDATA[0.5em]]></value>
</property>
<property xsi:type="standardProperty" id="counterFontColour" name="Counter Font Colour" type="color" mode="dynamic" require="true" visible="false">
<description><![CDATA[Colour of the counter number]]></description>
<value><![CDATA[{%= Theme.BlackColor %}]]></value>
</property>
<property xsi:type="standardProperty" id="counterDropShadow" name="Counter Drop Shadow" type="string" mode="static" require="false" visible="false">
<description><![CDATA[The visibility of a dropshadow under the statement]]></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="counterAlign" name="Counter Align" type="string" mode="static" require="false" visible="false">
<description><![CDATA[Set position for counter]]></description>
<value><![CDATA[right]]></value>
<options>
<option value="left" text="Left" />
<option value="center" text="Center" />
<option value="right" text="Right" />
</options>
</property>
</category>
<category id="statement" name="Statement">
<property xsi:type="standardProperty" id="statementTextPadding" name="Statement Text Padding" type="string" mode="static" require="false" visible="false">
<description><![CDATA[When set this will force the height of the statment]]></description>
<value><![CDATA[0.6em]]></value>
</property>
<property xsi:type="standardProperty" id="statementTextLineHeight" name="Statement Text Line Height" type="string" mode="dynamic" require="false" visible="false">
<description><![CDATA[When set this will force the height of the statment]]></description>
<value><![CDATA[{%= Theme.LineHeight %}]]></value>
</property>
<property xsi:type="standardProperty" id="statementHeight" name="Statement Height" type="string" mode="static" require="false" visible="true">
<description><![CDATA[When set this will force the height of the statment]]></description>
<value></value>
</property>
<property xsi:type="standardProperty" id="statementFontSize" name="Statement Font Size" type="string" mode="dynamic" require="true" visible="false">
<description><![CDATA[The font size for the statment]]></description>
<value><![CDATA[{%= Theme.NormalFS %}]]></value>
</property>
<property xsi:type="standardProperty" id="statementColourPrimary" name="Statement Background Colour" type="color" mode="dynamic" require="true" visible="false">
<description><![CDATA[Background colour of the statement]]></description>
<value><![CDATA[{%= Theme.PrimaryLightColor %}]]></value>
</property>
<property xsi:type="standardProperty" id="useAltColour" name="Use a alternative statement colour" type="string" mode="dynamic" require="true" visible="false">
<description><![CDATA[This will use a alternative colour for each odd numbered statement]]></description>
<value><![CDATA[1]]></value>
<options>
<option value="1" text="Yes" />
<option value="0" text="No" />
</options>
</property>
<property xsi:type="standardProperty" id="altStatementColourPrimary" name="Alt Statement Background Colour" type="color" mode="dynamic" require="false" visible="false">
<description><![CDATA[Alternative background colour of the statement]]></description>
<value><![CDATA[{%= Theme.SecondaryLightColor %}]]></value>
</property>
<property xsi:type="standardProperty" id="statementFontColour" name="Statement Font Colour" type="color" mode="dynamic" require="false" visible="false">
<description><![CDATA[Statement font colour]]></description>
<value><![CDATA[{%= Theme.WhiteColor %}]]></value>
</property>
<property xsi:type="standardProperty" id="statementBorderColour" name="Statement Border Colour" type="color" mode="dynamic" require="true" visible="false">
<description><![CDATA[Statement border colour]]></description>
<value><![CDATA[{%= Theme.NeutralDarkColor %}]]></value>
</property>
<property xsi:type="standardProperty" id="statementBorderRadius" name="Statement Border Radius" type="string" mode="dynamic" require="true" visible="false">
<description><![CDATA[The amount of curve on the statement corners]]></description>
<value><![CDATA[{%= Theme.BorderRadius %}]]></value>
</property>
<property xsi:type="standardProperty" id="statementBorderThickness" name="Statement Border Thickness" type="string" mode="dynamic" require="true" visible="false">
<description><![CDATA[The thickness of the border around the statement]]></description>
<value><![CDATA[{%= Theme.BorderWidth %}]]></value>
</property>
<property xsi:type="standardProperty" id="statementBorderStyle" name="Statement Border Style" type="string" mode="static" require="false" visible="false">
<description><![CDATA[The style of the border around the statement]]></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="statementShadow" name="Statement Drop Shadow" type="string" mode="static" require="false" visible="false">
<description><![CDATA[The visibility of a dropshadow under the statement]]></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="responses" name="Responses">
<property xsi:type="standardProperty" id="responseTextPadding" name="Response Text Padding" type="string" mode="static" require="false" visible="false">
<description><![CDATA[When set this will force the height of the reponses]]></description>
<value><![CDATA[0.6em]]></value>
</property>
<property xsi:type="standardProperty" id="responseTextLineHeight" name="Response Text Line Height" type="string" mode="static" require="false" 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="responseHeight" name="Response Height" type="string" mode="static" require="false" visible="true">
<description><![CDATA[When set this will force the height of the reponses]]></description>
<value></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="useRange" name="Use a colour range" type="string" mode="dynamic" require="true" visible="false">
<description><![CDATA[This will create a colour range between the primary and the range primary colours]]></description>
<value><![CDATA[1]]></value>
<options>
<option value="1" text="Yes" />
<option value="0" text="No" />
</options>
</property>
<property xsi:type="standardProperty" id="responseColourRangePrimary" name="Response Background Colour Range" 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="rangeGradientDirection" name="Response Gradient Direction" type="string" mode="static" require="false" visible="false">
<description><![CDATA[The direction of the gradient on the responses]]></description>
<value><![CDATA[ltr]]></value>
<options>
<option value="ltr" text="Left to Right" />
<option value="ttb" text="Top to Bottom" />
</options>
</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="true" 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 Colour Primary" 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="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.WhiteColor %}]]></value>
</property>
<property xsi:type="standardProperty" id="responseSelectedBorderColour" name="Response 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="responseSelectedBorderThickness" name="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="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="nsResponses" name="Non-Scaled Responses">
<property xsi:type="standardProperty" id="numberNS" name="Number of Non-Scaled Responses" type="number" mode="static">
<description><![CDATA[
The number of responses from the end that will have different styling to the rest of the options
]]></description>
<value><![CDATA[0]]></value>
</property>
<property xsi:type="standardProperty" id="nsResponseColourPrimary" name="Non-Scaled Response Background Colour" type="color" mode="dynamic" require="true" visible="false">
<description><![CDATA[Background colour of the non-scaled item]]></description>
<value><![CDATA[{%= Theme.NeutralLightColor %}]]></value>
</property>
<property xsi:type="standardProperty" id="nsfontColour" name="Non-Scaled Response Font Colour" type="color" mode="dynamic" require="true" visible="false">
<description><![CDATA[Font colour of non-scaled item]]></description>
<value><![CDATA[{%= Theme.BlackColor %}]]></value>
</property>
<property xsi:type="standardProperty" id="nsResponseBorderColour" name="Non-Scaled Response Border Colour" type="color" mode="dynamic" require="true" visible="false">
<description><![CDATA[Border colour of non-scaled item]]></description>
<value><![CDATA[{%= Theme.NeutralDarkColor %}]]></value>
</property>
<property xsi:type="standardProperty" id="nsResponseBorderThickness" name="Non-Scaled Response Border Thickness" type="string" mode="dynamic" require="true" visible="false">
<description><![CDATA[The thickness of the border around the non-scaled responses]]></description>
<value><![CDATA[{%= Theme.BorderWidth %}]]></value>
</property>
<property xsi:type="standardProperty" id="nsResponseBorderStyle" name="Non-Scaled Response Border Style" type="string" mode="static" require="false" visible="false">
<description><![CDATA[The style of the border around the non-scaled 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="nsResponseShadow" name="Non-Scaled Response Drop Shadow" type="string" mode="static" require="false" visible="false">
<description><![CDATA[The visibility of a dropshadow under the non-scaled 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="nsResponseSelectedColourPrimary" name="Selected Non-Scaled Response Background Colour" type="color" mode="dynamic" require="true" visible="false">
<description><![CDATA[Background colour of the selected non-scaled item]]></description>
<value><![CDATA[{%= Theme.PrimaryColor %}]]></value>
</property>
<property xsi:type="standardProperty" id="nsResponseSelectedFontColour" name="Selected Non-Scaled Response Font Colour" type="color" mode="dynamic" require="true" visible="false">
<description><![CDATA[Font colour for selected non-scaled responses]]></description>
<value><![CDATA[{%= Theme.WhiteColor %}]]></value>
</property>
<property xsi:type="standardProperty" id="nsResponseSelectedBorderColour" name="Selected Non-Scaled Response Border Colour" type="color" mode="dynamic" require="true" visible="false">
<description><![CDATA[Border colour for selected non-scaled responses]]></description>
<value><![CDATA[{%= Theme.PrimaryDarkColor %}]]></value>
</property>
<property xsi:type="standardProperty" id="nsResponseSelectedBorderThickness" name="Selected Non-Scaled Response Border Thickness" type="string" mode="dynamic" require="true" visible="false">
<description><![CDATA[The thickness of the border around the selected non-scaled responses]]></description>
<value><![CDATA[{%= Theme.BorderWidth %}]]></value>
</property>
<property xsi:type="standardProperty" id="nsResponseSelectedBorderStyle" name="Selected Non-Scaled Response Border Style" type="string" mode="static" require="false" visible="false">
<description><![CDATA[The style of the border around the selected non-scaled 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="nsResponseSelectedShadow" name="Selected Non-Scaled Response Drop Shadow" type="string" mode="static" require="false" visible="false">
<description><![CDATA[The visibility of a dropshadow under the selected non-scaled 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="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="fallback" name="Fallback">
<property xsi:type="standardProperty" id="orientation" name="Orientation" type="string" mode="static">
<description><![CDATA[
Response block orientation
]]></description>
<value><![CDATA[horizontal]]></value>
<options>
<option value="horizontal" text="Horizontal" />
<option value="vertical" text="Vertical" />
</options>
</property>
<property xsi:type="standardProperty" id="fbImageWidth" name="Image Width" type="number" mode="static">
<description><![CDATA[
Set image width for fallback
]]></description>
<value><![CDATA[100]]></value>
</property>
</category>
</properties>
</control>