@inseefr/lunatic 3.9.0 → 3.9.1-rc-react19.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/components/Input/Input.spec.js +1 -1
- package/components/Input/Input.spec.js.map +1 -1
- package/components/Roundabout/roundabout.spec.js +1 -1
- package/components/Roundabout/roundabout.spec.js.map +1 -1
- package/components/Textarea/Textarea.spec.js +1 -1
- package/components/Textarea/Textarea.spec.js.map +1 -1
- package/esm/components/Input/Input.spec.js +1 -1
- package/esm/components/Input/Input.spec.js.map +1 -1
- package/esm/components/Roundabout/roundabout.spec.js +1 -1
- package/esm/components/Roundabout/roundabout.spec.js.map +1 -1
- package/esm/components/Textarea/Textarea.spec.js +1 -1
- package/esm/components/Textarea/Textarea.spec.js.map +1 -1
- package/esm/hooks/useRefSync.d.ts +1 -1
- package/hooks/useRefSync.d.ts +1 -1
- package/package.json +6 -6
- package/src/components/Input/Input.spec.tsx +1 -1
- package/src/components/Roundabout/roundabout.spec.tsx +1 -1
- package/src/components/Textarea/Textarea.spec.tsx +1 -1
- package/src/stories/behaviour/overview/sourceLoop.json +306 -1228
- package/src/use-lunatic/__snapshots__/use-lunatic.test.ts.snap +0 -646
- package/src/use-lunatic/use-lunatic.test.ts +33 -25
- package/tsconfig.build.tsbuildinfo +1 -1
|
@@ -1,1328 +1,406 @@
|
|
|
1
1
|
{
|
|
2
|
-
"
|
|
2
|
+
"id": "lujqh1w6",
|
|
3
|
+
"label": { "type": "VTL|MD", "value": "Test boucle overview" },
|
|
4
|
+
"modele": "BOUCLEOVERVIEW",
|
|
5
|
+
"maxPage": "7",
|
|
3
6
|
"cleaning": {
|
|
7
|
+
"T_NHAB": {
|
|
8
|
+
"PETITEQUES": [
|
|
9
|
+
{
|
|
10
|
+
"shapeFrom": "T_PRENOM",
|
|
11
|
+
"expression": "not(PRENOM = PRENOMREF)",
|
|
12
|
+
"isAggregatorUsed": true
|
|
13
|
+
}
|
|
14
|
+
],
|
|
15
|
+
"SUPERQUEST": [
|
|
16
|
+
{
|
|
17
|
+
"shapeFrom": "T_PRENOM",
|
|
18
|
+
"expression": "not(PRENOM = PRENOMREF)",
|
|
19
|
+
"isAggregatorUsed": true
|
|
20
|
+
}
|
|
21
|
+
]
|
|
22
|
+
},
|
|
23
|
+
"T_PRENOM": {
|
|
24
|
+
"PETITEQUES": [
|
|
25
|
+
{
|
|
26
|
+
"shapeFrom": "T_PRENOM",
|
|
27
|
+
"expression": "not(PRENOM = PRENOMREF)",
|
|
28
|
+
"isAggregatorUsed": true
|
|
29
|
+
}
|
|
30
|
+
],
|
|
31
|
+
"SUPERQUEST": [
|
|
32
|
+
{
|
|
33
|
+
"shapeFrom": "T_PRENOM",
|
|
34
|
+
"expression": "not(PRENOM = PRENOMREF)",
|
|
35
|
+
"isAggregatorUsed": true
|
|
36
|
+
}
|
|
37
|
+
]
|
|
38
|
+
}
|
|
39
|
+
},
|
|
40
|
+
"resizing": {
|
|
41
|
+
"T_NHAB": { "size": "T_NBHAB", "variables": ["T_PRENOM"] },
|
|
4
42
|
"T_PRENOM": {
|
|
5
|
-
"
|
|
6
|
-
"
|
|
43
|
+
"size": "count(T_PRENOM)",
|
|
44
|
+
"variables": ["SUPERQUEST", "PETITEQUES"]
|
|
7
45
|
}
|
|
8
46
|
},
|
|
9
|
-
"componentType": "Questionnaire",
|
|
10
47
|
"variables": [
|
|
11
48
|
{
|
|
49
|
+
"name": "T_NBHAB",
|
|
50
|
+
"dimension": 0,
|
|
51
|
+
"expression": { "type": "VTL", "value": "nvl(T_NHAB,1)" },
|
|
12
52
|
"variableType": "CALCULATED",
|
|
13
|
-
"bindingDependencies": ["T_NHAB"]
|
|
14
|
-
"expression": {
|
|
15
|
-
"type": "VTL",
|
|
16
|
-
"value": "nvl(T_NHAB,1)"
|
|
17
|
-
},
|
|
18
|
-
"name": "T_NBHAB"
|
|
53
|
+
"bindingDependencies": ["T_NHAB"]
|
|
19
54
|
},
|
|
20
55
|
{
|
|
56
|
+
"name": "PRENOMREFB",
|
|
57
|
+
"dimension": 0,
|
|
58
|
+
"expression": { "type": "VTL", "value": "first_value(T_PRENOM over())" },
|
|
21
59
|
"variableType": "CALCULATED",
|
|
22
|
-
"bindingDependencies": ["T_PRENOM"]
|
|
23
|
-
"expression": {
|
|
24
|
-
"type": "VTL",
|
|
25
|
-
"value": "first_value(T_PRENOM over())"
|
|
26
|
-
},
|
|
27
|
-
"name": "PRENOMREFB"
|
|
60
|
+
"bindingDependencies": ["T_PRENOM"]
|
|
28
61
|
},
|
|
29
62
|
{
|
|
30
|
-
"
|
|
31
|
-
"
|
|
63
|
+
"name": "PRENOMREF",
|
|
64
|
+
"dimension": 0,
|
|
32
65
|
"expression": {
|
|
33
66
|
"type": "VTL",
|
|
34
67
|
"value": "if (T_NBHAB = 1) then nvl(PRENOMREFB, \"PRENOM\") else nvl(PRENOMREFB, \"PRENOM1\")"
|
|
35
68
|
},
|
|
36
|
-
"name": "PRENOMREF"
|
|
37
|
-
},
|
|
38
|
-
{
|
|
39
69
|
"variableType": "CALCULATED",
|
|
40
|
-
"bindingDependencies": ["
|
|
41
|
-
"expression": {
|
|
42
|
-
"type": "VTL",
|
|
43
|
-
"value": "nvl(PRENOMB, \"PRENOM\")"
|
|
44
|
-
},
|
|
45
|
-
"name": "PRENOM",
|
|
46
|
-
"shapeFrom": "T_PRENOM"
|
|
70
|
+
"bindingDependencies": ["T_NBHAB", "PRENOMREFB", "T_NHAB", "T_PRENOM"]
|
|
47
71
|
},
|
|
48
72
|
{
|
|
73
|
+
"name": "PRENOM",
|
|
74
|
+
"dimension": 1,
|
|
75
|
+
"shapeFrom": ["T_PRENOM"],
|
|
76
|
+
"expression": { "type": "VTL", "value": "nvl(PRENOMB, \"PRENOM\")" },
|
|
49
77
|
"variableType": "CALCULATED",
|
|
50
|
-
"
|
|
51
|
-
"
|
|
52
|
-
"type": "VTL",
|
|
53
|
-
"value": "T_PRENOM"
|
|
54
|
-
},
|
|
55
|
-
"name": "PRENOMB",
|
|
56
|
-
"shapeFrom": "T_PRENOM"
|
|
57
|
-
},
|
|
58
|
-
{
|
|
59
|
-
"variableType": "COLLECTED",
|
|
60
|
-
"values": {
|
|
61
|
-
"COLLECTED": null
|
|
62
|
-
},
|
|
63
|
-
"name": "ETAT"
|
|
64
|
-
},
|
|
65
|
-
{
|
|
66
|
-
"variableType": "COLLECTED",
|
|
67
|
-
"values": {
|
|
68
|
-
"COLLECTED": null
|
|
69
|
-
},
|
|
70
|
-
"name": "SATISFAIT"
|
|
71
|
-
},
|
|
72
|
-
{
|
|
73
|
-
"variableType": "COLLECTED",
|
|
74
|
-
"values": {
|
|
75
|
-
"COLLECTED": null
|
|
76
|
-
},
|
|
77
|
-
"name": "T_NHAB"
|
|
78
|
-
},
|
|
79
|
-
{
|
|
80
|
-
"variableType": "COLLECTED",
|
|
81
|
-
"values": {
|
|
82
|
-
"COLLECTED": []
|
|
83
|
-
},
|
|
84
|
-
"name": "T_PRENOM"
|
|
85
|
-
},
|
|
86
|
-
{
|
|
87
|
-
"variableType": "COLLECTED",
|
|
88
|
-
"values": {
|
|
89
|
-
"COLLECTED": null
|
|
90
|
-
},
|
|
91
|
-
"name": "COMMCOMPO"
|
|
92
|
-
},
|
|
93
|
-
{
|
|
94
|
-
"variableType": "COLLECTED",
|
|
95
|
-
"values": {
|
|
96
|
-
"COLLECTED": []
|
|
97
|
-
},
|
|
98
|
-
"name": "T_SEXE"
|
|
99
|
-
},
|
|
100
|
-
{
|
|
101
|
-
"variableType": "COLLECTED",
|
|
102
|
-
"values": {
|
|
103
|
-
"COLLECTED": []
|
|
104
|
-
},
|
|
105
|
-
"name": "T_DATENAIS"
|
|
106
|
-
},
|
|
107
|
-
{
|
|
108
|
-
"variableType": "COLLECTED",
|
|
109
|
-
"values": {
|
|
110
|
-
"COLLECTED": []
|
|
111
|
-
},
|
|
112
|
-
"name": "REMARQUES"
|
|
113
|
-
},
|
|
114
|
-
{
|
|
115
|
-
"variableType": "COLLECTED",
|
|
116
|
-
"values": {
|
|
117
|
-
"COLLECTED": []
|
|
118
|
-
},
|
|
119
|
-
"name": "SUPERQUEST"
|
|
120
|
-
},
|
|
121
|
-
{
|
|
122
|
-
"variableType": "COLLECTED",
|
|
123
|
-
"values": {
|
|
124
|
-
"COLLECTED": []
|
|
125
|
-
},
|
|
126
|
-
"name": "AUTRESUPERQUEST"
|
|
127
|
-
},
|
|
128
|
-
{
|
|
129
|
-
"variableType": "COLLECTED",
|
|
130
|
-
"values": {
|
|
131
|
-
"COLLECTED": []
|
|
132
|
-
},
|
|
133
|
-
"name": "ENCOREUNEQ"
|
|
134
|
-
},
|
|
135
|
-
{
|
|
136
|
-
"variableType": "COLLECTED",
|
|
137
|
-
"values": {
|
|
138
|
-
"COLLECTED": null
|
|
139
|
-
},
|
|
140
|
-
"name": "COMMENT_QE"
|
|
141
|
-
},
|
|
142
|
-
{
|
|
143
|
-
"variableType": "COLLECTED",
|
|
144
|
-
"values": {
|
|
145
|
-
"COLLECTED": null
|
|
146
|
-
},
|
|
147
|
-
"name": "ETAT_MISSING"
|
|
148
|
-
},
|
|
149
|
-
{
|
|
150
|
-
"variableType": "COLLECTED",
|
|
151
|
-
"values": {
|
|
152
|
-
"COLLECTED": null
|
|
153
|
-
},
|
|
154
|
-
"name": "SATISFAIT_MISSING"
|
|
155
|
-
},
|
|
156
|
-
{
|
|
157
|
-
"variableType": "COLLECTED",
|
|
158
|
-
"values": {
|
|
159
|
-
"COLLECTED": null
|
|
160
|
-
},
|
|
161
|
-
"name": "T_NHAB_MISSING"
|
|
78
|
+
"iterationReference": "luk13nnr",
|
|
79
|
+
"bindingDependencies": ["PRENOMB", "T_PRENOM"]
|
|
162
80
|
},
|
|
163
81
|
{
|
|
164
|
-
"
|
|
165
|
-
"
|
|
166
|
-
|
|
167
|
-
},
|
|
168
|
-
"
|
|
82
|
+
"name": "PRENOMB",
|
|
83
|
+
"dimension": 1,
|
|
84
|
+
"shapeFrom": ["T_PRENOM"],
|
|
85
|
+
"expression": { "type": "VTL", "value": "T_PRENOM" },
|
|
86
|
+
"variableType": "CALCULATED",
|
|
87
|
+
"iterationReference": "luk13nnr",
|
|
88
|
+
"bindingDependencies": ["T_PRENOM"]
|
|
169
89
|
},
|
|
170
90
|
{
|
|
171
|
-
"
|
|
172
|
-
"values": {
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
"name": "COMMCOMPO_MISSING"
|
|
91
|
+
"name": "T_NHAB",
|
|
92
|
+
"values": { "COLLECTED": null },
|
|
93
|
+
"dimension": 0,
|
|
94
|
+
"variableType": "COLLECTED"
|
|
176
95
|
},
|
|
177
96
|
{
|
|
97
|
+
"name": "T_PRENOM",
|
|
98
|
+
"values": { "COLLECTED": [] },
|
|
99
|
+
"dimension": 1,
|
|
178
100
|
"variableType": "COLLECTED",
|
|
179
|
-
"
|
|
180
|
-
"COLLECTED": []
|
|
181
|
-
},
|
|
182
|
-
"name": "T_SEXE_MISSING"
|
|
101
|
+
"iterationReference": "luk13nnr"
|
|
183
102
|
},
|
|
184
103
|
{
|
|
104
|
+
"name": "SUPERQUEST",
|
|
105
|
+
"values": { "COLLECTED": [] },
|
|
106
|
+
"dimension": 1,
|
|
185
107
|
"variableType": "COLLECTED",
|
|
186
|
-
"
|
|
187
|
-
"COLLECTED": []
|
|
188
|
-
},
|
|
189
|
-
"name": "T_DATENAIS_MISSING"
|
|
108
|
+
"iterationReference": "luk13nnr"
|
|
190
109
|
},
|
|
191
110
|
{
|
|
111
|
+
"name": "PETITEQUES",
|
|
112
|
+
"values": { "COLLECTED": [] },
|
|
113
|
+
"dimension": 1,
|
|
192
114
|
"variableType": "COLLECTED",
|
|
193
|
-
"
|
|
194
|
-
"COLLECTED": []
|
|
195
|
-
},
|
|
196
|
-
"name": "REMARQUES_MISSING"
|
|
115
|
+
"iterationReference": "luk13nnr"
|
|
197
116
|
},
|
|
198
117
|
{
|
|
199
|
-
"
|
|
200
|
-
"
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
"
|
|
118
|
+
"name": "FILTER_RESULT_T_NHAB",
|
|
119
|
+
"dimension": 0,
|
|
120
|
+
"expression": { "type": "VTL", "value": "true" },
|
|
121
|
+
"variableType": "CALCULATED",
|
|
122
|
+
"isIgnoredByLunatic": true
|
|
204
123
|
},
|
|
205
124
|
{
|
|
206
|
-
"
|
|
207
|
-
"
|
|
208
|
-
|
|
209
|
-
},
|
|
210
|
-
"
|
|
125
|
+
"name": "FILTER_RESULT_T_PRENOM",
|
|
126
|
+
"dimension": 1,
|
|
127
|
+
"shapeFrom": ["T_PRENOM"],
|
|
128
|
+
"expression": { "type": "VTL", "value": "true" },
|
|
129
|
+
"variableType": "CALCULATED",
|
|
130
|
+
"isIgnoredByLunatic": true,
|
|
131
|
+
"iterationReference": "luk13nnr"
|
|
211
132
|
},
|
|
212
133
|
{
|
|
213
|
-
"
|
|
214
|
-
"
|
|
215
|
-
|
|
216
|
-
},
|
|
217
|
-
"
|
|
134
|
+
"name": "FILTER_RESULT_SUPERQUEST",
|
|
135
|
+
"dimension": 1,
|
|
136
|
+
"shapeFrom": ["T_PRENOM"],
|
|
137
|
+
"expression": { "type": "VTL", "value": "(not(PRENOM = PRENOMREF))" },
|
|
138
|
+
"variableType": "CALCULATED",
|
|
139
|
+
"isIgnoredByLunatic": true,
|
|
140
|
+
"iterationReference": "luk13nnr",
|
|
141
|
+
"bindingDependencies": ["PRENOMREF", "PRENOM"]
|
|
218
142
|
},
|
|
219
143
|
{
|
|
220
|
-
"
|
|
221
|
-
"
|
|
222
|
-
|
|
223
|
-
},
|
|
224
|
-
"
|
|
144
|
+
"name": "FILTER_RESULT_PETITEQUES",
|
|
145
|
+
"dimension": 1,
|
|
146
|
+
"shapeFrom": ["T_PRENOM"],
|
|
147
|
+
"expression": { "type": "VTL", "value": "(not(PRENOM = PRENOMREF))" },
|
|
148
|
+
"variableType": "CALCULATED",
|
|
149
|
+
"isIgnoredByLunatic": true,
|
|
150
|
+
"iterationReference": "luk13nnr",
|
|
151
|
+
"bindingDependencies": ["PRENOMREF", "PRENOM"]
|
|
225
152
|
}
|
|
226
153
|
],
|
|
227
154
|
"components": [
|
|
228
155
|
{
|
|
229
|
-
"
|
|
230
|
-
"hierarchy": {
|
|
231
|
-
"sequence": {
|
|
232
|
-
"id": "lujqfpva",
|
|
233
|
-
"page": "1",
|
|
234
|
-
"label": {
|
|
235
|
-
"type": "VTL|MD",
|
|
236
|
-
"value": "\"I - \" || \"Séquence 1\""
|
|
237
|
-
}
|
|
238
|
-
}
|
|
239
|
-
},
|
|
240
|
-
"conditionFilter": {
|
|
241
|
-
"type": "VTL",
|
|
242
|
-
"value": "true"
|
|
243
|
-
},
|
|
244
|
-
"id": "lujqfpva",
|
|
156
|
+
"id": "lujqrqmp",
|
|
245
157
|
"page": "1",
|
|
246
158
|
"label": {
|
|
247
|
-
"type": "VTL|MD",
|
|
248
|
-
"value": "\"I - \" || \"Séquence 1\""
|
|
249
|
-
}
|
|
250
|
-
},
|
|
251
|
-
{
|
|
252
|
-
"componentType": "Subsequence",
|
|
253
|
-
"goToPage": "2",
|
|
254
|
-
"hierarchy": {
|
|
255
|
-
"sequence": {
|
|
256
|
-
"id": "lujqfpva",
|
|
257
|
-
"page": "1",
|
|
258
|
-
"label": {
|
|
259
|
-
"type": "VTL|MD",
|
|
260
|
-
"value": "\"I - \" || \"Séquence 1\""
|
|
261
|
-
}
|
|
262
|
-
},
|
|
263
|
-
"subSequence": {
|
|
264
|
-
"id": "lujqeci5",
|
|
265
|
-
"page": "2",
|
|
266
|
-
"label": {
|
|
267
|
-
"type": "VTL|MD",
|
|
268
|
-
"value": "\"Votre santé\""
|
|
269
|
-
}
|
|
270
|
-
}
|
|
271
|
-
},
|
|
272
|
-
"conditionFilter": {
|
|
273
159
|
"type": "VTL",
|
|
274
|
-
"value": "
|
|
160
|
+
"value": "\"I - \" || \"Habitants du logement\""
|
|
275
161
|
},
|
|
276
|
-
"
|
|
162
|
+
"componentType": "Sequence",
|
|
163
|
+
"conditionFilter": { "type": "VTL", "value": "true" }
|
|
164
|
+
},
|
|
165
|
+
{
|
|
166
|
+
"id": "question-lujqwl1t",
|
|
167
|
+
"page": "2",
|
|
277
168
|
"label": {
|
|
278
169
|
"type": "VTL|MD",
|
|
279
|
-
"value": "\"
|
|
280
|
-
}
|
|
170
|
+
"value": "\"Combien d'habitants dans votre logement ?\""
|
|
171
|
+
},
|
|
172
|
+
"components": [
|
|
173
|
+
{
|
|
174
|
+
"id": "lujqwl1t",
|
|
175
|
+
"max": 10.0,
|
|
176
|
+
"min": 0.0,
|
|
177
|
+
"page": "2",
|
|
178
|
+
"controls": [
|
|
179
|
+
{
|
|
180
|
+
"id": "lujqwl1t-format-borne-inf-sup",
|
|
181
|
+
"type": "SIMPLE",
|
|
182
|
+
"control": {
|
|
183
|
+
"type": "VTL",
|
|
184
|
+
"value": "not(not(isnull(T_NHAB)) and (0>T_NHAB or 10<T_NHAB))"
|
|
185
|
+
},
|
|
186
|
+
"criticality": "ERROR",
|
|
187
|
+
"errorMessage": {
|
|
188
|
+
"type": "VTL|MD",
|
|
189
|
+
"value": "\" La valeur doit être comprise entre 0 et 10\""
|
|
190
|
+
},
|
|
191
|
+
"typeOfControl": "FORMAT"
|
|
192
|
+
},
|
|
193
|
+
{
|
|
194
|
+
"id": "lujqwl1t-format-decimal",
|
|
195
|
+
"type": "SIMPLE",
|
|
196
|
+
"control": {
|
|
197
|
+
"type": "VTL",
|
|
198
|
+
"value": "not(not(isnull(T_NHAB)) and round(T_NHAB,0)<>T_NHAB)"
|
|
199
|
+
},
|
|
200
|
+
"criticality": "ERROR",
|
|
201
|
+
"errorMessage": {
|
|
202
|
+
"type": "VTL|MD",
|
|
203
|
+
"value": "\"Le nombre doit comporter au maximum 0 chiffre(s) après la virgule\""
|
|
204
|
+
},
|
|
205
|
+
"typeOfControl": "FORMAT"
|
|
206
|
+
}
|
|
207
|
+
],
|
|
208
|
+
"decimals": 0,
|
|
209
|
+
"response": { "name": "T_NHAB" },
|
|
210
|
+
"description": {
|
|
211
|
+
"type": "TXT",
|
|
212
|
+
"value": "Format attendu : un nombre entre 0 et 10"
|
|
213
|
+
},
|
|
214
|
+
"isMandatory": false,
|
|
215
|
+
"componentType": "InputNumber"
|
|
216
|
+
}
|
|
217
|
+
],
|
|
218
|
+
"componentType": "Question",
|
|
219
|
+
"conditionFilter": { "type": "VTL", "value": "true" }
|
|
281
220
|
},
|
|
282
221
|
{
|
|
283
|
-
"
|
|
284
|
-
"
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
"
|
|
222
|
+
"id": "luk13nnr",
|
|
223
|
+
"page": "3",
|
|
224
|
+
"depth": 1,
|
|
225
|
+
"lines": {
|
|
226
|
+
"max": { "type": "VTL", "value": "T_NBHAB" },
|
|
227
|
+
"min": { "type": "VTL", "value": "T_NBHAB" }
|
|
289
228
|
},
|
|
290
|
-
"
|
|
291
|
-
|
|
292
|
-
"id": "
|
|
293
|
-
"page": "
|
|
229
|
+
"components": [
|
|
230
|
+
{
|
|
231
|
+
"id": "luk18oun",
|
|
232
|
+
"page": "3",
|
|
294
233
|
"label": {
|
|
295
234
|
"type": "VTL|MD",
|
|
296
|
-
"value": "\"
|
|
235
|
+
"value": "\"Composition du logement\"",
|
|
236
|
+
"shapeFrom": "T_PRENOM"
|
|
237
|
+
},
|
|
238
|
+
"description": {
|
|
239
|
+
"type": "VTL|MD",
|
|
240
|
+
"value": "\"Super déclaration\"",
|
|
241
|
+
"shapeFrom": "T_PRENOM"
|
|
242
|
+
},
|
|
243
|
+
"componentType": "Subsequence",
|
|
244
|
+
"conditionFilter": {
|
|
245
|
+
"type": "VTL",
|
|
246
|
+
"value": "true",
|
|
247
|
+
"shapeFrom": "T_PRENOM"
|
|
297
248
|
}
|
|
298
249
|
},
|
|
299
|
-
|
|
300
|
-
"id": "
|
|
301
|
-
"page": "
|
|
250
|
+
{
|
|
251
|
+
"id": "question-lujr5vll",
|
|
252
|
+
"page": "3",
|
|
302
253
|
"label": {
|
|
303
254
|
"type": "VTL|MD",
|
|
304
|
-
"value": "\"Votre
|
|
305
|
-
}
|
|
255
|
+
"value": "\" \" || if (T_NBHAB = 1) then \"Votre prénom : \" else (if ( not(isnull(T_PRENOM)) and T_PRENOM=PRENOMREF ) then \"Votre prénom : \" else ( if (isnull(PRENOMREFB) and isnull(T_PRENOM)) then \"Prénom (commencez par votre prénom) : \" else \"Prénom : \")) "
|
|
256
|
+
},
|
|
257
|
+
"components": [
|
|
258
|
+
{
|
|
259
|
+
"id": "lujr5vll",
|
|
260
|
+
"page": "3",
|
|
261
|
+
"response": { "name": "T_PRENOM" },
|
|
262
|
+
"maxLength": 40,
|
|
263
|
+
"isMandatory": false,
|
|
264
|
+
"componentType": "Input"
|
|
265
|
+
}
|
|
266
|
+
],
|
|
267
|
+
"componentType": "Question",
|
|
268
|
+
"conditionFilter": { "type": "VTL", "value": "true" }
|
|
306
269
|
}
|
|
307
|
-
|
|
308
|
-
"
|
|
270
|
+
],
|
|
271
|
+
"componentType": "Loop",
|
|
272
|
+
"paginatedLoop": false,
|
|
273
|
+
"conditionFilter": { "type": "VTL", "value": "true" },
|
|
274
|
+
"loopDependencies": ["T_NHAB", "T_NBHAB"]
|
|
275
|
+
},
|
|
276
|
+
{
|
|
277
|
+
"id": "luk1sm54",
|
|
278
|
+
"page": "4",
|
|
279
|
+
"depth": 1,
|
|
280
|
+
"maxPage": "2",
|
|
281
|
+
"components": [
|
|
309
282
|
{
|
|
283
|
+
"id": "luk1ojt5",
|
|
284
|
+
"page": "4.1",
|
|
310
285
|
"label": {
|
|
311
|
-
"type": "VTL
|
|
312
|
-
"value": "\"
|
|
286
|
+
"type": "VTL",
|
|
287
|
+
"value": "\"II - \" || \"Boucle sur séquence pour \" || PRENOM || \" (qui filtre la première itération)\" ",
|
|
288
|
+
"shapeFrom": "T_PRENOM"
|
|
313
289
|
},
|
|
314
|
-
"
|
|
290
|
+
"componentType": "Sequence",
|
|
291
|
+
"conditionFilter": {
|
|
292
|
+
"type": "VTL",
|
|
293
|
+
"value": "(not(PRENOM = PRENOMREF))",
|
|
294
|
+
"shapeFrom": "T_PRENOM"
|
|
295
|
+
}
|
|
315
296
|
},
|
|
316
297
|
{
|
|
298
|
+
"id": "question-luk17g1l",
|
|
299
|
+
"page": "4.2",
|
|
317
300
|
"label": {
|
|
318
301
|
"type": "VTL|MD",
|
|
319
|
-
"value": "\"
|
|
302
|
+
"value": "\"Super question pour \" || PRENOM "
|
|
320
303
|
},
|
|
321
|
-
"
|
|
304
|
+
"components": [
|
|
305
|
+
{
|
|
306
|
+
"id": "luk17g1l",
|
|
307
|
+
"page": "4.2",
|
|
308
|
+
"response": { "name": "SUPERQUEST" },
|
|
309
|
+
"maxLength": 249,
|
|
310
|
+
"isMandatory": false,
|
|
311
|
+
"componentType": "Input"
|
|
312
|
+
}
|
|
313
|
+
],
|
|
314
|
+
"componentType": "Question",
|
|
315
|
+
"conditionFilter": {
|
|
316
|
+
"type": "VTL",
|
|
317
|
+
"value": "(not(PRENOM = PRENOMREF))"
|
|
318
|
+
}
|
|
322
319
|
}
|
|
323
320
|
],
|
|
324
|
-
"
|
|
325
|
-
|
|
326
|
-
|
|
327
|
-
},
|
|
328
|
-
"
|
|
329
|
-
|
|
321
|
+
"iterations": { "type": "VTL", "value": "count(T_PRENOM)" },
|
|
322
|
+
"componentType": "Loop",
|
|
323
|
+
"paginatedLoop": true,
|
|
324
|
+
"conditionFilter": { "type": "VTL", "value": "true" },
|
|
325
|
+
"loopDependencies": ["T_PRENOM"]
|
|
326
|
+
},
|
|
327
|
+
{
|
|
328
|
+
"id": "mkpijg47",
|
|
329
|
+
"page": "5",
|
|
330
330
|
"label": {
|
|
331
|
-
"type": "VTL
|
|
332
|
-
"value": "\"
|
|
331
|
+
"type": "VTL",
|
|
332
|
+
"value": "\"III - \" || \"Séquence avec boucle sur sous-séquence\"",
|
|
333
|
+
"shapeFrom": "T_PRENOM"
|
|
333
334
|
},
|
|
334
|
-
"
|
|
335
|
+
"componentType": "Sequence",
|
|
336
|
+
"conditionFilter": {
|
|
337
|
+
"type": "VTL",
|
|
338
|
+
"value": "true",
|
|
339
|
+
"shapeFrom": "T_PRENOM"
|
|
340
|
+
}
|
|
335
341
|
},
|
|
336
342
|
{
|
|
337
|
-
"
|
|
338
|
-
"
|
|
339
|
-
"
|
|
340
|
-
|
|
341
|
-
|
|
342
|
-
|
|
343
|
+
"id": "mkpitw36",
|
|
344
|
+
"page": "6",
|
|
345
|
+
"depth": 1,
|
|
346
|
+
"maxPage": "1",
|
|
347
|
+
"components": [
|
|
348
|
+
{
|
|
349
|
+
"id": "mkpirz76",
|
|
343
350
|
"label": {
|
|
344
351
|
"type": "VTL|MD",
|
|
345
|
-
"value": "\"
|
|
352
|
+
"value": "\"Boucle sur sous-séquence (qui filtre la première itération)\"",
|
|
353
|
+
"shapeFrom": "T_PRENOM"
|
|
354
|
+
},
|
|
355
|
+
"goToPage": "6.1",
|
|
356
|
+
"componentType": "Subsequence",
|
|
357
|
+
"conditionFilter": {
|
|
358
|
+
"type": "VTL",
|
|
359
|
+
"value": "(not(PRENOM = PRENOMREF))",
|
|
360
|
+
"shapeFrom": "T_PRENOM"
|
|
346
361
|
}
|
|
347
362
|
},
|
|
348
|
-
"subSequence": {
|
|
349
|
-
"id": "lujqbyzl",
|
|
350
|
-
"page": "3",
|
|
351
|
-
"label": {
|
|
352
|
-
"type": "VTL|MD",
|
|
353
|
-
"value": "\"Votre logement\""
|
|
354
|
-
}
|
|
355
|
-
}
|
|
356
|
-
},
|
|
357
|
-
"conditionFilter": {
|
|
358
|
-
"type": "VTL",
|
|
359
|
-
"value": "true"
|
|
360
|
-
},
|
|
361
|
-
"id": "lujqbyzl",
|
|
362
|
-
"page": "3",
|
|
363
|
-
"label": {
|
|
364
|
-
"type": "VTL|MD",
|
|
365
|
-
"value": "\"Votre logement\""
|
|
366
|
-
},
|
|
367
|
-
"declarations": [
|
|
368
363
|
{
|
|
369
|
-
"
|
|
370
|
-
"
|
|
364
|
+
"id": "question-mkpihagg",
|
|
365
|
+
"page": "6.1",
|
|
371
366
|
"label": {
|
|
372
367
|
"type": "VTL|MD",
|
|
373
|
-
"value": "\"
|
|
368
|
+
"value": "\"Petite question pour \" || PRENOM "
|
|
374
369
|
},
|
|
375
|
-
"
|
|
376
|
-
}
|
|
377
|
-
]
|
|
378
|
-
},
|
|
379
|
-
{
|
|
380
|
-
"componentType": "Radio",
|
|
381
|
-
"missingResponse": {
|
|
382
|
-
"name": "SATISFAIT_MISSING"
|
|
383
|
-
},
|
|
384
|
-
"response": {
|
|
385
|
-
"name": "SATISFAIT"
|
|
386
|
-
},
|
|
387
|
-
"hierarchy": {
|
|
388
|
-
"sequence": {
|
|
389
|
-
"id": "lujqfpva",
|
|
390
|
-
"page": "1",
|
|
391
|
-
"label": {
|
|
392
|
-
"type": "VTL|MD",
|
|
393
|
-
"value": "\"I - \" || \"Séquence 1\""
|
|
394
|
-
}
|
|
395
|
-
},
|
|
396
|
-
"subSequence": {
|
|
397
|
-
"id": "lujqbyzl",
|
|
398
|
-
"page": "3",
|
|
399
|
-
"label": {
|
|
400
|
-
"type": "VTL|MD",
|
|
401
|
-
"value": "\"Votre logement\""
|
|
402
|
-
}
|
|
403
|
-
}
|
|
404
|
-
},
|
|
405
|
-
"options": [
|
|
406
|
-
{
|
|
407
|
-
"label": {
|
|
408
|
-
"type": "VTL|MD",
|
|
409
|
-
"value": "\"Oui\""
|
|
410
|
-
},
|
|
411
|
-
"value": "1"
|
|
412
|
-
},
|
|
413
|
-
{
|
|
414
|
-
"label": {
|
|
415
|
-
"type": "VTL|MD",
|
|
416
|
-
"value": "\"Non\""
|
|
417
|
-
},
|
|
418
|
-
"value": "2"
|
|
419
|
-
}
|
|
420
|
-
],
|
|
421
|
-
"conditionFilter": {
|
|
422
|
-
"type": "VTL",
|
|
423
|
-
"value": "true"
|
|
424
|
-
},
|
|
425
|
-
"id": "lujqu9v7",
|
|
426
|
-
"page": "4",
|
|
427
|
-
"label": {
|
|
428
|
-
"type": "VTL|MD",
|
|
429
|
-
"value": "\"➡ 2. \" || \"Êtes-vous satisfait de votre logement ?\""
|
|
430
|
-
},
|
|
431
|
-
"isMandatory": false
|
|
432
|
-
},
|
|
433
|
-
{
|
|
434
|
-
"componentType": "Sequence",
|
|
435
|
-
"hierarchy": {
|
|
436
|
-
"sequence": {
|
|
437
|
-
"id": "lujqrqmp",
|
|
438
|
-
"page": "5",
|
|
439
|
-
"label": {
|
|
440
|
-
"type": "VTL|MD",
|
|
441
|
-
"value": "\"II - \" || \"Habitants du logement\""
|
|
442
|
-
}
|
|
443
|
-
}
|
|
444
|
-
},
|
|
445
|
-
"conditionFilter": {
|
|
446
|
-
"type": "VTL",
|
|
447
|
-
"value": "true"
|
|
448
|
-
},
|
|
449
|
-
"id": "lujqrqmp",
|
|
450
|
-
"page": "5",
|
|
451
|
-
"label": {
|
|
452
|
-
"type": "VTL|MD",
|
|
453
|
-
"value": "\"II - \" || \"Habitants du logement\""
|
|
454
|
-
}
|
|
455
|
-
},
|
|
456
|
-
{
|
|
457
|
-
"componentType": "InputNumber",
|
|
458
|
-
"min": 0,
|
|
459
|
-
"missingResponse": {
|
|
460
|
-
"name": "T_NHAB_MISSING"
|
|
461
|
-
},
|
|
462
|
-
"max": 10,
|
|
463
|
-
"response": {
|
|
464
|
-
"name": "T_NHAB"
|
|
465
|
-
},
|
|
466
|
-
"decimals": 0,
|
|
467
|
-
"hierarchy": {
|
|
468
|
-
"sequence": {
|
|
469
|
-
"id": "lujqrqmp",
|
|
470
|
-
"page": "5",
|
|
471
|
-
"label": {
|
|
472
|
-
"type": "VTL|MD",
|
|
473
|
-
"value": "\"II - \" || \"Habitants du logement\""
|
|
474
|
-
}
|
|
475
|
-
}
|
|
476
|
-
},
|
|
477
|
-
"conditionFilter": {
|
|
478
|
-
"type": "VTL",
|
|
479
|
-
"value": "true"
|
|
480
|
-
},
|
|
481
|
-
"id": "lujqwl1t",
|
|
482
|
-
"page": "6",
|
|
483
|
-
"label": {
|
|
484
|
-
"type": "VTL|MD",
|
|
485
|
-
"value": "\"➡ 3. \" || \"Combien d'habitants dans votre logement ?\""
|
|
486
|
-
},
|
|
487
|
-
"isMandatory": false
|
|
488
|
-
},
|
|
489
|
-
{
|
|
490
|
-
"paginatedLoop": false,
|
|
491
|
-
"componentType": "Loop",
|
|
492
|
-
"loopDependencies": ["T_NHAB", "T_NBHAB"],
|
|
493
|
-
"components": [
|
|
494
|
-
{
|
|
495
|
-
"componentType": "Subsequence",
|
|
496
|
-
"goToPage": "7",
|
|
497
|
-
"hierarchy": {
|
|
498
|
-
"sequence": {
|
|
499
|
-
"id": "lujqrqmp",
|
|
500
|
-
"page": "5",
|
|
501
|
-
"label": {
|
|
502
|
-
"type": "VTL|MD",
|
|
503
|
-
"value": "\"II - \" || \"Habitants du logement\""
|
|
504
|
-
}
|
|
505
|
-
},
|
|
506
|
-
"subSequence": {
|
|
507
|
-
"id": "luk18oun",
|
|
508
|
-
"page": "7",
|
|
509
|
-
"label": {
|
|
510
|
-
"type": "VTL|MD",
|
|
511
|
-
"value": "\"Composition du logement\""
|
|
512
|
-
}
|
|
513
|
-
}
|
|
514
|
-
},
|
|
515
|
-
"conditionFilter": {
|
|
516
|
-
"type": "VTL",
|
|
517
|
-
"value": "true"
|
|
518
|
-
},
|
|
519
|
-
"id": "luk18oun",
|
|
520
|
-
"page": "7",
|
|
521
|
-
"label": {
|
|
522
|
-
"type": "VTL|MD",
|
|
523
|
-
"value": "\"Composition du logement\""
|
|
524
|
-
}
|
|
525
|
-
},
|
|
526
|
-
{
|
|
527
|
-
"componentType": "Input",
|
|
528
|
-
"missingResponse": {
|
|
529
|
-
"name": "T_PRENOM_MISSING"
|
|
530
|
-
},
|
|
531
|
-
"response": {
|
|
532
|
-
"name": "T_PRENOM"
|
|
533
|
-
},
|
|
534
|
-
"hierarchy": {
|
|
535
|
-
"sequence": {
|
|
536
|
-
"id": "lujqrqmp",
|
|
537
|
-
"page": "5",
|
|
538
|
-
"label": {
|
|
539
|
-
"type": "VTL|MD",
|
|
540
|
-
"value": "\"II - \" || \"Habitants du logement\""
|
|
541
|
-
}
|
|
542
|
-
},
|
|
543
|
-
"subSequence": {
|
|
544
|
-
"id": "luk18oun",
|
|
545
|
-
"page": "7",
|
|
546
|
-
"label": {
|
|
547
|
-
"type": "VTL|MD",
|
|
548
|
-
"value": "\"Composition du logement\""
|
|
549
|
-
}
|
|
550
|
-
}
|
|
551
|
-
},
|
|
552
|
-
"conditionFilter": {
|
|
553
|
-
"type": "VTL",
|
|
554
|
-
"value": "true"
|
|
555
|
-
},
|
|
556
|
-
"id": "lujr5vll",
|
|
557
|
-
"page": "7",
|
|
558
|
-
"label": {
|
|
559
|
-
"type": "VTL|MD",
|
|
560
|
-
"value": "\"➡ 4. \" || \" \" || if (T_NBHAB = 1) then \"Votre prénom : \" else (if ( not(isnull(T_PRENOM)) and T_PRENOM=PRENOMREF ) then \"Votre prénom : \" else ( if (isnull(PRENOMREFB) and isnull(T_PRENOM)) then \"Prénom (commencez par votre prénom) : \" else \"Prénom : \")) "
|
|
561
|
-
},
|
|
562
|
-
"isMandatory": false,
|
|
563
|
-
"maxLength": 40
|
|
564
|
-
}
|
|
565
|
-
],
|
|
566
|
-
"depth": 1,
|
|
567
|
-
"hierarchy": {
|
|
568
|
-
"sequence": {
|
|
569
|
-
"id": "lujqrqmp",
|
|
570
|
-
"page": "5",
|
|
571
|
-
"label": {
|
|
572
|
-
"type": "VTL|MD",
|
|
573
|
-
"value": "\"II - \" || \"Habitants du logement\""
|
|
574
|
-
}
|
|
575
|
-
}
|
|
576
|
-
},
|
|
577
|
-
"conditionFilter": {
|
|
578
|
-
"type": "VTL",
|
|
579
|
-
"value": "true"
|
|
580
|
-
},
|
|
581
|
-
"id": "luk13nnr",
|
|
582
|
-
"page": "7",
|
|
583
|
-
"lines": {
|
|
584
|
-
"min": {
|
|
585
|
-
"type": "VTL",
|
|
586
|
-
"value": "T_NBHAB"
|
|
587
|
-
},
|
|
588
|
-
"max": {
|
|
589
|
-
"type": "VTL",
|
|
590
|
-
"value": "T_NBHAB"
|
|
591
|
-
}
|
|
592
|
-
}
|
|
593
|
-
},
|
|
594
|
-
{
|
|
595
|
-
"componentType": "Subsequence",
|
|
596
|
-
"goToPage": "8",
|
|
597
|
-
"hierarchy": {
|
|
598
|
-
"sequence": {
|
|
599
|
-
"id": "lujqrqmp",
|
|
600
|
-
"page": "5",
|
|
601
|
-
"label": {
|
|
602
|
-
"type": "VTL|MD",
|
|
603
|
-
"value": "\"II - \" || \"Habitants du logement\""
|
|
604
|
-
}
|
|
605
|
-
},
|
|
606
|
-
"subSequence": {
|
|
607
|
-
"id": "lulbmyhr",
|
|
608
|
-
"page": "8",
|
|
609
|
-
"label": {
|
|
610
|
-
"type": "VTL|MD",
|
|
611
|
-
"value": "\"Commentaire sur composition du logement\""
|
|
612
|
-
}
|
|
613
|
-
}
|
|
614
|
-
},
|
|
615
|
-
"conditionFilter": {
|
|
616
|
-
"type": "VTL",
|
|
617
|
-
"value": "true"
|
|
618
|
-
},
|
|
619
|
-
"id": "lulbmyhr",
|
|
620
|
-
"label": {
|
|
621
|
-
"type": "VTL|MD",
|
|
622
|
-
"value": "\"Commentaire sur composition du logement\""
|
|
623
|
-
}
|
|
624
|
-
},
|
|
625
|
-
{
|
|
626
|
-
"componentType": "Input",
|
|
627
|
-
"missingResponse": {
|
|
628
|
-
"name": "COMMCOMPO_MISSING"
|
|
629
|
-
},
|
|
630
|
-
"response": {
|
|
631
|
-
"name": "COMMCOMPO"
|
|
632
|
-
},
|
|
633
|
-
"hierarchy": {
|
|
634
|
-
"sequence": {
|
|
635
|
-
"id": "lujqrqmp",
|
|
636
|
-
"page": "5",
|
|
637
|
-
"label": {
|
|
638
|
-
"type": "VTL|MD",
|
|
639
|
-
"value": "\"II - \" || \"Habitants du logement\""
|
|
640
|
-
}
|
|
641
|
-
},
|
|
642
|
-
"subSequence": {
|
|
643
|
-
"id": "lulbmyhr",
|
|
644
|
-
"page": "8",
|
|
645
|
-
"label": {
|
|
646
|
-
"type": "VTL|MD",
|
|
647
|
-
"value": "\"Commentaire sur composition du logement\""
|
|
648
|
-
}
|
|
649
|
-
}
|
|
650
|
-
},
|
|
651
|
-
"conditionFilter": {
|
|
652
|
-
"type": "VTL",
|
|
653
|
-
"value": "true"
|
|
654
|
-
},
|
|
655
|
-
"id": "lulbam4k",
|
|
656
|
-
"page": "8",
|
|
657
|
-
"label": {
|
|
658
|
-
"type": "VTL|MD",
|
|
659
|
-
"value": "\"➡ 5. \" || \"Un petit commentaire sur cette composition de logement ?\""
|
|
660
|
-
},
|
|
661
|
-
"isMandatory": false,
|
|
662
|
-
"maxLength": 249
|
|
663
|
-
},
|
|
664
|
-
{
|
|
665
|
-
"componentType": "Sequence",
|
|
666
|
-
"hierarchy": {
|
|
667
|
-
"sequence": {
|
|
668
|
-
"id": "lujyi4pe",
|
|
669
|
-
"page": "9",
|
|
670
|
-
"label": {
|
|
671
|
-
"type": "VTL|MD",
|
|
672
|
-
"value": "\"III - \" || \"Détail des individus\""
|
|
673
|
-
}
|
|
674
|
-
}
|
|
675
|
-
},
|
|
676
|
-
"conditionFilter": {
|
|
677
|
-
"type": "VTL",
|
|
678
|
-
"value": "true"
|
|
679
|
-
},
|
|
680
|
-
"id": "lujyi4pe",
|
|
681
|
-
"page": "9",
|
|
682
|
-
"label": {
|
|
683
|
-
"type": "VTL|MD",
|
|
684
|
-
"value": "\"III - \" || \"Détail des individus\""
|
|
685
|
-
}
|
|
686
|
-
},
|
|
687
|
-
{
|
|
688
|
-
"paginatedLoop": true,
|
|
689
|
-
"componentType": "Loop",
|
|
690
|
-
"loopDependencies": ["T_PRENOM"],
|
|
691
|
-
"components": [
|
|
692
|
-
{
|
|
693
|
-
"componentType": "Subsequence",
|
|
694
|
-
"goToPage": "10.1",
|
|
695
|
-
"hierarchy": {
|
|
696
|
-
"sequence": {
|
|
697
|
-
"id": "lujyi4pe",
|
|
698
|
-
"page": "9",
|
|
699
|
-
"label": {
|
|
700
|
-
"type": "VTL|MD",
|
|
701
|
-
"value": "\"III - \" || \"Détail des individus\""
|
|
702
|
-
}
|
|
703
|
-
},
|
|
704
|
-
"subSequence": {
|
|
705
|
-
"id": "lujykwaz",
|
|
706
|
-
"page": "10.1",
|
|
707
|
-
"label": {
|
|
708
|
-
"type": "VTL|MD",
|
|
709
|
-
"value": "\"Caractéristiques de \" || PRENOM "
|
|
710
|
-
}
|
|
711
|
-
}
|
|
712
|
-
},
|
|
713
|
-
"conditionFilter": {
|
|
714
|
-
"type": "VTL",
|
|
715
|
-
"value": "true"
|
|
716
|
-
},
|
|
717
|
-
"id": "lujykwaz",
|
|
718
|
-
"label": {
|
|
719
|
-
"type": "VTL|MD",
|
|
720
|
-
"value": "\"Caractéristiques de \" || PRENOM "
|
|
721
|
-
}
|
|
722
|
-
},
|
|
723
|
-
{
|
|
724
|
-
"componentType": "Radio",
|
|
725
|
-
"missingResponse": {
|
|
726
|
-
"name": "T_SEXE_MISSING"
|
|
727
|
-
},
|
|
728
|
-
"response": {
|
|
729
|
-
"name": "T_SEXE"
|
|
730
|
-
},
|
|
731
|
-
"hierarchy": {
|
|
732
|
-
"sequence": {
|
|
733
|
-
"id": "lujyi4pe",
|
|
734
|
-
"page": "9",
|
|
735
|
-
"label": {
|
|
736
|
-
"type": "VTL|MD",
|
|
737
|
-
"value": "\"III - \" || \"Détail des individus\""
|
|
738
|
-
}
|
|
739
|
-
},
|
|
740
|
-
"subSequence": {
|
|
741
|
-
"id": "lujykwaz",
|
|
742
|
-
"page": "10.1",
|
|
743
|
-
"label": {
|
|
744
|
-
"type": "VTL|MD",
|
|
745
|
-
"value": "\"Caractéristiques de \" || PRENOM "
|
|
746
|
-
}
|
|
747
|
-
}
|
|
748
|
-
},
|
|
749
|
-
"options": [
|
|
750
|
-
{
|
|
751
|
-
"label": {
|
|
752
|
-
"type": "VTL|MD",
|
|
753
|
-
"value": "\"Homme\""
|
|
754
|
-
},
|
|
755
|
-
"value": "1"
|
|
756
|
-
},
|
|
370
|
+
"components": [
|
|
757
371
|
{
|
|
758
|
-
"
|
|
759
|
-
|
|
760
|
-
|
|
761
|
-
|
|
762
|
-
"
|
|
372
|
+
"id": "mkpihagg",
|
|
373
|
+
"page": "6.1",
|
|
374
|
+
"response": { "name": "PETITEQUES" },
|
|
375
|
+
"maxLength": 249,
|
|
376
|
+
"isMandatory": false,
|
|
377
|
+
"componentType": "Input"
|
|
763
378
|
}
|
|
764
379
|
],
|
|
380
|
+
"componentType": "Question",
|
|
765
381
|
"conditionFilter": {
|
|
766
382
|
"type": "VTL",
|
|
767
|
-
"value": "
|
|
768
|
-
},
|
|
769
|
-
"id": "lujyd8ap",
|
|
770
|
-
"page": "10.1",
|
|
771
|
-
"label": {
|
|
772
|
-
"type": "VTL|MD",
|
|
773
|
-
"value": "\"➡ 6. \" || \"Quel est \" || if (PRENOM = PRENOMREF) then \"votre sexe ?\" else \"le sexe de \" || PRENOM || \" ?\" "
|
|
774
|
-
},
|
|
775
|
-
"isMandatory": false
|
|
776
|
-
}
|
|
777
|
-
],
|
|
778
|
-
"depth": 1,
|
|
779
|
-
"hierarchy": {
|
|
780
|
-
"sequence": {
|
|
781
|
-
"id": "lujyi4pe",
|
|
782
|
-
"page": "9",
|
|
783
|
-
"label": {
|
|
784
|
-
"type": "VTL|MD",
|
|
785
|
-
"value": "\"III - \" || \"Détail des individus\""
|
|
786
|
-
}
|
|
787
|
-
}
|
|
788
|
-
},
|
|
789
|
-
"conditionFilter": {
|
|
790
|
-
"type": "VTL",
|
|
791
|
-
"value": "true"
|
|
792
|
-
},
|
|
793
|
-
"id": "lujyp9vl",
|
|
794
|
-
"page": "10",
|
|
795
|
-
"maxPage": "1",
|
|
796
|
-
"iterations": {
|
|
797
|
-
"type": "VTL",
|
|
798
|
-
"value": "count(T_PRENOM)"
|
|
799
|
-
}
|
|
800
|
-
},
|
|
801
|
-
{
|
|
802
|
-
"paginatedLoop": true,
|
|
803
|
-
"componentType": "Loop",
|
|
804
|
-
"loopDependencies": ["T_PRENOM"],
|
|
805
|
-
"components": [
|
|
806
|
-
{
|
|
807
|
-
"componentType": "Subsequence",
|
|
808
|
-
"goToPage": "11.1",
|
|
809
|
-
"hierarchy": {
|
|
810
|
-
"sequence": {
|
|
811
|
-
"id": "lujyi4pe",
|
|
812
|
-
"page": "9",
|
|
813
|
-
"label": {
|
|
814
|
-
"type": "VTL|MD",
|
|
815
|
-
"value": "\"III - \" || \"Détail des individus\""
|
|
816
|
-
}
|
|
817
|
-
},
|
|
818
|
-
"subSequence": {
|
|
819
|
-
"id": "lujyik5q",
|
|
820
|
-
"page": "11.1",
|
|
821
|
-
"label": {
|
|
822
|
-
"type": "VTL|MD",
|
|
823
|
-
"value": "\"Autres caractéristiques de \" || PRENOM || \" : filtrée pour le premier individu\" "
|
|
824
|
-
}
|
|
825
|
-
}
|
|
826
|
-
},
|
|
827
|
-
"conditionFilter": {
|
|
828
|
-
"type": "VTL",
|
|
829
|
-
"value": "(PRENOM <> PRENOMREF)"
|
|
830
|
-
},
|
|
831
|
-
"id": "lujyik5q",
|
|
832
|
-
"label": {
|
|
833
|
-
"type": "VTL|MD",
|
|
834
|
-
"value": "\"Autres caractéristiques de \" || PRENOM || \" : filtrée pour le premier individu\" "
|
|
835
|
-
}
|
|
836
|
-
},
|
|
837
|
-
{
|
|
838
|
-
"componentType": "Datepicker",
|
|
839
|
-
"min": "1900-01-01",
|
|
840
|
-
"missingResponse": {
|
|
841
|
-
"name": "T_DATENAIS_MISSING"
|
|
842
|
-
},
|
|
843
|
-
"max": "2025-12-31",
|
|
844
|
-
"dateFormat": "YYYY-MM-DD",
|
|
845
|
-
"response": {
|
|
846
|
-
"name": "T_DATENAIS"
|
|
847
|
-
},
|
|
848
|
-
"hierarchy": {
|
|
849
|
-
"sequence": {
|
|
850
|
-
"id": "lujyi4pe",
|
|
851
|
-
"page": "9",
|
|
852
|
-
"label": {
|
|
853
|
-
"type": "VTL|MD",
|
|
854
|
-
"value": "\"III - \" || \"Détail des individus\""
|
|
855
|
-
}
|
|
856
|
-
},
|
|
857
|
-
"subSequence": {
|
|
858
|
-
"id": "lujyik5q",
|
|
859
|
-
"page": "11.1",
|
|
860
|
-
"label": {
|
|
861
|
-
"type": "VTL|MD",
|
|
862
|
-
"value": "\"Autres caractéristiques de \" || PRENOM || \" : filtrée pour le premier individu\" "
|
|
863
|
-
}
|
|
864
|
-
}
|
|
865
|
-
},
|
|
866
|
-
"conditionFilter": {
|
|
867
|
-
"type": "VTL",
|
|
868
|
-
"value": "(PRENOM <> PRENOMREF)"
|
|
869
|
-
},
|
|
870
|
-
"id": "lujyq5qw",
|
|
871
|
-
"page": "11.1",
|
|
872
|
-
"label": {
|
|
873
|
-
"type": "VTL|MD",
|
|
874
|
-
"value": "\"➡ 7. \" || \"Quelle est la date de naissance de \" || PRENOM || \" ?\" "
|
|
875
|
-
},
|
|
876
|
-
"isMandatory": false
|
|
877
|
-
},
|
|
878
|
-
{
|
|
879
|
-
"componentType": "Subsequence",
|
|
880
|
-
"goToPage": "11.2",
|
|
881
|
-
"hierarchy": {
|
|
882
|
-
"sequence": {
|
|
883
|
-
"id": "lujyi4pe",
|
|
884
|
-
"page": "9",
|
|
885
|
-
"label": {
|
|
886
|
-
"type": "VTL|MD",
|
|
887
|
-
"value": "\"III - \" || \"Détail des individus\""
|
|
888
|
-
}
|
|
889
|
-
},
|
|
890
|
-
"subSequence": {
|
|
891
|
-
"id": "luk0swcz",
|
|
892
|
-
"page": "11.2",
|
|
893
|
-
"label": {
|
|
894
|
-
"type": "VTL|MD",
|
|
895
|
-
"value": "\"Encore d'autres caractéristiques de \" || PRENOM || \" : filtrée pour le premier individu\" "
|
|
896
|
-
}
|
|
897
|
-
}
|
|
898
|
-
},
|
|
899
|
-
"conditionFilter": {
|
|
900
|
-
"type": "VTL",
|
|
901
|
-
"value": "(PRENOM <> PRENOMREF)"
|
|
902
|
-
},
|
|
903
|
-
"id": "luk0swcz",
|
|
904
|
-
"label": {
|
|
905
|
-
"type": "VTL|MD",
|
|
906
|
-
"value": "\"Encore d'autres caractéristiques de \" || PRENOM || \" : filtrée pour le premier individu\" "
|
|
383
|
+
"value": "(not(PRENOM = PRENOMREF))"
|
|
907
384
|
}
|
|
908
|
-
},
|
|
909
|
-
{
|
|
910
|
-
"componentType": "Input",
|
|
911
|
-
"missingResponse": {
|
|
912
|
-
"name": "REMARQUES_MISSING"
|
|
913
|
-
},
|
|
914
|
-
"response": {
|
|
915
|
-
"name": "REMARQUES"
|
|
916
|
-
},
|
|
917
|
-
"hierarchy": {
|
|
918
|
-
"sequence": {
|
|
919
|
-
"id": "lujyi4pe",
|
|
920
|
-
"page": "9",
|
|
921
|
-
"label": {
|
|
922
|
-
"type": "VTL|MD",
|
|
923
|
-
"value": "\"III - \" || \"Détail des individus\""
|
|
924
|
-
}
|
|
925
|
-
},
|
|
926
|
-
"subSequence": {
|
|
927
|
-
"id": "luk0swcz",
|
|
928
|
-
"page": "11.2",
|
|
929
|
-
"label": {
|
|
930
|
-
"type": "VTL|MD",
|
|
931
|
-
"value": "\"Encore d'autres caractéristiques de \" || PRENOM || \" : filtrée pour le premier individu\" "
|
|
932
|
-
}
|
|
933
|
-
}
|
|
934
|
-
},
|
|
935
|
-
"conditionFilter": {
|
|
936
|
-
"type": "VTL",
|
|
937
|
-
"value": "(PRENOM <> PRENOMREF)"
|
|
938
|
-
},
|
|
939
|
-
"id": "luk0npgm",
|
|
940
|
-
"page": "11.2",
|
|
941
|
-
"label": {
|
|
942
|
-
"type": "VTL|MD",
|
|
943
|
-
"value": "\"➡ 8. \" || \"Des remarques pour \" || PRENOM "
|
|
944
|
-
},
|
|
945
|
-
"isMandatory": false,
|
|
946
|
-
"maxLength": 249
|
|
947
385
|
}
|
|
948
386
|
],
|
|
949
|
-
"
|
|
950
|
-
"hierarchy": {
|
|
951
|
-
"sequence": {
|
|
952
|
-
"id": "lujyi4pe",
|
|
953
|
-
"page": "9",
|
|
954
|
-
"label": {
|
|
955
|
-
"type": "VTL|MD",
|
|
956
|
-
"value": "\"III - \" || \"Détail des individus\""
|
|
957
|
-
}
|
|
958
|
-
}
|
|
959
|
-
},
|
|
960
|
-
"conditionFilter": {
|
|
961
|
-
"type": "VTL",
|
|
962
|
-
"value": "(PRENOM <> PRENOMREF)"
|
|
963
|
-
},
|
|
964
|
-
"id": "lujyo21b",
|
|
965
|
-
"page": "11",
|
|
966
|
-
"maxPage": "2",
|
|
967
|
-
"iterations": {
|
|
968
|
-
"type": "VTL",
|
|
969
|
-
"value": "count(T_PRENOM)"
|
|
970
|
-
}
|
|
971
|
-
},
|
|
972
|
-
{
|
|
973
|
-
"paginatedLoop": true,
|
|
387
|
+
"iterations": { "type": "VTL", "value": "count(T_PRENOM)" },
|
|
974
388
|
"componentType": "Loop",
|
|
975
|
-
"
|
|
976
|
-
"
|
|
977
|
-
|
|
978
|
-
"componentType": "Sequence",
|
|
979
|
-
"hierarchy": {
|
|
980
|
-
"sequence": {
|
|
981
|
-
"id": "luk1ojt5",
|
|
982
|
-
"page": "12.1",
|
|
983
|
-
"label": {
|
|
984
|
-
"type": "VTL|MD",
|
|
985
|
-
"value": "\"IV - \" || \"Belle séquence pour \" || PRENOM "
|
|
986
|
-
}
|
|
987
|
-
}
|
|
988
|
-
},
|
|
989
|
-
"conditionFilter": {
|
|
990
|
-
"type": "VTL",
|
|
991
|
-
"value": "true"
|
|
992
|
-
},
|
|
993
|
-
"id": "luk1ojt5",
|
|
994
|
-
"page": "12.1",
|
|
995
|
-
"label": {
|
|
996
|
-
"type": "VTL|MD",
|
|
997
|
-
"value": "\"IV - \" || \"Belle séquence pour \" || PRENOM "
|
|
998
|
-
}
|
|
999
|
-
},
|
|
1000
|
-
{
|
|
1001
|
-
"componentType": "Subsequence",
|
|
1002
|
-
"goToPage": "12.2",
|
|
1003
|
-
"hierarchy": {
|
|
1004
|
-
"sequence": {
|
|
1005
|
-
"id": "luk1ojt5",
|
|
1006
|
-
"page": "12.1",
|
|
1007
|
-
"label": {
|
|
1008
|
-
"type": "VTL|MD",
|
|
1009
|
-
"value": "\"IV - \" || \"Belle séquence pour \" || PRENOM "
|
|
1010
|
-
}
|
|
1011
|
-
},
|
|
1012
|
-
"subSequence": {
|
|
1013
|
-
"id": "lumfc98o",
|
|
1014
|
-
"page": "12.2",
|
|
1015
|
-
"label": {
|
|
1016
|
-
"type": "VTL|MD",
|
|
1017
|
-
"value": "\"Belle sous-séquence pour \" || PRENOM "
|
|
1018
|
-
}
|
|
1019
|
-
}
|
|
1020
|
-
},
|
|
1021
|
-
"conditionFilter": {
|
|
1022
|
-
"type": "VTL",
|
|
1023
|
-
"value": "true"
|
|
1024
|
-
},
|
|
1025
|
-
"id": "lumfc98o",
|
|
1026
|
-
"label": {
|
|
1027
|
-
"type": "VTL|MD",
|
|
1028
|
-
"value": "\"Belle sous-séquence pour \" || PRENOM "
|
|
1029
|
-
}
|
|
1030
|
-
},
|
|
1031
|
-
{
|
|
1032
|
-
"componentType": "Input",
|
|
1033
|
-
"missingResponse": {
|
|
1034
|
-
"name": "SUPERQUEST_MISSING"
|
|
1035
|
-
},
|
|
1036
|
-
"response": {
|
|
1037
|
-
"name": "SUPERQUEST"
|
|
1038
|
-
},
|
|
1039
|
-
"hierarchy": {
|
|
1040
|
-
"sequence": {
|
|
1041
|
-
"id": "luk1ojt5",
|
|
1042
|
-
"page": "12.1",
|
|
1043
|
-
"label": {
|
|
1044
|
-
"type": "VTL|MD",
|
|
1045
|
-
"value": "\"IV - \" || \"Belle séquence pour \" || PRENOM "
|
|
1046
|
-
}
|
|
1047
|
-
},
|
|
1048
|
-
"subSequence": {
|
|
1049
|
-
"id": "lumfc98o",
|
|
1050
|
-
"page": "12.2",
|
|
1051
|
-
"label": {
|
|
1052
|
-
"type": "VTL|MD",
|
|
1053
|
-
"value": "\"Belle sous-séquence pour \" || PRENOM "
|
|
1054
|
-
}
|
|
1055
|
-
}
|
|
1056
|
-
},
|
|
1057
|
-
"conditionFilter": {
|
|
1058
|
-
"type": "VTL",
|
|
1059
|
-
"value": "true"
|
|
1060
|
-
},
|
|
1061
|
-
"id": "luk17g1l",
|
|
1062
|
-
"page": "12.2",
|
|
1063
|
-
"label": {
|
|
1064
|
-
"type": "VTL|MD",
|
|
1065
|
-
"value": "\"➡ 9. \" || \"Super question pour \" || PRENOM "
|
|
1066
|
-
},
|
|
1067
|
-
"isMandatory": false,
|
|
1068
|
-
"maxLength": 249
|
|
1069
|
-
},
|
|
1070
|
-
{
|
|
1071
|
-
"componentType": "Subsequence",
|
|
1072
|
-
"goToPage": "12.3",
|
|
1073
|
-
"hierarchy": {
|
|
1074
|
-
"sequence": {
|
|
1075
|
-
"id": "luk1ojt5",
|
|
1076
|
-
"page": "12.1",
|
|
1077
|
-
"label": {
|
|
1078
|
-
"type": "VTL|MD",
|
|
1079
|
-
"value": "\"IV - \" || \"Belle séquence pour \" || PRENOM "
|
|
1080
|
-
}
|
|
1081
|
-
},
|
|
1082
|
-
"subSequence": {
|
|
1083
|
-
"id": "lumfe3bj",
|
|
1084
|
-
"page": "12.3",
|
|
1085
|
-
"label": {
|
|
1086
|
-
"type": "VTL|MD",
|
|
1087
|
-
"value": "\"Autre belle sous-seq\""
|
|
1088
|
-
}
|
|
1089
|
-
}
|
|
1090
|
-
},
|
|
1091
|
-
"conditionFilter": {
|
|
1092
|
-
"type": "VTL",
|
|
1093
|
-
"value": "true"
|
|
1094
|
-
},
|
|
1095
|
-
"id": "lumfe3bj",
|
|
1096
|
-
"label": {
|
|
1097
|
-
"type": "VTL|MD",
|
|
1098
|
-
"value": "\"Autre belle sous-seq\""
|
|
1099
|
-
}
|
|
1100
|
-
},
|
|
1101
|
-
{
|
|
1102
|
-
"componentType": "Input",
|
|
1103
|
-
"missingResponse": {
|
|
1104
|
-
"name": "ENCOREUNEQ_MISSING"
|
|
1105
|
-
},
|
|
1106
|
-
"response": {
|
|
1107
|
-
"name": "ENCOREUNEQ"
|
|
1108
|
-
},
|
|
1109
|
-
"hierarchy": {
|
|
1110
|
-
"sequence": {
|
|
1111
|
-
"id": "luk1ojt5",
|
|
1112
|
-
"page": "12.1",
|
|
1113
|
-
"label": {
|
|
1114
|
-
"type": "VTL|MD",
|
|
1115
|
-
"value": "\"IV - \" || \"Belle séquence pour \" || PRENOM "
|
|
1116
|
-
}
|
|
1117
|
-
},
|
|
1118
|
-
"subSequence": {
|
|
1119
|
-
"id": "lumfe3bj",
|
|
1120
|
-
"page": "12.3",
|
|
1121
|
-
"label": {
|
|
1122
|
-
"type": "VTL|MD",
|
|
1123
|
-
"value": "\"Autre belle sous-seq\""
|
|
1124
|
-
}
|
|
1125
|
-
}
|
|
1126
|
-
},
|
|
1127
|
-
"conditionFilter": {
|
|
1128
|
-
"type": "VTL",
|
|
1129
|
-
"value": "true"
|
|
1130
|
-
},
|
|
1131
|
-
"id": "lumfai3t",
|
|
1132
|
-
"page": "12.3",
|
|
1133
|
-
"label": {
|
|
1134
|
-
"type": "VTL|MD",
|
|
1135
|
-
"value": "\"➡ 10. \" || \"Encore une question pour \" || PRENOM "
|
|
1136
|
-
},
|
|
1137
|
-
"isMandatory": false,
|
|
1138
|
-
"maxLength": 249
|
|
1139
|
-
},
|
|
1140
|
-
{
|
|
1141
|
-
"componentType": "Sequence",
|
|
1142
|
-
"hierarchy": {
|
|
1143
|
-
"sequence": {
|
|
1144
|
-
"id": "lulbelgr",
|
|
1145
|
-
"page": "12.4",
|
|
1146
|
-
"label": {
|
|
1147
|
-
"type": "VTL|MD",
|
|
1148
|
-
"value": "\"V - \" || \"Autre séquence pour \" || PRENOM "
|
|
1149
|
-
}
|
|
1150
|
-
}
|
|
1151
|
-
},
|
|
1152
|
-
"conditionFilter": {
|
|
1153
|
-
"type": "VTL",
|
|
1154
|
-
"value": "true"
|
|
1155
|
-
},
|
|
1156
|
-
"id": "lulbelgr",
|
|
1157
|
-
"page": "12.4",
|
|
1158
|
-
"label": {
|
|
1159
|
-
"type": "VTL|MD",
|
|
1160
|
-
"value": "\"V - \" || \"Autre séquence pour \" || PRENOM "
|
|
1161
|
-
}
|
|
1162
|
-
},
|
|
1163
|
-
{
|
|
1164
|
-
"componentType": "Input",
|
|
1165
|
-
"missingResponse": {
|
|
1166
|
-
"name": "AUTRESUPERQUEST_MISSING"
|
|
1167
|
-
},
|
|
1168
|
-
"response": {
|
|
1169
|
-
"name": "AUTRESUPERQUEST"
|
|
1170
|
-
},
|
|
1171
|
-
"hierarchy": {
|
|
1172
|
-
"sequence": {
|
|
1173
|
-
"id": "lulbelgr",
|
|
1174
|
-
"page": "12.4",
|
|
1175
|
-
"label": {
|
|
1176
|
-
"type": "VTL|MD",
|
|
1177
|
-
"value": "\"V - \" || \"Autre séquence pour \" || PRENOM "
|
|
1178
|
-
}
|
|
1179
|
-
}
|
|
1180
|
-
},
|
|
1181
|
-
"conditionFilter": {
|
|
1182
|
-
"type": "VTL",
|
|
1183
|
-
"value": "true"
|
|
1184
|
-
},
|
|
1185
|
-
"id": "lulbqdzi",
|
|
1186
|
-
"page": "12.5",
|
|
1187
|
-
"label": {
|
|
1188
|
-
"type": "VTL|MD",
|
|
1189
|
-
"value": "\"➡ 11. \" || \"Autre super question pour \" || PRENOM "
|
|
1190
|
-
},
|
|
1191
|
-
"isMandatory": false,
|
|
1192
|
-
"maxLength": 249
|
|
1193
|
-
}
|
|
1194
|
-
],
|
|
1195
|
-
"depth": 1,
|
|
1196
|
-
"hierarchy": {
|
|
1197
|
-
"sequence": {
|
|
1198
|
-
"id": "lujyi4pe",
|
|
1199
|
-
"page": "9",
|
|
1200
|
-
"label": {
|
|
1201
|
-
"type": "VTL|MD",
|
|
1202
|
-
"value": "\"III - \" || \"Détail des individus\""
|
|
1203
|
-
}
|
|
1204
|
-
}
|
|
1205
|
-
},
|
|
1206
|
-
"conditionFilter": {
|
|
1207
|
-
"type": "VTL",
|
|
1208
|
-
"value": "true"
|
|
1209
|
-
},
|
|
1210
|
-
"id": "luk1sm54",
|
|
1211
|
-
"page": "12",
|
|
1212
|
-
"maxPage": "5",
|
|
1213
|
-
"iterations": {
|
|
1214
|
-
"type": "VTL",
|
|
1215
|
-
"value": "count(T_PRENOM)"
|
|
1216
|
-
}
|
|
389
|
+
"paginatedLoop": true,
|
|
390
|
+
"conditionFilter": { "type": "VTL", "value": "true" },
|
|
391
|
+
"loopDependencies": ["T_PRENOM"]
|
|
1217
392
|
},
|
|
1218
393
|
{
|
|
394
|
+
"id": "lulbelgr",
|
|
395
|
+
"page": "7",
|
|
396
|
+
"label": { "type": "VTL", "value": "\"IV - \" || \"Séquence vide\"" },
|
|
1219
397
|
"componentType": "Sequence",
|
|
1220
|
-
"
|
|
1221
|
-
"sequence": {
|
|
1222
|
-
"id": "COMMENT-SEQ",
|
|
1223
|
-
"page": "13",
|
|
1224
|
-
"label": {
|
|
1225
|
-
"type": "VTL|MD",
|
|
1226
|
-
"value": "\"Commentaire\""
|
|
1227
|
-
}
|
|
1228
|
-
}
|
|
1229
|
-
},
|
|
1230
|
-
"conditionFilter": {
|
|
1231
|
-
"type": "VTL",
|
|
1232
|
-
"value": "true"
|
|
1233
|
-
},
|
|
1234
|
-
"id": "COMMENT-SEQ",
|
|
1235
|
-
"page": "13",
|
|
1236
|
-
"label": {
|
|
1237
|
-
"type": "VTL|MD",
|
|
1238
|
-
"value": "\"Commentaire\""
|
|
1239
|
-
}
|
|
1240
|
-
},
|
|
1241
|
-
{
|
|
1242
|
-
"componentType": "Textarea",
|
|
1243
|
-
"missingResponse": {
|
|
1244
|
-
"name": "COMMENT_QE_MISSING"
|
|
1245
|
-
},
|
|
1246
|
-
"response": {
|
|
1247
|
-
"name": "COMMENT_QE"
|
|
1248
|
-
},
|
|
1249
|
-
"hierarchy": {
|
|
1250
|
-
"sequence": {
|
|
1251
|
-
"id": "COMMENT-SEQ",
|
|
1252
|
-
"page": "13",
|
|
1253
|
-
"label": {
|
|
1254
|
-
"type": "VTL|MD",
|
|
1255
|
-
"value": "\"Commentaire\""
|
|
1256
|
-
}
|
|
1257
|
-
}
|
|
1258
|
-
},
|
|
1259
|
-
"conditionFilter": {
|
|
1260
|
-
"type": "VTL",
|
|
1261
|
-
"value": "true"
|
|
1262
|
-
},
|
|
1263
|
-
"id": "COMMENT-QUESTION",
|
|
1264
|
-
"page": "14",
|
|
1265
|
-
"label": {
|
|
1266
|
-
"type": "VTL|MD",
|
|
1267
|
-
"value": "\"➡ 12. \" || \"Avez-vous des remarques concernant l'enquête ou des commentaires ?\""
|
|
1268
|
-
},
|
|
1269
|
-
"isMandatory": false,
|
|
1270
|
-
"maxLength": 2000
|
|
398
|
+
"conditionFilter": { "type": "VTL", "value": "true" }
|
|
1271
399
|
}
|
|
1272
400
|
],
|
|
1273
401
|
"pagination": "question",
|
|
1274
|
-
"
|
|
1275
|
-
|
|
1276
|
-
|
|
1277
|
-
|
|
1278
|
-
},
|
|
1279
|
-
"T_PRENOM": {
|
|
1280
|
-
"variables": [
|
|
1281
|
-
"T_SEXE",
|
|
1282
|
-
"REMARQUES",
|
|
1283
|
-
"T_DATENAIS",
|
|
1284
|
-
"SUPERQUEST",
|
|
1285
|
-
"AUTRESUPERQUEST",
|
|
1286
|
-
"ENCOREUNEQ"
|
|
1287
|
-
],
|
|
1288
|
-
"size": "count(T_PRENOM)"
|
|
1289
|
-
}
|
|
1290
|
-
},
|
|
1291
|
-
"missingBlock": {
|
|
1292
|
-
"ETAT": ["ETAT_MISSING"],
|
|
1293
|
-
"T_PRENOM_MISSING": ["T_PRENOM"],
|
|
1294
|
-
"COMMCOMPO_MISSING": ["COMMCOMPO"],
|
|
1295
|
-
"SATISFAIT_MISSING": ["SATISFAIT"],
|
|
1296
|
-
"COMMENT_QE_MISSING": ["COMMENT_QE"],
|
|
1297
|
-
"SUPERQUEST_MISSING": ["SUPERQUEST"],
|
|
1298
|
-
"ETAT_MISSING": ["ETAT"],
|
|
1299
|
-
"REMARQUES": ["REMARQUES_MISSING"],
|
|
1300
|
-
"ENCOREUNEQ": ["ENCOREUNEQ_MISSING"],
|
|
1301
|
-
"T_PRENOM": ["T_PRENOM_MISSING"],
|
|
1302
|
-
"T_NHAB": ["T_NHAB_MISSING"],
|
|
1303
|
-
"T_NHAB_MISSING": ["T_NHAB"],
|
|
1304
|
-
"T_SEXE": ["T_SEXE_MISSING"],
|
|
1305
|
-
"COMMCOMPO": ["COMMCOMPO_MISSING"],
|
|
1306
|
-
"COMMENT_QE": ["COMMENT_QE_MISSING"],
|
|
1307
|
-
"SUPERQUEST": ["SUPERQUEST_MISSING"],
|
|
1308
|
-
"AUTRESUPERQUEST": ["AUTRESUPERQUEST_MISSING"],
|
|
1309
|
-
"SATISFAIT": ["SATISFAIT_MISSING"],
|
|
1310
|
-
"AUTRESUPERQUEST_MISSING": ["AUTRESUPERQUEST"],
|
|
1311
|
-
"ENCOREUNEQ_MISSING": ["ENCOREUNEQ"],
|
|
1312
|
-
"T_DATENAIS": ["T_DATENAIS_MISSING"],
|
|
1313
|
-
"T_SEXE_MISSING": ["T_SEXE"],
|
|
1314
|
-
"T_DATENAIS_MISSING": ["T_DATENAIS"],
|
|
1315
|
-
"REMARQUES_MISSING": ["REMARQUES"]
|
|
1316
|
-
},
|
|
1317
|
-
"label": {
|
|
1318
|
-
"type": "VTL|MD",
|
|
1319
|
-
"value": "Test boucle overview"
|
|
1320
|
-
},
|
|
1321
|
-
"lunaticModelVersion": "3.5.0",
|
|
1322
|
-
"modele": "BOUCLEOVERVIEW",
|
|
1323
|
-
"enoCoreVersion": "3.18.5-SNAPSHOT",
|
|
1324
|
-
"generatingDate": "05-04-2024 08:47:05",
|
|
1325
|
-
"missing": true,
|
|
1326
|
-
"id": "lujqh1w6",
|
|
1327
|
-
"maxPage": "14"
|
|
402
|
+
"componentType": "Questionnaire",
|
|
403
|
+
"enoCoreVersion": "3.60.0",
|
|
404
|
+
"generatingDate": "22-01-2026 14:35:44",
|
|
405
|
+
"lunaticModelVersion": "5.12.0"
|
|
1328
406
|
}
|