-
Notifications
You must be signed in to change notification settings - Fork 1
/
config.xml
executable file
·235 lines (230 loc) · 13.6 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
<?xml version="1.0" encoding="utf-8"?>
<page xmlns="http://www.askia.com/2.2.0/ADPSchema"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.askia.com/2.2.0/ADPSchema https://raw.githubusercontent.com/AskiaADX/ADXSchema/2.2.0/ADPSchema.xsd"
version="2.2.0"
askiaCompat="5.5.2">
<info>
<name>Matter</name>
<guid>10926820-e66b-4e74-9ed0-ef116a75fc29</guid>
<version>3.6.7</version>
<date>2023-05-19</date>
<description><![CDATA[Matter Askia Design Page]]></description>
<company>askia</company>
<author><![CDATA[Jerome Duparc <jeromed@askia.com> Paul McDuffee Nevin<paul@askia.com> Vincent Tellier<vincent@askia.com>]]></author>
<site>https://www.askia.com/</site>
<helpURL></helpURL>
</info>
<outputs defaultOutput="default">
<output id="default" masterPage="default.html">
<description><![CDATA[Default output]]></description>
<content fileName="favicon.png" type="image" mode="static" position="none" />
<content fileName="logo-askia-rvb.png" type="image" mode="static" position="none" />
<content fileName="logo-askia.svg" type="image" mode="static" position="none" />
<content fileName="askia.live.routing.js" type="javascript" mode="dynamic" position="head" />
<content fileName="html5-ie.js" type="javascript" mode="static" position="head" />
<content fileName="normalize.min.css" type="css" mode="static" position="head" />
<content fileName="styles.min.css" type="css" mode="static" position="head" />
<content fileName="styles.css" type="css" mode="dynamic" position="head" />
<content fileName="askia.ajax.min.js" type="javascript" mode="static" position="foot" />
<content fileName="error.asx" type="asx" mode="modules" position="none" />
</output>
</outputs>
<properties>
<category id="general" name="General">
<property xsi:type="standardProperty" id="window_title" name="Window title" type="string" require="true" visible="true">
<description><![CDATA[Title of the window]]></description>
<value><![CDATA[Askia Web Survey]]></value>
</property>
<property xsi:type="standardProperty" id="survey_logo_src" name="Logo path" type="string" require="false" visible="true">
<description><![CDATA[The logo of the survey which will be display next to the survey name]]></description>
<value></value>
</property>
<property xsi:type="standardProperty" id="survey_logo_alt" name="Logo alternate text" type="string" require="false" visible="true">
<description><![CDATA[The alternate text of the logo]]></description>
<value></value>
</property>
<property xsi:type="standardProperty" id="survey_name" name="Survey name" type="string" require="false" visible="true">
<description><![CDATA[The name of the survey]]></description>
<value></value>
</property>
<property xsi:type="standardProperty" id="errors_caption" name="Error caption" type="string" mode="dynamic" require="false" visible="true">
<description><![CDATA[Error caption]]></description>
<value></value>
</property>
<property xsi:type="standardProperty" id="display_progress_value" name="Display progress value" type="string" mode="dynamic" require="true" visible="true">
<description><![CDATA[Display progress value]]></description>
<value><![CDATA[yes]]></value>
<options>
<option value="yes" text="Yes" />
<option value="no" text="No" />
</options>
</property>
<property xsi:type="standardProperty" id="sticky_header" name="Sticky header" type="string" mode="dynamic" require="true" visible="true">
<description><![CDATA[Sticky header]]></description>
<value><![CDATA[no]]></value>
<options>
<option value="yes" text="Yes" />
<option value="no" text="No" />
</options>
</property>
<property xsi:type="standardProperty" id="radio_checkbox_size" name="Radio and checkbox size" type="string" mode="dynamic" require="true" visible="true">
<description><![CDATA[Radio and checkbox size]]></description>
<value><![CDATA[1.5rem]]></value>
</property>
<property xsi:type="standardProperty" id="ribbon_footer_background_color" name="Ribbon and footer background color" type="color" mode="dynamic" require="true" visible="false" colorFormat="rgba">
<description><![CDATA[The background color of the ribbon and footer]]></description>
<value><![CDATA[{%= Theme.PrimaryColor %}]]></value>
</property>
</category>
<category id="buttons" name="Buttons">
<property xsi:type="standardProperty" id="buttons_alignement" name="Alignment" type="string" mode="dynamic" require="true" visible="true">
<description><![CDATA[The alignment of the buttons]]></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="display_previous" name="Display previous" type="string" require="true" visible="true">
<description><![CDATA[Display previous button]]></description>
<value><![CDATA[yes]]></value>
<options>
<option value="yes" text="Yes" />
<option value="no" text="No" />
</options>
</property>
<property xsi:type="standardProperty" id="previous_caption" name="Previous caption" type="string" mode="dynamic" require="false" visible="true">
<description><![CDATA[Previous caption]]></description>
<value><![CDATA[Previous]]></value>
</property>
<property xsi:type="standardProperty" id="display_next" name="Display next" type="string" require="true" visible="true">
<description><![CDATA[Display next button]]></description>
<value><![CDATA[yes]]></value>
<options>
<option value="yes" text="Yes" />
<option value="no" text="No" />
</options>
</property>
<property xsi:type="standardProperty" id="next_caption" name="Next caption" type="string" mode="dynamic" require="false" visible="true">
<description><![CDATA[Next caption]]></description>
<value><![CDATA[Next]]></value>
</property>
<property xsi:type="standardProperty" id="display_pause" name="Display pause" type="string" require="true" visible="true">
<description><![CDATA[Display pause button]]></description>
<value><![CDATA[no]]></value>
<options>
<option value="yes" text="Yes" />
<option value="no" text="No" />
</options>
</property>
<property xsi:type="standardProperty" id="pause_caption" name="Pause caption" type="string" mode="dynamic" require="false" visible="true">
<description><![CDATA[Pause caption]]></description>
<value><![CDATA[Pause]]></value>
</property>
<property xsi:type="standardProperty" id="next_button_background_color" name="Next button background color" type="color" mode="dynamic" require="true" visible="false" colorFormat="rgba">
<description><![CDATA[The background color of the next button]]></description>
<value><![CDATA[{%= Theme.SecondaryColor %}]]></value>
</property>
<property xsi:type="standardProperty" id="next_button_foreground_color" name="Next button foreground color" type="color" mode="dynamic" require="true" visible="false" colorFormat="rgba">
<description><![CDATA[The foreground color of the next button]]></description>
<value><![CDATA[{%= Theme.WhiteColor %}]]></value>
</property>
<property xsi:type="standardProperty" id="previous_button_background_color" name="Previous button background color" type="color" mode="dynamic" require="true" visible="false" colorFormat="rgba">
<description><![CDATA[The background color of the previous button]]></description>
<value><![CDATA[{%= Theme.NeutralColor %}]]></value>
</property>
<property xsi:type="standardProperty" id="previous_button_foreground_color" name="Previous button foreground color" type="color" mode="dynamic" require="true" visible="false" colorFormat="rgba">
<description><![CDATA[The foreground color of the previous button]]></description>
<value><![CDATA[{%= Theme.NeutralDarkColor %}]]></value>
</property>
<property xsi:type="standardProperty" id="pause_button_background_color" name="Pause button background color" type="color" mode="dynamic" require="true" visible="false" colorFormat="rgba">
<description><![CDATA[The background color of the pause button]]></description>
<value><![CDATA[{%= Theme.WhiteColor %}]]></value>
</property>
<property xsi:type="standardProperty" id="pause_button_foreground_color" name="Pause button foreground color" type="color" mode="dynamic" require="true" visible="false" colorFormat="rgba">
<description><![CDATA[The foreground color of the pause button]]></description>
<value><![CDATA[{%= Theme.BlackColor %}]]></value>
</property>
</category>
<category id="footer" name="Footer">
<property xsi:type="standardProperty" id="display_footer" name="Display footer" type="string" mode="dynamic" require="true" visible="true">
<description><![CDATA[Display footer]]></description>
<value><![CDATA[yes]]></value>
<options>
<option value="yes" text="Yes" />
<option value="no" text="No" />
</options>
</property>
<property xsi:type="standardProperty" id="footer_left" name="Footer left" type="string" mode="dynamic" require="false" visible="true">
<description><![CDATA[Footer left]]></description>
<value></value>
</property>
<property xsi:type="standardProperty" id="footer_right" name="Footer right" type="string" mode="dynamic" require="false" visible="true">
<description><![CDATA[Footer right]]></description>
<value></value>
</property>
</category>
<category id="modal" name="Modal">
<property xsi:type="standardProperty" id="show_modal" name="Show modal" type="string" mode="dynamic" require="true" visible="true">
<description><![CDATA[Show modal on next button click]]></description>
<value><![CDATA[no]]></value>
<options>
<option value="yes" text="Yes" />
<option value="no" text="No" />
</options>
</property>
<property xsi:type="standardProperty" id="modal_content" name="Modal content" type="string" mode="dynamic" require="false" visible="true">
<description><![CDATA[Modal content]]></description>
<value><![CDATA[<p>Modal content goes here..</p>]]></value>
</property>
<property xsi:type="standardProperty" id="modal_close_type" name="Modal close type" type="number" mode="static" require="true" visible="true" min="1" max="2">
<description><![CDATA[Select If modal close when clicked or Timed]]></description>
<value><![CDATA[1]]></value>
<options>
<option value="1" text="Clicked" />
<option value="2" text="Timed" />
</options>
</property>
<property xsi:type="standardProperty" id="duration" name="Duration(s)" type="number" mode="static" require="true" visible="true" min="1" decimal="0">
<description><![CDATA[Duration by seconds]]></description>
<value><![CDATA[1]]></value>
</property>
<property xsi:type="standardProperty" id="num_of_attempts" name="Number of attempts" type="number" mode="static" require="true" visible="true" min="1" max="3">
<description><![CDATA[Define how many attempts/questions that does modal appear.]]></description>
<value><![CDATA[0]]></value>
<options>
<option value="0" text="Any" />
<option value="1" text="First attempt only" />
</options>
</property>
<property xsi:type="standardProperty" id="modal_width" name="Modal width" type="string" mode="dynamic" require="true" visible="true">
<description><![CDATA[Modal width]]></description>
<value><![CDATA[300px]]></value>
</property>
<property xsi:type="standardProperty" id="modal_height" name="Modal height" type="string" mode="dynamic" require="true" visible="true">
<description><![CDATA[Modal height]]></description>
<value><![CDATA[100px]]></value>
</property>
</category>
<category id="additionalHtml" name="Additional HTML">
<property xsi:type="standardProperty" id="before_questions" name="Additional HTML Before Questions" type="string" mode="dynamic" require="false" visible="true">
<description><![CDATA[HTML Before Questions]]></description>
<value></value>
</property>
<property xsi:type="standardProperty" id="after_questions" name="Additional HTML After Questions" type="string" mode="dynamic" require="false" visible="true">
<description><![CDATA[HTML After Questions]]></description>
<value></value>
</property>
<property xsi:type="standardProperty" id="headHTML" name="Additional HTML for Head section" type="string" mode="dynamic" require="false" visible="true">
<description><![CDATA[Additional HTML for Head section]]></description>
<value></value>
</property>
<property xsi:type="standardProperty" id="footHTML" name="Additional HTML for Foot section" type="string" mode="dynamic" require="false" visible="true">
<description><![CDATA[Additional HTML for Foot section]]></description>
<value></value>
</property>
</category>
</properties>
</page>