@inseefr/lunatic 3.5.3 → 3.5.4
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 +6 -0
- package/components/Input/Input.spec.js.map +1 -1
- package/components/InputNumber/InputNumber.spec.js +6 -0
- package/components/InputNumber/InputNumber.spec.js.map +1 -1
- package/components/InputNumber/InputNumberThousand.js +1 -1
- package/components/InputNumber/InputNumberThousand.js.map +1 -1
- package/components/Textarea/Textarea.js +1 -1
- package/components/Textarea/Textarea.js.map +1 -1
- package/components/Textarea/Textarea.spec.js +7 -0
- package/components/Textarea/Textarea.spec.js.map +1 -1
- package/esm/components/Input/Input.spec.js +6 -0
- package/esm/components/Input/Input.spec.js.map +1 -1
- package/esm/components/InputNumber/InputNumber.spec.js +6 -0
- package/esm/components/InputNumber/InputNumber.spec.js.map +1 -1
- package/esm/components/InputNumber/InputNumberThousand.js +1 -1
- package/esm/components/InputNumber/InputNumberThousand.js.map +1 -1
- package/esm/components/Textarea/Textarea.js +1 -1
- package/esm/components/Textarea/Textarea.js.map +1 -1
- package/esm/components/Textarea/Textarea.spec.js +7 -0
- package/esm/components/Textarea/Textarea.spec.js.map +1 -1
- package/esm/hooks/use-track-changes.js +2 -1
- package/esm/hooks/use-track-changes.js.map +1 -1
- package/esm/stories/overview/sourceWithHierarchy.json +32 -32
- package/esm/type.source.d.ts +1 -1
- package/esm/use-lunatic/commons/fill-components/fill-component.spec.js +1 -1
- package/esm/use-lunatic/commons/fill-components/fill-component.spec.js.map +1 -1
- package/esm/use-lunatic/commons/fill-components/fill-components.js +1 -1
- package/esm/use-lunatic/commons/fill-components/fill-components.js.map +1 -1
- package/esm/use-lunatic/commons/variables/behaviours/resizing-behaviour.js +11 -7
- package/esm/use-lunatic/commons/variables/behaviours/resizing-behaviour.js.map +1 -1
- package/esm/use-lunatic/commons/variables/get-questionnaire-data.js +1 -0
- package/esm/use-lunatic/commons/variables/get-questionnaire-data.js.map +1 -1
- package/esm/use-lunatic/commons/variables/lunatic-variables-store.d.ts +11 -1
- package/esm/use-lunatic/commons/variables/lunatic-variables-store.js +38 -1
- package/esm/use-lunatic/commons/variables/lunatic-variables-store.js.map +1 -1
- package/esm/use-lunatic/commons/variables/lunatic-variables-store.spec.js +33 -0
- package/esm/use-lunatic/commons/variables/lunatic-variables-store.spec.js.map +1 -1
- package/esm/use-lunatic/reducer/reducer.js +9 -0
- package/esm/use-lunatic/reducer/reducer.js.map +1 -1
- package/esm/use-lunatic/reducer/reducerInitializer.js +1 -1
- package/esm/use-lunatic/reducer/reducerInitializer.js.map +1 -1
- package/esm/use-lunatic/type.d.ts +2 -0
- package/hooks/use-track-changes.js +2 -1
- package/hooks/use-track-changes.js.map +1 -1
- package/package.json +1 -1
- package/src/components/Input/Input.spec.tsx +9 -0
- package/src/components/InputNumber/InputNumber.spec.tsx +9 -0
- package/src/components/InputNumber/InputNumberThousand.tsx +1 -0
- package/src/components/InputNumber/__snapshots__/InputNumber.spec.tsx.snap +2 -0
- package/src/components/Textarea/Textarea.spec.tsx +10 -0
- package/src/components/Textarea/Textarea.tsx +1 -0
- package/src/hooks/use-track-changes.ts +2 -1
- package/src/stories/behaviour/cleaning/loop.json +4 -4
- package/src/stories/behaviour/cleaning/source-loop.json +1 -1
- package/src/stories/behaviour/cleaning/source.json +2 -2
- package/src/stories/behaviour/controls/boucles-n.json +2 -2
- package/src/stories/behaviour/controls/simple-numeric.json +19 -19
- package/src/stories/behaviour/controls/simple.json +7 -7
- package/src/stories/behaviour/filter/source.json +3 -3
- package/src/stories/behaviour/filter/sourceLoop.json +3 -3
- package/src/stories/behaviour/missing/source.json +6 -6
- package/src/stories/behaviour/others/V2_DeclarationsSimples.json +14 -14
- package/src/stories/behaviour/others/V2_MinMaxSum_Boucles.json +5 -5
- package/src/stories/behaviour/others/V2_QuestSimple_Boucles.json +28 -28
- package/src/stories/behaviour/others/V2_TCMRallyeGames.json +24 -24
- package/src/stories/behaviour/others/test-dylan.json +5 -5
- package/src/stories/behaviour/resizing/source-resizing-cleaning.json +2 -2
- package/src/stories/behaviour/resizing/source.json +5 -5
- package/src/stories/checkbox-boolean/source.json +1 -1
- package/src/stories/checkbox-one/source.json +1 -1
- package/src/stories/checkbox-one/sourceDetail.json +1 -1
- package/src/stories/date-picker/source.json +1 -1
- package/src/stories/disabled/source.json +5 -5
- package/src/stories/dropdown/source.json +2 -2
- package/src/stories/duration/mois.json +1 -1
- package/src/stories/duration/time.json +1 -1
- package/src/stories/input-number/source-big-number.json +1 -1
- package/src/stories/input-number/source-euro.json +2 -2
- package/src/stories/overview/sourceLoop.json +12 -12
- package/src/stories/overview/sourceWithHierarchy.json +32 -32
- package/src/stories/question/source.json +2 -2
- package/src/stories/questionnaires/logement/source-sequence.json +216 -216
- package/src/stories/questionnaires/logement/source-sum.json +189 -189
- package/src/stories/questionnaires/logement/source.json +216 -216
- package/src/stories/questionnaires/recensement/source.json +85 -85
- package/src/stories/questionnaires/rp/source.json +8 -8
- package/src/stories/questionnaires/simpsons/source.json +34 -34
- package/src/stories/radio/source.json +1 -1
- package/src/stories/radio/sourceDetail.json +1 -1
- package/src/stories/radio/sourceHorizontal.json +1 -1
- package/src/stories/roundabout/source.json +3 -3
- package/src/stories/suggester/source-arbitrary-response.json +2 -2
- package/src/stories/suggester/source-error.json +2 -2
- package/src/stories/suggester/source-multiline.json +2 -2
- package/src/stories/suggester/source-option-responses.json +2 -2
- package/src/stories/suggester/source.json +5 -5
- package/src/stories/summary/source.json +4 -4
- package/src/stories/switch/data-forced.json +2 -2
- package/src/stories/switch/source.json +2 -2
- package/src/stories/table/source-colspan.json +1 -1
- package/src/stories/table/source.json +1 -1
- package/src/stories/table/table-dynamique.json +1 -1
- package/src/stories/text/source-roster.json +1 -1
- package/src/stories/text/source-table.json +1 -1
- package/src/type.source.ts +1 -1
- package/src/use-lunatic/commons/fill-components/fill-component.spec.ts +1 -1
- package/src/use-lunatic/commons/fill-components/fill-components.ts +1 -1
- package/src/use-lunatic/commons/variables/behaviours/resizing-behaviour.ts +14 -6
- package/src/use-lunatic/commons/variables/get-questionnaire-data.ts +1 -0
- package/src/use-lunatic/commons/variables/lunatic-variables-store.spec.ts +37 -0
- package/src/use-lunatic/commons/variables/lunatic-variables-store.ts +43 -1
- package/src/use-lunatic/reducer/reducer.ts +11 -0
- package/src/use-lunatic/reducer/reducerInitializer.tsx +2 -1
- package/src/use-lunatic/type.ts +2 -0
- package/src/use-lunatic/use-lunatic.test.ts +1 -1
- package/stories/overview/sourceWithHierarchy.json +32 -32
- package/tsconfig.build.tsbuildinfo +1 -1
- package/type.source.d.ts +1 -1
- package/use-lunatic/commons/fill-components/fill-component.spec.js +1 -1
- package/use-lunatic/commons/fill-components/fill-component.spec.js.map +1 -1
- package/use-lunatic/commons/fill-components/fill-components.js +1 -1
- package/use-lunatic/commons/fill-components/fill-components.js.map +1 -1
- package/use-lunatic/commons/variables/behaviours/resizing-behaviour.js +11 -7
- package/use-lunatic/commons/variables/behaviours/resizing-behaviour.js.map +1 -1
- package/use-lunatic/commons/variables/get-questionnaire-data.js +1 -0
- package/use-lunatic/commons/variables/get-questionnaire-data.js.map +1 -1
- package/use-lunatic/commons/variables/lunatic-variables-store.d.ts +11 -1
- package/use-lunatic/commons/variables/lunatic-variables-store.js +38 -1
- package/use-lunatic/commons/variables/lunatic-variables-store.js.map +1 -1
- package/use-lunatic/commons/variables/lunatic-variables-store.spec.js +33 -0
- package/use-lunatic/commons/variables/lunatic-variables-store.spec.js.map +1 -1
- package/use-lunatic/reducer/reducer.js +9 -0
- package/use-lunatic/reducer/reducer.js.map +1 -1
- package/use-lunatic/reducer/reducerInitializer.js +1 -1
- package/use-lunatic/reducer/reducerInitializer.js.map +1 -1
- package/use-lunatic/type.d.ts +2 -0
|
@@ -49,7 +49,7 @@
|
|
|
49
49
|
{
|
|
50
50
|
"id": "kb9hlpdc",
|
|
51
51
|
"componentType": "Radio",
|
|
52
|
-
"
|
|
52
|
+
"isMandatory": false,
|
|
53
53
|
"page": "1",
|
|
54
54
|
"label": {
|
|
55
55
|
"value": "\"➡ \" || \"Confirmez-vous que vous habitez toujours à l’adresse suivante : \" || ADRESSE || \" ?\"",
|
|
@@ -116,7 +116,7 @@
|
|
|
116
116
|
{
|
|
117
117
|
"id": "kbakywwy",
|
|
118
118
|
"componentType": "Input",
|
|
119
|
-
"
|
|
119
|
+
"isMandatory": false,
|
|
120
120
|
"page": "1",
|
|
121
121
|
"maxLength": 10,
|
|
122
122
|
"label": { "value": "\"➡ \" || \"Numéro de voie :\"", "type": "VTL|MD" },
|
|
@@ -171,7 +171,7 @@
|
|
|
171
171
|
{
|
|
172
172
|
"id": "kbal4bzb",
|
|
173
173
|
"componentType": "Input",
|
|
174
|
-
"
|
|
174
|
+
"isMandatory": false,
|
|
175
175
|
"page": "1",
|
|
176
176
|
"maxLength": 50,
|
|
177
177
|
"label": {
|
|
@@ -224,7 +224,7 @@
|
|
|
224
224
|
{
|
|
225
225
|
"id": "kbalhn4i",
|
|
226
226
|
"componentType": "Input",
|
|
227
|
-
"
|
|
227
|
+
"isMandatory": false,
|
|
228
228
|
"page": "1",
|
|
229
229
|
"maxLength": 50,
|
|
230
230
|
"label": {
|
|
@@ -262,7 +262,7 @@
|
|
|
262
262
|
{
|
|
263
263
|
"id": "kbal8crw",
|
|
264
264
|
"componentType": "Input",
|
|
265
|
-
"
|
|
265
|
+
"isMandatory": false,
|
|
266
266
|
"page": "1",
|
|
267
267
|
"maxLength": 5,
|
|
268
268
|
"label": { "value": "\"➡ \" || \"Code postal :\"", "type": "VTL|MD" },
|
|
@@ -312,7 +312,7 @@
|
|
|
312
312
|
{
|
|
313
313
|
"id": "kbal9dwk",
|
|
314
314
|
"componentType": "Input",
|
|
315
|
-
"
|
|
315
|
+
"isMandatory": false,
|
|
316
316
|
"page": "1",
|
|
317
317
|
"maxLength": 100,
|
|
318
318
|
"label": { "value": "\"➡ \" || \"Commune :\"", "type": "VTL|MD" },
|
|
@@ -375,7 +375,7 @@
|
|
|
375
375
|
{
|
|
376
376
|
"id": "kqweh61i",
|
|
377
377
|
"componentType": "Radio",
|
|
378
|
-
"
|
|
378
|
+
"isMandatory": false,
|
|
379
379
|
"page": "1",
|
|
380
380
|
"label": {
|
|
381
381
|
"value": "\"➡ \" || \"Connaissez-vous le nom de la ou des personnes qui vous ont succédé dans le logement situé à l’adresse suivante : \" || ADRESSE || \" ?\"",
|
|
@@ -411,7 +411,7 @@
|
|
|
411
411
|
{
|
|
412
412
|
"id": "kqwga16w",
|
|
413
413
|
"componentType": "Input",
|
|
414
|
-
"
|
|
414
|
+
"isMandatory": false,
|
|
415
415
|
"page": "1",
|
|
416
416
|
"maxLength": 40,
|
|
417
417
|
"label": { "value": "\"➡ \" || \"Nom :\"", "type": "VTL|MD" },
|
|
@@ -451,7 +451,7 @@
|
|
|
451
451
|
{
|
|
452
452
|
"id": "kqwfswjj",
|
|
453
453
|
"componentType": "Input",
|
|
454
|
-
"
|
|
454
|
+
"isMandatory": false,
|
|
455
455
|
"page": "1",
|
|
456
456
|
"maxLength": 20,
|
|
457
457
|
"label": { "value": "\"➡ \" || \"Prénom :\"", "type": "VTL|MD" },
|
|
@@ -480,7 +480,7 @@
|
|
|
480
480
|
{
|
|
481
481
|
"id": "kqwfedoy",
|
|
482
482
|
"componentType": "Input",
|
|
483
|
-
"
|
|
483
|
+
"isMandatory": false,
|
|
484
484
|
"page": "1",
|
|
485
485
|
"maxLength": 40,
|
|
486
486
|
"label": {
|
|
@@ -512,7 +512,7 @@
|
|
|
512
512
|
{
|
|
513
513
|
"id": "kqwg9azb",
|
|
514
514
|
"componentType": "Input",
|
|
515
|
-
"
|
|
515
|
+
"isMandatory": false,
|
|
516
516
|
"page": "1",
|
|
517
517
|
"maxLength": 20,
|
|
518
518
|
"label": {
|
|
@@ -544,7 +544,7 @@
|
|
|
544
544
|
{
|
|
545
545
|
"id": "kr0e0pav",
|
|
546
546
|
"componentType": "Input",
|
|
547
|
-
"
|
|
547
|
+
"isMandatory": false,
|
|
548
548
|
"page": "1",
|
|
549
549
|
"maxLength": 10,
|
|
550
550
|
"label": {
|
|
@@ -592,7 +592,7 @@
|
|
|
592
592
|
{
|
|
593
593
|
"id": "kr0ee3u2",
|
|
594
594
|
"componentType": "Input",
|
|
595
|
-
"
|
|
595
|
+
"isMandatory": false,
|
|
596
596
|
"page": "1",
|
|
597
597
|
"maxLength": 249,
|
|
598
598
|
"label": {
|
|
@@ -675,7 +675,7 @@
|
|
|
675
675
|
{
|
|
676
676
|
"id": "kbc1b4k2",
|
|
677
677
|
"componentType": "InputNumber",
|
|
678
|
-
"
|
|
678
|
+
"isMandatory": false,
|
|
679
679
|
"page": "2",
|
|
680
680
|
"min": 1,
|
|
681
681
|
"max": 15,
|
|
@@ -873,7 +873,7 @@
|
|
|
873
873
|
{
|
|
874
874
|
"id": "kmno1n7m",
|
|
875
875
|
"componentType": "Input",
|
|
876
|
-
"
|
|
876
|
+
"isMandatory": false,
|
|
877
877
|
"page": "3",
|
|
878
878
|
"maxLength": 20,
|
|
879
879
|
"label": {
|
|
@@ -1022,7 +1022,7 @@
|
|
|
1022
1022
|
{
|
|
1023
1023
|
"id": "kmoo2fiy",
|
|
1024
1024
|
"componentType": "Radio",
|
|
1025
|
-
"
|
|
1025
|
+
"isMandatory": false,
|
|
1026
1026
|
"page": "3",
|
|
1027
1027
|
"label": {
|
|
1028
1028
|
"value": "\"➡ \" || \"Quel est \" || if (PRENOM=PRENOMREF) then \"votre sexe ?\" else \"le sexe de \" || PRENOM || \" ?\"",
|
|
@@ -1073,7 +1073,7 @@
|
|
|
1073
1073
|
{
|
|
1074
1074
|
"id": "kmoouamz",
|
|
1075
1075
|
"componentType": "Datepicker",
|
|
1076
|
-
"
|
|
1076
|
+
"isMandatory": false,
|
|
1077
1077
|
"page": "3",
|
|
1078
1078
|
"min": "1900-01-01",
|
|
1079
1079
|
"max": "2022-12-31",
|
|
@@ -1148,7 +1148,7 @@
|
|
|
1148
1148
|
{
|
|
1149
1149
|
"id": "kmx6w6n5",
|
|
1150
1150
|
"componentType": "Radio",
|
|
1151
|
-
"
|
|
1151
|
+
"isMandatory": false,
|
|
1152
1152
|
"page": "3",
|
|
1153
1153
|
"label": {
|
|
1154
1154
|
"value": "\"➡ \" || \"Vous n’avez pas indiqué de date de naissance, pouvez-vous indiquer la tranche d’âge dans laquelle \" || if (PRENOM=PRENOMREF) then \"vous vous situez ?\" else \"se situe\" || \" \" || PRENOM || \" ?\"",
|
|
@@ -1207,7 +1207,7 @@
|
|
|
1207
1207
|
{
|
|
1208
1208
|
"id": "kmookacu",
|
|
1209
1209
|
"componentType": "Radio",
|
|
1210
|
-
"
|
|
1210
|
+
"isMandatory": false,
|
|
1211
1211
|
"page": "3",
|
|
1212
1212
|
"label": {
|
|
1213
1213
|
"value": "\"➡ \" || \"Où \"|| if (PRENOM=PRENOMREF) then \"êtes-vous né\" || LIB_FEM || \" ?\" else \"est né\" || LIB_FEM || \" \" || PRENOM || \" ?\"",
|
|
@@ -1265,7 +1265,7 @@
|
|
|
1265
1265
|
{
|
|
1266
1266
|
"id": "kmor2z1x",
|
|
1267
1267
|
"componentType": "Dropdown",
|
|
1268
|
-
"
|
|
1268
|
+
"isMandatory": false,
|
|
1269
1269
|
"page": "3",
|
|
1270
1270
|
"label": {
|
|
1271
1271
|
"value": "\"➡ \" || \"Dans quel département \"|| if (PRENOM=PRENOMREF) then \"êtes-vous né\" || LIB_FEM || \" ?\" else \"est né\" || LIB_FEM || \" \" || PRENOM || \" ?\"",
|
|
@@ -1337,7 +1337,7 @@
|
|
|
1337
1337
|
{
|
|
1338
1338
|
"id": "kmorege9",
|
|
1339
1339
|
"componentType": "Dropdown",
|
|
1340
|
-
"
|
|
1340
|
+
"isMandatory": false,
|
|
1341
1341
|
"page": "3",
|
|
1342
1342
|
"label": {
|
|
1343
1343
|
"value": "\"➡ \" || \"Dans quel pays \"|| if (PRENOM=PRENOMREF) then \"êtes-vous né\" || LIB_FEM || \" ?\" else \"est né\" || LIB_FEM || \" \" || PRENOM || \" ?\"",
|
|
@@ -1520,7 +1520,7 @@
|
|
|
1520
1520
|
{
|
|
1521
1521
|
"id": "kmos2yo6",
|
|
1522
1522
|
"componentType": "Dropdown",
|
|
1523
|
-
"
|
|
1523
|
+
"isMandatory": false,
|
|
1524
1524
|
"page": "3",
|
|
1525
1525
|
"label": {
|
|
1526
1526
|
"value": "\"➡ \" || \"Quelle est \"|| if (PRENOM=PRENOMREF) then \"votre nationalité étrangère ?\" else \"la nationalité étrangère de \" || PRENOM || \" ?\"",
|
|
@@ -1665,7 +1665,7 @@
|
|
|
1665
1665
|
{
|
|
1666
1666
|
"id": "kmw4revw",
|
|
1667
1667
|
"componentType": "Radio",
|
|
1668
|
-
"
|
|
1668
|
+
"isMandatory": false,
|
|
1669
1669
|
"page": "3",
|
|
1670
1670
|
"label": {
|
|
1671
1671
|
"value": "\"➡ \" || \"Qui est \"|| PRENOM || \" pour vous ?\"",
|
|
@@ -1763,7 +1763,7 @@
|
|
|
1763
1763
|
{
|
|
1764
1764
|
"id": "kod271pp",
|
|
1765
1765
|
"componentType": "Radio",
|
|
1766
|
-
"
|
|
1766
|
+
"isMandatory": false,
|
|
1767
1767
|
"page": "3",
|
|
1768
1768
|
"label": {
|
|
1769
1769
|
"value": "\"➡ \" || if (PRENOM=PRENOMREF) then \"Vivez-vous en couple ?\" else PRENOM || \" vit-\" || LIB_SUJET || \" en couple ?\"",
|
|
@@ -1977,7 +1977,7 @@
|
|
|
1977
1977
|
{
|
|
1978
1978
|
"id": "kwp9ynon",
|
|
1979
1979
|
"componentType": "Radio",
|
|
1980
|
-
"
|
|
1980
|
+
"isMandatory": false,
|
|
1981
1981
|
"page": "3",
|
|
1982
1982
|
"label": {
|
|
1983
1983
|
"value": "\"➡ \" || (if (INDENF=\"1\") then \"En dehors des enfants décrits précédemment, accueillez-vous \" else \"Accueillez-vous \") || \"un ou plusieurs enfants au titre du droit de visite et d’hébergement ?\"",
|
|
@@ -2019,7 +2019,7 @@
|
|
|
2019
2019
|
{
|
|
2020
2020
|
"id": "kwpbyciz",
|
|
2021
2021
|
"componentType": "InputNumber",
|
|
2022
|
-
"
|
|
2022
|
+
"isMandatory": false,
|
|
2023
2023
|
"page": "3",
|
|
2024
2024
|
"min": 0,
|
|
2025
2025
|
"max": 15,
|
|
@@ -2227,7 +2227,7 @@
|
|
|
2227
2227
|
{
|
|
2228
2228
|
"id": "kmx8sgeu",
|
|
2229
2229
|
"componentType": "Radio",
|
|
2230
|
-
"
|
|
2230
|
+
"isMandatory": false,
|
|
2231
2231
|
"page": "3",
|
|
2232
2232
|
"label": {
|
|
2233
2233
|
"value": "\"➡ \" || if (PRENOM=PRENOMREF) then \"Vivez-vous uniquement dans ce logement ou aussi dans un autre logement ?\" else PRENOM || \" vit-\" || LIB_SUJET || \" uniquement dans ce logement ou aussi dans un autre logement ?\"",
|
|
@@ -2300,7 +2300,7 @@
|
|
|
2300
2300
|
{
|
|
2301
2301
|
"id": "kmx97ttc",
|
|
2302
2302
|
"componentType": "Radio",
|
|
2303
|
-
"
|
|
2303
|
+
"isMandatory": false,
|
|
2304
2304
|
"page": "3",
|
|
2305
2305
|
"label": {
|
|
2306
2306
|
"value": "\"➡ \" || if (PRENOM=PRENOMREF) then \"Vous vivez dans le logement situé à l’adresse : \" || ADRCOLLC || \" ... ?\" else PRENOM || \" vit dans ce logement situé à l’adresse : \" || ADRCOLLC || \" ... ?\"",
|
|
@@ -2366,7 +2366,7 @@
|
|
|
2366
2366
|
{
|
|
2367
2367
|
"id": "kmx97tz1",
|
|
2368
2368
|
"componentType": "Radio",
|
|
2369
|
-
"
|
|
2369
|
+
"isMandatory": false,
|
|
2370
2370
|
"page": "3",
|
|
2371
2371
|
"label": {
|
|
2372
2372
|
"value": "\"➡ \" || if (PRENOM=PRENOMREF) then \"Pour vous, ce logement est... ?\" else \"Pour \" || PRENOM || \", ce logement est... ?\"",
|
|
@@ -2470,7 +2470,7 @@
|
|
|
2470
2470
|
{
|
|
2471
2471
|
"id": "kmx93med",
|
|
2472
2472
|
"componentType": "Radio",
|
|
2473
|
-
"
|
|
2473
|
+
"isMandatory": false,
|
|
2474
2474
|
"page": "3",
|
|
2475
2475
|
"label": {
|
|
2476
2476
|
"value": "\"➡ \" || if (PRENOM=PRENOMREF) then \"Pour vous, l’autre logement où vous vivez est... ?\" else \"Pour \" || PRENOM || \", l’autre logement où \" || LIB_SUJET || \" vit est... ?\"",
|
|
@@ -2585,7 +2585,7 @@
|
|
|
2585
2585
|
{
|
|
2586
2586
|
"id": "kmx9punx",
|
|
2587
2587
|
"componentType": "Radio",
|
|
2588
|
-
"
|
|
2588
|
+
"isMandatory": false,
|
|
2589
2589
|
"page": "3",
|
|
2590
2590
|
"label": {
|
|
2591
2591
|
"value": "\"➡ \" || if (PRENOM=PRENOMREF) then \"Êtes-vous en garde alternée entre vos deux parents ?\" else PRENOM || \" est-\" || LIB_SUJET || \" en garde alternée entre ses deux parents ?\"",
|
|
@@ -2640,7 +2640,7 @@
|
|
|
2640
2640
|
{
|
|
2641
2641
|
"id": "kmx9im0b",
|
|
2642
2642
|
"componentType": "Radio",
|
|
2643
|
-
"
|
|
2643
|
+
"isMandatory": false,
|
|
2644
2644
|
"page": "3",
|
|
2645
2645
|
"label": {
|
|
2646
2646
|
"value": "\"➡ \" || if (PRENOM=PRENOMREF) then \"Où avez-vous dormi la nuit dernière ?\" else \"Où \" || PRENOM || \" a-t-\" || LIB_SUJET || \" dormi la nuit dernière ?\"",
|
|
@@ -2720,7 +2720,7 @@
|
|
|
2720
2720
|
{
|
|
2721
2721
|
"id": "kqi4zdkk",
|
|
2722
2722
|
"componentType": "Radio",
|
|
2723
|
-
"
|
|
2723
|
+
"isMandatory": false,
|
|
2724
2724
|
"page": "3",
|
|
2725
2725
|
"label": {
|
|
2726
2726
|
"value": "\"➡ \" || if (PRENOM=PRENOMREF) then \"À propos de cet autre logement dans lequel vous vivez, s’agit-il d’une chambre dans une structure collective ?\" else \"À propos de cet autre logement dans lequel vit \" || PRENOM || \", s’agit-il d’une chambre dans une structure collective ?\"",
|
|
@@ -2780,7 +2780,7 @@
|
|
|
2780
2780
|
{
|
|
2781
2781
|
"id": "kmx9pvyn",
|
|
2782
2782
|
"componentType": "Radio",
|
|
2783
|
-
"
|
|
2783
|
+
"isMandatory": false,
|
|
2784
2784
|
"page": "3",
|
|
2785
2785
|
"label": {
|
|
2786
2786
|
"value": "\"➡ \" || \"De quelle structure s’agit-il ?\"",
|
|
@@ -2986,7 +2986,7 @@
|
|
|
2986
2986
|
{
|
|
2987
2987
|
"id": "kmxfqrb1",
|
|
2988
2988
|
"componentType": "Radio",
|
|
2989
|
-
"
|
|
2989
|
+
"isMandatory": false,
|
|
2990
2990
|
"page": "3",
|
|
2991
2991
|
"label": {
|
|
2992
2992
|
"value": "\"➡ \" || if (PRENOM=PRENOMREF) then \"Actuellement, quelle est votre situation principale ?\" else \"Actuellement, quelle est la situation principale de \" || PRENOM || \" ?\"",
|
|
@@ -3114,7 +3114,7 @@
|
|
|
3114
3114
|
{
|
|
3115
3115
|
"id": "kmxg8ci7",
|
|
3116
3116
|
"componentType": "Radio",
|
|
3117
|
-
"
|
|
3117
|
+
"isMandatory": false,
|
|
3118
3118
|
"page": "3",
|
|
3119
3119
|
"label": {
|
|
3120
3120
|
"value": "\"➡ \" || if (PRENOM=PRENOMREF) then \"Avez-vous cependant un emploi ?\" else PRENOM || \" a-t-\" || LIB_SUJET || \" cependant un emploi ?\"",
|
|
@@ -3192,7 +3192,7 @@
|
|
|
3192
3192
|
{
|
|
3193
3193
|
"id": "kmxgftfs",
|
|
3194
3194
|
"componentType": "Radio",
|
|
3195
|
-
"
|
|
3195
|
+
"isMandatory": false,
|
|
3196
3196
|
"page": "3",
|
|
3197
3197
|
"label": {
|
|
3198
3198
|
"value": "\"➡ \" || if (PRENOM=PRENOMREF) then \"À ce jour, quel est le plus haut diplôme ou titre que vous possédez ?\" else \"À ce jour, quel est le plus haut diplôme ou titre que \" || PRENOM || \" possède ?\"",
|
|
@@ -3327,7 +3327,7 @@
|
|
|
3327
3327
|
{
|
|
3328
3328
|
"id": "kqi8s71l",
|
|
3329
3329
|
"componentType": "Radio",
|
|
3330
|
-
"
|
|
3330
|
+
"isMandatory": false,
|
|
3331
3331
|
"page": "3",
|
|
3332
3332
|
"label": {
|
|
3333
3333
|
"value": "\"➡ \" || if (PRENOM=PRENOMREF) then \"Plus précisément, quel est votre niveau d’études ?\" else \"Plus précisément, quel est le niveau d’études de \" || PRENOM ||\" ?\"",
|
|
@@ -3405,7 +3405,7 @@
|
|
|
3405
3405
|
{
|
|
3406
3406
|
"id": "kqi8mfos",
|
|
3407
3407
|
"componentType": "Radio",
|
|
3408
|
-
"
|
|
3408
|
+
"isMandatory": false,
|
|
3409
3409
|
"page": "3",
|
|
3410
3410
|
"label": {
|
|
3411
3411
|
"value": "\"➡ \" || if (PRENOM=PRENOMREF) then \"Plus précisément, quel diplôme de niveau supérieur à bac+2 avez-vous obtenu ?\" else \"Plus précisément, quel diplôme de niveau supérieur à bac+2 \"|| PRENOM || \" a-t-\" || LIB_SUJET || \" obtenu ?\"",
|
|
@@ -3484,7 +3484,7 @@
|
|
|
3484
3484
|
{
|
|
3485
3485
|
"id": "kp4dw3br",
|
|
3486
3486
|
"componentType": "Radio",
|
|
3487
|
-
"
|
|
3487
|
+
"isMandatory": false,
|
|
3488
3488
|
"page": "3",
|
|
3489
3489
|
"label": {
|
|
3490
3490
|
"value": "\"➡ \" || if (PRENOM=PRENOMREF) then \"Pratiquez-vous le télétravail ?\" else PRENOM || \" pratique-t-\" || LIB_SUJET || \" le télétravail ?\"",
|
|
@@ -3545,7 +3545,7 @@
|
|
|
3545
3545
|
{
|
|
3546
3546
|
"id": "kvjb8q33",
|
|
3547
3547
|
"componentType": "InputNumber",
|
|
3548
|
-
"
|
|
3548
|
+
"isMandatory": false,
|
|
3549
3549
|
"page": "3",
|
|
3550
3550
|
"min": 0,
|
|
3551
3551
|
"max": 7,
|
|
@@ -3636,7 +3636,7 @@
|
|
|
3636
3636
|
{
|
|
3637
3637
|
"id": "kd8qd4ou",
|
|
3638
3638
|
"componentType": "Radio",
|
|
3639
|
-
"
|
|
3639
|
+
"isMandatory": false,
|
|
3640
3640
|
"page": "3",
|
|
3641
3641
|
"label": {
|
|
3642
3642
|
"value": "\"➡ \" || \"À quoi correspond votre logement ?\"",
|
|
@@ -3727,7 +3727,7 @@
|
|
|
3727
3727
|
{
|
|
3728
3728
|
"id": "kp4b8f63",
|
|
3729
3729
|
"componentType": "Radio",
|
|
3730
|
-
"
|
|
3730
|
+
"isMandatory": false,
|
|
3731
3731
|
"page": "3",
|
|
3732
3732
|
"label": {
|
|
3733
3733
|
"value": "\"➡ \" || \"Est-ce que votre logement se trouve en foyer (ou résidence) pour personnes âgées ?\"",
|
|
@@ -3766,7 +3766,7 @@
|
|
|
3766
3766
|
{
|
|
3767
3767
|
"id": "kp4bwrb9",
|
|
3768
3768
|
"componentType": "Radio",
|
|
3769
|
-
"
|
|
3769
|
+
"isMandatory": false,
|
|
3770
3770
|
"page": "3",
|
|
3771
3771
|
"label": {
|
|
3772
3772
|
"value": "\"➡ \" || \"Plus précisément, quel est le type de cette résidence ?\"",
|
|
@@ -3817,7 +3817,7 @@
|
|
|
3817
3817
|
{
|
|
3818
3818
|
"id": "kbgi5n3g",
|
|
3819
3819
|
"componentType": "Radio",
|
|
3820
|
-
"
|
|
3820
|
+
"isMandatory": false,
|
|
3821
3821
|
"page": "3",
|
|
3822
3822
|
"label": {
|
|
3823
3823
|
"value": "\"➡ \" || \"Le logement fait-il partie d’un immeuble collectif ?\"",
|
|
@@ -3871,7 +3871,7 @@
|
|
|
3871
3871
|
{
|
|
3872
3872
|
"id": "kbgigljc",
|
|
3873
3873
|
"componentType": "Radio",
|
|
3874
|
-
"
|
|
3874
|
+
"isMandatory": false,
|
|
3875
3875
|
"page": "3",
|
|
3876
3876
|
"label": {
|
|
3877
3877
|
"value": "\"➡ \" || \"Quel est le type de construction de la maison individuelle ?\"",
|
|
@@ -3916,7 +3916,7 @@
|
|
|
3916
3916
|
{
|
|
3917
3917
|
"id": "kbgim4v3",
|
|
3918
3918
|
"componentType": "Radio",
|
|
3919
|
-
"
|
|
3919
|
+
"isMandatory": false,
|
|
3920
3920
|
"page": "3",
|
|
3921
3921
|
"label": {
|
|
3922
3922
|
"value": "\"➡ \" || \"La maison fait-elle partie d’une résidence ou d’un ’village’ en copropriété ?\"",
|
|
@@ -3967,7 +3967,7 @@
|
|
|
3967
3967
|
{
|
|
3968
3968
|
"id": "kbgidvnm",
|
|
3969
3969
|
"componentType": "Radio",
|
|
3970
|
-
"
|
|
3970
|
+
"isMandatory": false,
|
|
3971
3971
|
"page": "3",
|
|
3972
3972
|
"label": {
|
|
3973
3973
|
"value": "\"➡ \" || \"Y a-t-il au moins un ascenseur dans l’immeuble collectif ?\"",
|
|
@@ -4006,7 +4006,7 @@
|
|
|
4006
4006
|
{
|
|
4007
4007
|
"id": "kbgigafp",
|
|
4008
4008
|
"componentType": "InputNumber",
|
|
4009
|
-
"
|
|
4009
|
+
"isMandatory": false,
|
|
4010
4010
|
"page": "3",
|
|
4011
4011
|
"min": 0,
|
|
4012
4012
|
"max": 99,
|
|
@@ -4058,7 +4058,7 @@
|
|
|
4058
4058
|
{
|
|
4059
4059
|
"id": "kbghszh6",
|
|
4060
4060
|
"componentType": "Radio",
|
|
4061
|
-
"
|
|
4061
|
+
"isMandatory": false,
|
|
4062
4062
|
"page": "3",
|
|
4063
4063
|
"label": {
|
|
4064
4064
|
"value": "\"➡ \" || \"À quelle période a été achevée la construction \"|| libIAATC || \" ?\"",
|
|
@@ -4120,7 +4120,7 @@
|
|
|
4120
4120
|
{
|
|
4121
4121
|
"id": "kbghz7mp",
|
|
4122
4122
|
"componentType": "Dropdown",
|
|
4123
|
-
"
|
|
4123
|
+
"isMandatory": false,
|
|
4124
4124
|
"page": "3",
|
|
4125
4125
|
"label": {
|
|
4126
4126
|
"value": "\"➡ \" || \"En quelle année exactement la construction \" || libIAATC || \" a-t-elle été achevée ?\"",
|
|
@@ -4266,7 +4266,7 @@
|
|
|
4266
4266
|
{
|
|
4267
4267
|
"id": "jn0cttir",
|
|
4268
4268
|
"componentType": "Radio",
|
|
4269
|
-
"
|
|
4269
|
+
"isMandatory": false,
|
|
4270
4270
|
"page": "4",
|
|
4271
4271
|
"label": {
|
|
4272
4272
|
"value": "\"➡ \" || \"Comment votre ménage occupe-t-il ce logement ?\"",
|
|
@@ -4367,7 +4367,7 @@
|
|
|
4367
4367
|
{
|
|
4368
4368
|
"id": "klusnxnh",
|
|
4369
4369
|
"componentType": "Radio",
|
|
4370
|
-
"
|
|
4370
|
+
"isMandatory": false,
|
|
4371
4371
|
"page": "4",
|
|
4372
4372
|
"label": {
|
|
4373
4373
|
"value": "\"➡ \" || \"Un des occupants actuels du logement est-il propriétaire de ce logement ?\"",
|
|
@@ -4431,7 +4431,7 @@
|
|
|
4431
4431
|
{
|
|
4432
4432
|
"id": "jn0e3nhg",
|
|
4433
4433
|
"componentType": "Radio",
|
|
4434
|
-
"
|
|
4434
|
+
"isMandatory": false,
|
|
4435
4435
|
"page": "4",
|
|
4436
4436
|
"label": {
|
|
4437
4437
|
"value": "\"➡ \" || \"Votre ménage occupe-t-il ce logement en pleine propriété ou en propriété partielle ?
\"",
|
|
@@ -4579,7 +4579,7 @@
|
|
|
4579
4579
|
{
|
|
4580
4580
|
"id": "ko9tiu0f",
|
|
4581
4581
|
"componentType": "Radio",
|
|
4582
|
-
"
|
|
4582
|
+
"isMandatory": false,
|
|
4583
4583
|
"page": "4",
|
|
4584
4584
|
"label": {
|
|
4585
4585
|
"value": "\"➡ \" || \"À titre personnel, \" || if (PRENOM=PRENOMREF) then \"votre nom figure-t-il sur l’acte de propriété ?\" else \"le nom de \" || PRENOM || \" figure-t-il sur l’acte de propriété ?\"",
|
|
@@ -4664,7 +4664,7 @@
|
|
|
4664
4664
|
{
|
|
4665
4665
|
"id": "ko9r0alc",
|
|
4666
4666
|
"componentType": "Radio",
|
|
4667
|
-
"
|
|
4667
|
+
"isMandatory": false,
|
|
4668
4668
|
"page": "4",
|
|
4669
4669
|
"label": {
|
|
4670
4670
|
"value": "\"➡ \" || \"À titre personnel, \" || (if (PRENOM=PRENOMREF) then \"êtes-vous\" else (PRENOM || \" est-\" || LIB_SUJET)) || \" usufruiti\" || LIB_FEM2 || \" de ce logement ?\"",
|
|
@@ -4743,7 +4743,7 @@
|
|
|
4743
4743
|
{
|
|
4744
4744
|
"id": "ko9t45t9",
|
|
4745
4745
|
"componentType": "Radio",
|
|
4746
|
-
"
|
|
4746
|
+
"isMandatory": false,
|
|
4747
4747
|
"page": "4",
|
|
4748
4748
|
"label": {
|
|
4749
4749
|
"value": "\"➡ \" || \"À titre personnel, \" || if (PRENOM=PRENOMREF) then \"votre nom figure-t-il sur le bail de location ?\" else \"le nom de \" || PRENOM || \" figure-t-il sur le bail de location ?\"",
|
|
@@ -4820,7 +4820,7 @@
|
|
|
4820
4820
|
{
|
|
4821
4821
|
"id": "knoqewds",
|
|
4822
4822
|
"componentType": "Radio",
|
|
4823
|
-
"
|
|
4823
|
+
"isMandatory": false,
|
|
4824
4824
|
"page": "4",
|
|
4825
4825
|
"label": {
|
|
4826
4826
|
"value": "\"➡ \" || (if (PRENOM=PRENOMREF) then \"Êtes-vous\" else (PRENOM || \" est-\" || LIB_SUJET)) || \" \" || if (isnull(STOC)) then \"locataire, sous-locataire ou colocataire\" else (if (STOC=\"1\" or STOC=\"2\" or STOC=\"3\") then \"locataire ou colocataire\" else \"sous-locataire\") || \" d’une partie du logement ?\"",
|
|
@@ -5025,7 +5025,7 @@
|
|
|
5025
5025
|
{
|
|
5026
5026
|
"id": "joh8lowu",
|
|
5027
5027
|
"componentType": "Radio",
|
|
5028
|
-
"
|
|
5028
|
+
"isMandatory": false,
|
|
5029
5029
|
"page": "4",
|
|
5030
5030
|
"label": {
|
|
5031
5031
|
"value": "\"➡ \" || PRENOM || \" a-t-\" || LIB_SUJET || \" déjà quitté le logement familial pour vivre dans un logement indépendant pendant plus de trois mois ?\"",
|
|
@@ -5122,7 +5122,7 @@
|
|
|
5122
5122
|
{
|
|
5123
5123
|
"id": "kppmespv",
|
|
5124
5124
|
"componentType": "Radio",
|
|
5125
|
-
"
|
|
5125
|
+
"isMandatory": false,
|
|
5126
5126
|
"page": "4",
|
|
5127
5127
|
"label": {
|
|
5128
5128
|
"value": "\"➡ \" || PRENOM || \" vit-\" || LIB_SUJET || \" chez vous uniquement pour les vacances, les week-ends ?\"",
|
|
@@ -5195,7 +5195,7 @@
|
|
|
5195
5195
|
{
|
|
5196
5196
|
"id": "joh8ixt2",
|
|
5197
5197
|
"componentType": "Radio",
|
|
5198
|
-
"
|
|
5198
|
+
"isMandatory": false,
|
|
5199
5199
|
"page": "4",
|
|
5200
5200
|
"label": {
|
|
5201
5201
|
"value": "\"➡ \" || \"Au total, pendant combien de temps \" || PRENOM || \" a-t-\" || LIB_SUJET || \" vécu dans un logement indépendant ?\"",
|
|
@@ -5307,7 +5307,7 @@
|
|
|
5307
5307
|
{
|
|
5308
5308
|
"id": "kcnccgjg",
|
|
5309
5309
|
"componentType": "Radio",
|
|
5310
|
-
"
|
|
5310
|
+
"isMandatory": false,
|
|
5311
5311
|
"page": "4",
|
|
5312
5312
|
"label": {
|
|
5313
5313
|
"value": "\"➡ \" || \"Depuis quand \" || PRENOM || \" est-\" || LIB_SUJET || \" venu\" || LIB_FEM || \" ou revenu\" || LIB_FEM || \" vivre chez vous ?\"",
|
|
@@ -5542,7 +5542,7 @@
|
|
|
5542
5542
|
{
|
|
5543
5543
|
"id": "kp5vtjh4",
|
|
5544
5544
|
"componentType": "Radio",
|
|
5545
|
-
"
|
|
5545
|
+
"isMandatory": false,
|
|
5546
5546
|
"page": "4",
|
|
5547
5547
|
"label": {
|
|
5548
5548
|
"value": "\"➡ \" || \"Le fait que \" || PRENOM || \" vit chez vous est-il lié à la crise sanitaire due à l’épidémie de Covid19 ?\"",
|
|
@@ -5615,7 +5615,7 @@
|
|
|
5615
5615
|
{
|
|
5616
5616
|
"id": "joirni0x",
|
|
5617
5617
|
"componentType": "Radio",
|
|
5618
|
-
"
|
|
5618
|
+
"isMandatory": false,
|
|
5619
5619
|
"page": "4",
|
|
5620
5620
|
"label": {
|
|
5621
5621
|
"value": "\"➡ \" || PRENOM || \" envisage-t-\" || LIB_SUJET || \" d’aller habiter dans un logement indépendant dans les six mois qui viennent ?\"",
|
|
@@ -5693,7 +5693,7 @@
|
|
|
5693
5693
|
{
|
|
5694
5694
|
"id": "joirve2f",
|
|
5695
5695
|
"componentType": "Radio",
|
|
5696
|
-
"
|
|
5696
|
+
"isMandatory": false,
|
|
5697
5697
|
"page": "4",
|
|
5698
5698
|
"label": {
|
|
5699
5699
|
"value": "\"➡ \" || PRENOM || \" a-t-\" || LIB_SUJET || \" actuellement les moyens financiers lui permettant d’avoir un logement indépendant ?\"",
|
|
@@ -5786,7 +5786,7 @@
|
|
|
5786
5786
|
{
|
|
5787
5787
|
"id": "joirtz3j",
|
|
5788
5788
|
"componentType": "Radio",
|
|
5789
|
-
"
|
|
5789
|
+
"isMandatory": false,
|
|
5790
5790
|
"page": "4",
|
|
5791
5791
|
"label": {
|
|
5792
5792
|
"value": "\"➡ \" || PRENOM || \" aurait-\" || LIB_SUJET || \" les moyens financiers d’obtenir un logement indépendant ?\"",
|
|
@@ -5879,7 +5879,7 @@
|
|
|
5879
5879
|
{
|
|
5880
5880
|
"id": "joisp3u9",
|
|
5881
5881
|
"componentType": "Radio",
|
|
5882
|
-
"
|
|
5882
|
+
"isMandatory": false,
|
|
5883
5883
|
"page": "4",
|
|
5884
5884
|
"label": {
|
|
5885
5885
|
"value": "\"➡ \" || \"Si \" || PRENOM || \" en avait les moyens financiers, quitterait-\" || LIB_SUJET || \" le logement familial ?\"",
|
|
@@ -6098,7 +6098,7 @@
|
|
|
6098
6098
|
{
|
|
6099
6099
|
"id": "joisq6l3",
|
|
6100
6100
|
"componentType": "Radio",
|
|
6101
|
-
"
|
|
6101
|
+
"isMandatory": false,
|
|
6102
6102
|
"page": "4",
|
|
6103
6103
|
"label": {
|
|
6104
6104
|
"value": "\"➡ \" || \"Depuis quand \" || PRENOM || \" vit-\" || LIB_SUJET ||\" chez vous ?\"",
|
|
@@ -6331,7 +6331,7 @@
|
|
|
6331
6331
|
{
|
|
6332
6332
|
"id": "kppptqlu",
|
|
6333
6333
|
"componentType": "Radio",
|
|
6334
|
-
"
|
|
6334
|
+
"isMandatory": false,
|
|
6335
6335
|
"page": "4",
|
|
6336
6336
|
"label": {
|
|
6337
6337
|
"value": "\"➡ \" || \"Le fait que \" || PRENOM || \" vive chez vous est-il lié à la crise sanitaire due l’épidémie de Covid 19 ?\"",
|
|
@@ -6405,7 +6405,7 @@
|
|
|
6405
6405
|
{
|
|
6406
6406
|
"id": "joismxwd",
|
|
6407
6407
|
"componentType": "Radio",
|
|
6408
|
-
"
|
|
6408
|
+
"isMandatory": false,
|
|
6409
6409
|
"page": "4",
|
|
6410
6410
|
"label": {
|
|
6411
6411
|
"value": "\"➡ \" || \"Selon vous, \" || PRENOM || \" a-t-\" || LIB_SUJET || \" actuellement les moyens financiers lui permettant d’avoir un logement indépendant ?\"",
|
|
@@ -6485,7 +6485,7 @@
|
|
|
6485
6485
|
{
|
|
6486
6486
|
"id": "kqv3atis",
|
|
6487
6487
|
"componentType": "Radio",
|
|
6488
|
-
"
|
|
6488
|
+
"isMandatory": false,
|
|
6489
6489
|
"page": "4",
|
|
6490
6490
|
"label": {
|
|
6491
6491
|
"value": "\"➡ \" || \"Est-ce compliqué pour vous d’héberger \" || PRENOM || \" ?\"",
|
|
@@ -6567,7 +6567,7 @@
|
|
|
6567
6567
|
{
|
|
6568
6568
|
"id": "kqv44b8j",
|
|
6569
6569
|
"componentType": "Radio",
|
|
6570
|
-
"
|
|
6570
|
+
"isMandatory": false,
|
|
6571
6571
|
"page": "4",
|
|
6572
6572
|
"label": {
|
|
6573
6573
|
"value": "\"➡ \" || \"Est-ce que \" || PRENOM || \" a une chambre indépendante dans votre logement ?\"",
|
|
@@ -6677,7 +6677,7 @@
|
|
|
6677
6677
|
{
|
|
6678
6678
|
"id": "jojtbo85",
|
|
6679
6679
|
"componentType": "Dropdown",
|
|
6680
|
-
"
|
|
6680
|
+
"isMandatory": false,
|
|
6681
6681
|
"page": "4",
|
|
6682
6682
|
"label": {
|
|
6683
6683
|
"value": "\"➡ \" || \"En quelle année êtes-vous arrivé\" || (if (isnull(SEXEREF)) then \"\" else (if (cast(SEXEREF,string) = \"2\") then \"e\" else \"\")) || \" dans ce logement ?\"",
|
|
@@ -6973,7 +6973,7 @@
|
|
|
6973
6973
|
{
|
|
6974
6974
|
"id": "kp6iwd90",
|
|
6975
6975
|
"componentType": "Radio",
|
|
6976
|
-
"
|
|
6976
|
+
"isMandatory": false,
|
|
6977
6977
|
"page": "4",
|
|
6978
6978
|
"label": {
|
|
6979
6979
|
"value": "\"➡ \" || \"Depuis environ combien d’années êtes-vous arrivé\" || (if (isnull(SEXEREF)) then \"\" else (if (cast(SEXEREF,string) = \"2\") then \"e\" else \"\")) || \" dans ce logement ?\"",
|
|
@@ -7036,7 +7036,7 @@
|
|
|
7036
7036
|
{
|
|
7037
7037
|
"id": "jojt16mt",
|
|
7038
7038
|
"componentType": "Dropdown",
|
|
7039
|
-
"
|
|
7039
|
+
"isMandatory": false,
|
|
7040
7040
|
"page": "4",
|
|
7041
7041
|
"label": {
|
|
7042
7042
|
"value": "\"➡ \" || \"Quel est le mois de votre arrivée en \" || MAA2A || \" ?\"",
|
|
@@ -7131,7 +7131,7 @@
|
|
|
7131
7131
|
{
|
|
7132
7132
|
"id": "jojt3qxp",
|
|
7133
7133
|
"componentType": "Radio",
|
|
7134
|
-
"
|
|
7134
|
+
"isMandatory": false,
|
|
7135
7135
|
"page": "4",
|
|
7136
7136
|
"label": {
|
|
7137
7137
|
"value": "\"➡ \" || \"Votre conjoint\" || SEXECJ_E || \" est-\" || SEXECJ_IEL || \" arrivé\" || SEXECJ_E || \" dans ce logement en même temps que vous ?\"",
|
|
@@ -7178,7 +7178,7 @@
|
|
|
7178
7178
|
{
|
|
7179
7179
|
"id": "jojtnq9z",
|
|
7180
7180
|
"componentType": "Dropdown",
|
|
7181
|
-
"
|
|
7181
|
+
"isMandatory": false,
|
|
7182
7182
|
"page": "4",
|
|
7183
7183
|
"label": {
|
|
7184
7184
|
"value": "\"➡ \" || \"En quelle année votre conjoint\" || SEXECJ_E || \" est-\" || SEXECJ_IEL || \" arrivé\" || SEXECJ_E || \" dans ce logement ?\"",
|
|
@@ -7473,7 +7473,7 @@
|
|
|
7473
7473
|
{
|
|
7474
7474
|
"id": "kp6ja40b",
|
|
7475
7475
|
"componentType": "Radio",
|
|
7476
|
-
"
|
|
7476
|
+
"isMandatory": false,
|
|
7477
7477
|
"page": "4",
|
|
7478
7478
|
"label": {
|
|
7479
7479
|
"value": "\"➡ \" || \"Depuis environ combien d’années votre conjoint\" || SEXECJ_E || \" est-\" || SEXECJ_IEL || \" arrivé\" || SEXECJ_E || \" dans ce logement ?\"",
|
|
@@ -7548,7 +7548,7 @@
|
|
|
7548
7548
|
{
|
|
7549
7549
|
"id": "jor73af6",
|
|
7550
7550
|
"componentType": "Dropdown",
|
|
7551
|
-
"
|
|
7551
|
+
"isMandatory": false,
|
|
7552
7552
|
"page": "4",
|
|
7553
7553
|
"label": {
|
|
7554
7554
|
"value": "\"➡ \" || \"Quel est le mois de son arrivée dans le logement en \" || MAA2AC || \" ?\"",
|
|
@@ -7640,7 +7640,7 @@
|
|
|
7640
7640
|
{
|
|
7641
7641
|
"id": "jojtsgsr",
|
|
7642
7642
|
"componentType": "Radio",
|
|
7643
|
-
"
|
|
7643
|
+
"isMandatory": false,
|
|
7644
7644
|
"page": "4",
|
|
7645
7645
|
"label": {
|
|
7646
7646
|
"value": "\"➡ \" || \"Parmi les membres de votre ménage actuel, une personne habitait-elle déjà dans ce logement, au moment de \" || libMAA3 || \" ?\"",
|
|
@@ -7690,7 +7690,7 @@
|
|
|
7690
7690
|
{
|
|
7691
7691
|
"id": "jojtutyy",
|
|
7692
7692
|
"componentType": "Dropdown",
|
|
7693
|
-
"
|
|
7693
|
+
"isMandatory": false,
|
|
7694
7694
|
"page": "4",
|
|
7695
7695
|
"label": {
|
|
7696
7696
|
"value": "\"➡ \" || \"En quelle année cette personne est-elle arrivée dans ce logement ?\"",
|
|
@@ -8006,7 +8006,7 @@
|
|
|
8006
8006
|
{
|
|
8007
8007
|
"id": "jojtizrx",
|
|
8008
8008
|
"componentType": "Dropdown",
|
|
8009
|
-
"
|
|
8009
|
+
"isMandatory": false,
|
|
8010
8010
|
"page": "4",
|
|
8011
8011
|
"label": {
|
|
8012
8012
|
"value": "\"➡ \" || \"Quel est le mois de son arrivée dans le logement en \" || MAA3A || \" ?\"",
|
|
@@ -8171,7 +8171,7 @@
|
|
|
8171
8171
|
{
|
|
8172
8172
|
"id": "jojuueml",
|
|
8173
8173
|
"componentType": "Radio",
|
|
8174
|
-
"
|
|
8174
|
+
"isMandatory": false,
|
|
8175
8175
|
"page": "5",
|
|
8176
8176
|
"label": {
|
|
8177
8177
|
"value": "\"➡ \" || \"Votre logement dispose-t-il d’une cuisine ?\"",
|
|
@@ -8235,7 +8235,7 @@
|
|
|
8235
8235
|
{
|
|
8236
8236
|
"id": "jojuno0d",
|
|
8237
8237
|
"componentType": "Radio",
|
|
8238
|
-
"
|
|
8238
|
+
"isMandatory": false,
|
|
8239
8239
|
"page": "5",
|
|
8240
8240
|
"label": {
|
|
8241
8241
|
"value": "\"➡ \" || \"Quelle est la surface de la cuisine ?\"",
|
|
@@ -8320,7 +8320,7 @@
|
|
|
8320
8320
|
{
|
|
8321
8321
|
"id": "klv34du0",
|
|
8322
8322
|
"componentType": "Radio",
|
|
8323
|
-
"
|
|
8323
|
+
"isMandatory": false,
|
|
8324
8324
|
"page": "5",
|
|
8325
8325
|
"label": {
|
|
8326
8326
|
"value": "\"➡ \" || \"Avez-vous une pièce dédiée spécifiquement au télétravail dans votre logement ?\"",
|
|
@@ -8389,7 +8389,7 @@
|
|
|
8389
8389
|
{
|
|
8390
8390
|
"id": "jojuwst2",
|
|
8391
8391
|
"componentType": "Radio",
|
|
8392
|
-
"
|
|
8392
|
+
"isMandatory": false,
|
|
8393
8393
|
"page": "5",
|
|
8394
8394
|
"label": {
|
|
8395
8395
|
"value": "\"➡ \" || \"Y a-t-il, dans le logement, des [pièces réservées exclusivement à une activité professionnelle](. 'Ne rentrent pas dans cette catégorie les pièces à usage mixte, utilisées également par les membres de la famille.'), comme un cabinet de dentiste ou d’avocat par exemple ?\"",
|
|
@@ -8446,7 +8446,7 @@
|
|
|
8446
8446
|
{
|
|
8447
8447
|
"id": "jojv1e5e",
|
|
8448
8448
|
"componentType": "InputNumber",
|
|
8449
|
-
"
|
|
8449
|
+
"isMandatory": false,
|
|
8450
8450
|
"page": "5",
|
|
8451
8451
|
"min": 1,
|
|
8452
8452
|
"max": 9,
|
|
@@ -8506,7 +8506,7 @@
|
|
|
8506
8506
|
{
|
|
8507
8507
|
"id": "jojuz9k3",
|
|
8508
8508
|
"componentType": "InputNumber",
|
|
8509
|
-
"
|
|
8509
|
+
"isMandatory": false,
|
|
8510
8510
|
"page": "5",
|
|
8511
8511
|
"min": 1,
|
|
8512
8512
|
"max": 997,
|
|
@@ -8574,7 +8574,7 @@
|
|
|
8574
8574
|
{
|
|
8575
8575
|
"id": "jojv79ut",
|
|
8576
8576
|
"componentType": "Radio",
|
|
8577
|
-
"
|
|
8577
|
+
"isMandatory": false,
|
|
8578
8578
|
"page": "5",
|
|
8579
8579
|
"label": {
|
|
8580
8580
|
"value": "\"➡ \" || \"Y a-t-il des pièces annexes à usage d’habitation rattachées au logement avec une entrée indépendante, telles que des chambres de bonne ou d’anciens garages réaménagés en studios par exemple ?\"",
|
|
@@ -8624,7 +8624,7 @@
|
|
|
8624
8624
|
{
|
|
8625
8625
|
"id": "jojv3ha7",
|
|
8626
8626
|
"componentType": "InputNumber",
|
|
8627
|
-
"
|
|
8627
|
+
"isMandatory": false,
|
|
8628
8628
|
"page": "5",
|
|
8629
8629
|
"min": 1,
|
|
8630
8630
|
"max": 9,
|
|
@@ -8676,7 +8676,7 @@
|
|
|
8676
8676
|
{
|
|
8677
8677
|
"id": "kmd6o006",
|
|
8678
8678
|
"componentType": "Radio",
|
|
8679
|
-
"
|
|
8679
|
+
"isMandatory": false,
|
|
8680
8680
|
"page": "5",
|
|
8681
8681
|
"label": {
|
|
8682
8682
|
"value": "\"➡ \" || \"Quel usage faites-vous de la pièce annexe ?\"",
|
|
@@ -8808,7 +8808,7 @@
|
|
|
8808
8808
|
{
|
|
8809
8809
|
"id": "jojuzbus",
|
|
8810
8810
|
"componentType": "InputNumber",
|
|
8811
|
-
"
|
|
8811
|
+
"isMandatory": false,
|
|
8812
8812
|
"page": "5",
|
|
8813
8813
|
"min": 1,
|
|
8814
8814
|
"max": 9,
|
|
@@ -8867,7 +8867,7 @@
|
|
|
8867
8867
|
{
|
|
8868
8868
|
"id": "klv4iusu",
|
|
8869
8869
|
"componentType": "InputNumber",
|
|
8870
|
-
"
|
|
8870
|
+
"isMandatory": false,
|
|
8871
8871
|
"page": "5",
|
|
8872
8872
|
"min": 1,
|
|
8873
8873
|
"max": 9,
|
|
@@ -8926,7 +8926,7 @@
|
|
|
8926
8926
|
{
|
|
8927
8927
|
"id": "jojv5bnw",
|
|
8928
8928
|
"componentType": "InputNumber",
|
|
8929
|
-
"
|
|
8929
|
+
"isMandatory": false,
|
|
8930
8930
|
"page": "5",
|
|
8931
8931
|
"min": 1,
|
|
8932
8932
|
"max": 999,
|
|
@@ -8964,7 +8964,7 @@
|
|
|
8964
8964
|
{
|
|
8965
8965
|
"id": "klw36l7v",
|
|
8966
8966
|
"componentType": "InputNumber",
|
|
8967
|
-
"
|
|
8967
|
+
"isMandatory": false,
|
|
8968
8968
|
"page": "5",
|
|
8969
8969
|
"min": 1,
|
|
8970
8970
|
"max": 999,
|
|
@@ -9032,7 +9032,7 @@
|
|
|
9032
9032
|
{
|
|
9033
9033
|
"id": "jojvgfei",
|
|
9034
9034
|
"componentType": "InputNumber",
|
|
9035
|
-
"
|
|
9035
|
+
"isMandatory": false,
|
|
9036
9036
|
"page": "5",
|
|
9037
9037
|
"min": 1,
|
|
9038
9038
|
"max": 100,
|
|
@@ -9134,7 +9134,7 @@
|
|
|
9134
9134
|
{
|
|
9135
9135
|
"id": "jojv4yqe",
|
|
9136
9136
|
"componentType": "InputNumber",
|
|
9137
|
-
"
|
|
9137
|
+
"isMandatory": false,
|
|
9138
9138
|
"page": "5",
|
|
9139
9139
|
"min": 0,
|
|
9140
9140
|
"max": 100,
|
|
@@ -9225,7 +9225,7 @@
|
|
|
9225
9225
|
{
|
|
9226
9226
|
"id": "jojvc0vt",
|
|
9227
9227
|
"componentType": "InputNumber",
|
|
9228
|
-
"
|
|
9228
|
+
"isMandatory": false,
|
|
9229
9229
|
"page": "5",
|
|
9230
9230
|
"min": 1,
|
|
9231
9231
|
"max": 1000,
|
|
@@ -9337,7 +9337,7 @@
|
|
|
9337
9337
|
{
|
|
9338
9338
|
"id": "jojv1ux1",
|
|
9339
9339
|
"componentType": "Radio",
|
|
9340
|
-
"
|
|
9340
|
+
"isMandatory": false,
|
|
9341
9341
|
"page": "5",
|
|
9342
9342
|
"label": {
|
|
9343
9343
|
"value": "\"➡ \" || \"Compte tenu du nombre de personnes de votre ménage, comment estimez-vous le nombre de pièces dont vous disposez ?\"",
|
|
@@ -9391,7 +9391,7 @@
|
|
|
9391
9391
|
{
|
|
9392
9392
|
"id": "kv29cjdq",
|
|
9393
9393
|
"componentType": "Radio",
|
|
9394
|
-
"
|
|
9394
|
+
"isMandatory": false,
|
|
9395
9395
|
"page": "5",
|
|
9396
9396
|
"label": {
|
|
9397
9397
|
"value": "\"➡ \" || \"Quelle est la [hauteur sous plafond](. 'Lorsque la pièce principale est située sous des combles, la hauteur sous plafond varie. Choisir la réponse correspondant à la partie la plus haute de la pièce.') de votre pièce principale ?\"",
|
|
@@ -9468,7 +9468,7 @@
|
|
|
9468
9468
|
{
|
|
9469
9469
|
"id": "jrupq1i5",
|
|
9470
9470
|
"componentType": "Radio",
|
|
9471
|
-
"
|
|
9471
|
+
"isMandatory": false,
|
|
9472
9472
|
"page": "5",
|
|
9473
9473
|
"label": {
|
|
9474
9474
|
"value": "\"➡ \" || \"Avez-vous une véranda ?\"",
|
|
@@ -9515,7 +9515,7 @@
|
|
|
9515
9515
|
{
|
|
9516
9516
|
"id": "jrupsr80",
|
|
9517
9517
|
"componentType": "InputNumber",
|
|
9518
|
-
"
|
|
9518
|
+
"isMandatory": false,
|
|
9519
9519
|
"page": "5",
|
|
9520
9520
|
"min": 1,
|
|
9521
9521
|
"max": 999,
|
|
@@ -9550,7 +9550,7 @@
|
|
|
9550
9550
|
{
|
|
9551
9551
|
"id": "jrupy93h",
|
|
9552
9552
|
"componentType": "Radio",
|
|
9553
|
-
"
|
|
9553
|
+
"isMandatory": false,
|
|
9554
9554
|
"page": "5",
|
|
9555
9555
|
"label": {
|
|
9556
9556
|
"value": "\"➡ \" || \"La surface de la véranda (\" || cast(KSV,string) || \" m²) a t-elle été prise en compte dans la surface totale du logement (\" || cast(HST,string) || \" m²) que vous avez indiquée précédemment ?\"",
|
|
@@ -9586,7 +9586,7 @@
|
|
|
9586
9586
|
{
|
|
9587
9587
|
"id": "jrupzl7m",
|
|
9588
9588
|
"componentType": "Radio",
|
|
9589
|
-
"
|
|
9589
|
+
"isMandatory": false,
|
|
9590
9590
|
"page": "5",
|
|
9591
9591
|
"label": {
|
|
9592
9592
|
"value": "\"➡ \" || \"Avez-vous un balcon\" || libKBA1 || \" ou une loggia ?\"",
|
|
@@ -9622,7 +9622,7 @@
|
|
|
9622
9622
|
{
|
|
9623
9623
|
"id": "jrupx7iz",
|
|
9624
9624
|
"componentType": "InputNumber",
|
|
9625
|
-
"
|
|
9625
|
+
"isMandatory": false,
|
|
9626
9626
|
"page": "5",
|
|
9627
9627
|
"min": 1,
|
|
9628
9628
|
"max": 999,
|
|
@@ -9657,7 +9657,7 @@
|
|
|
9657
9657
|
{
|
|
9658
9658
|
"id": "jruq98v2",
|
|
9659
9659
|
"componentType": "Radio",
|
|
9660
|
-
"
|
|
9660
|
+
"isMandatory": false,
|
|
9661
9661
|
"page": "5",
|
|
9662
9662
|
"label": {
|
|
9663
9663
|
"value": "\"➡ \" || libKJA || \" un jardin, un terrain ou une cour réservés à votre usage personnel ?\"",
|
|
@@ -9693,7 +9693,7 @@
|
|
|
9693
9693
|
{
|
|
9694
9694
|
"id": "jruq8x6e",
|
|
9695
9695
|
"componentType": "InputNumber",
|
|
9696
|
-
"
|
|
9696
|
+
"isMandatory": false,
|
|
9697
9697
|
"page": "5",
|
|
9698
9698
|
"min": 1,
|
|
9699
9699
|
"max": 100000,
|
|
@@ -9761,7 +9761,7 @@
|
|
|
9761
9761
|
{
|
|
9762
9762
|
"id": "jruq85av",
|
|
9763
9763
|
"componentType": "Radio",
|
|
9764
|
-
"
|
|
9764
|
+
"isMandatory": false,
|
|
9765
9765
|
"page": "5",
|
|
9766
9766
|
"label": {
|
|
9767
9767
|
"value": "\"➡ \" || \"Pouvez-vous néanmoins indiquer dans quelle tranche se situe la surface du terrain ?\"",
|
|
@@ -9825,7 +9825,7 @@
|
|
|
9825
9825
|
{
|
|
9826
9826
|
"id": "jruq4was",
|
|
9827
9827
|
"componentType": "InputNumber",
|
|
9828
|
-
"
|
|
9828
|
+
"isMandatory": false,
|
|
9829
9829
|
"page": "5",
|
|
9830
9830
|
"min": 1,
|
|
9831
9831
|
"max": 99999,
|
|
@@ -9896,7 +9896,7 @@
|
|
|
9896
9896
|
{
|
|
9897
9897
|
"id": "jruq6fv0",
|
|
9898
9898
|
"componentType": "InputNumber",
|
|
9899
|
-
"
|
|
9899
|
+
"isMandatory": false,
|
|
9900
9900
|
"page": "5",
|
|
9901
9901
|
"min": 1,
|
|
9902
9902
|
"max": 99999,
|
|
@@ -9931,7 +9931,7 @@
|
|
|
9931
9931
|
{
|
|
9932
9932
|
"id": "jruqlf39",
|
|
9933
9933
|
"componentType": "Radio",
|
|
9934
|
-
"
|
|
9934
|
+
"isMandatory": false,
|
|
9935
9935
|
"page": "5",
|
|
9936
9936
|
"label": {
|
|
9937
9937
|
"value": "\"➡ \" || \"Disposez-vous d’espaces extérieurs (jardin, terrain, cour...) en tant que parties communes de la résidence ou de la copropriété ?\"",
|
|
@@ -9978,7 +9978,7 @@
|
|
|
9978
9978
|
{
|
|
9979
9979
|
"id": "jrusmgfq",
|
|
9980
9980
|
"componentType": "Radio",
|
|
9981
|
-
"
|
|
9981
|
+
"isMandatory": false,
|
|
9982
9982
|
"page": "5",
|
|
9983
9983
|
"label": {
|
|
9984
9984
|
"value": "\"➡ \" || \"Quelle est la surface de ces espaces partagés ?\"",
|
|
@@ -10238,7 +10238,7 @@
|
|
|
10238
10238
|
{
|
|
10239
10239
|
"id": "jrut0i0j",
|
|
10240
10240
|
"componentType": "Radio",
|
|
10241
|
-
"
|
|
10241
|
+
"isMandatory": false,
|
|
10242
10242
|
"page": "5",
|
|
10243
10243
|
"label": {
|
|
10244
10244
|
"value": "\"➡ \" || \"Disposez-vous d’une cave ou d’un sous-sol (même si vous ne l’utilisez pas) ?\"",
|
|
@@ -10285,7 +10285,7 @@
|
|
|
10285
10285
|
{
|
|
10286
10286
|
"id": "jrusu349",
|
|
10287
10287
|
"componentType": "Radio",
|
|
10288
|
-
"
|
|
10288
|
+
"isMandatory": false,
|
|
10289
10289
|
"page": "5",
|
|
10290
10290
|
"label": {
|
|
10291
10291
|
"value": "\"➡ \" || \"Disposez-vous, dans les parties communes de \" || libKVELO || \", d’un local fermé où vous pouvez déposer un vélo ou une poussette ?\"",
|
|
@@ -10334,7 +10334,7 @@
|
|
|
10334
10334
|
{
|
|
10335
10335
|
"id": "jrutj5co",
|
|
10336
10336
|
"componentType": "Radio",
|
|
10337
|
-
"
|
|
10337
|
+
"isMandatory": false,
|
|
10338
10338
|
"page": "5",
|
|
10339
10339
|
"label": {
|
|
10340
10340
|
"value": "\"➡ \" || \"Disposez-vous d’un grenier ou de combles aménageables, mais non aménagés en pièces d’habitation ?\"",
|
|
@@ -10370,7 +10370,7 @@
|
|
|
10370
10370
|
{
|
|
10371
10371
|
"id": "jruu4ry3",
|
|
10372
10372
|
"componentType": "Radio",
|
|
10373
|
-
"
|
|
10373
|
+
"isMandatory": false,
|
|
10374
10374
|
"page": "5",
|
|
10375
10375
|
"label": {
|
|
10376
10376
|
"value": "\"➡ \" || \"Disposez-vous d’un sous-sol non aménagé en pièces d’habitation ?\"",
|
|
@@ -10406,7 +10406,7 @@
|
|
|
10406
10406
|
{
|
|
10407
10407
|
"id": "jruubukg",
|
|
10408
10408
|
"componentType": "Radio",
|
|
10409
|
-
"
|
|
10409
|
+
"isMandatory": false,
|
|
10410
10410
|
"page": "5",
|
|
10411
10411
|
"label": {
|
|
10412
10412
|
"value": "\"➡ \" || \"Disposez-vous d’une grange non aménagée en pièces d’habitation ?\"",
|
|
@@ -10442,7 +10442,7 @@
|
|
|
10442
10442
|
{
|
|
10443
10443
|
"id": "jruue197",
|
|
10444
10444
|
"componentType": "Radio",
|
|
10445
|
-
"
|
|
10445
|
+
"isMandatory": false,
|
|
10446
10446
|
"page": "5",
|
|
10447
10447
|
"label": {
|
|
10448
10448
|
"value": "\"➡ \" || \"Avez-vous une piscine fixe d’une profondeur de plus de 1 mètre ?\"",
|
|
@@ -10513,7 +10513,7 @@
|
|
|
10513
10513
|
{
|
|
10514
10514
|
"id": "jruuncm0",
|
|
10515
10515
|
"componentType": "Radio",
|
|
10516
|
-
"
|
|
10516
|
+
"isMandatory": false,
|
|
10517
10517
|
"page": "5",
|
|
10518
10518
|
"label": {
|
|
10519
10519
|
"value": "\"➡ \" || \"Comment votre logement est-il alimenté en eau ?\"",
|
|
@@ -10560,7 +10560,7 @@
|
|
|
10560
10560
|
{
|
|
10561
10561
|
"id": "jruv1cla",
|
|
10562
10562
|
"componentType": "Radio",
|
|
10563
|
-
"
|
|
10563
|
+
"isMandatory": false,
|
|
10564
10564
|
"page": "5",
|
|
10565
10565
|
"label": {
|
|
10566
10566
|
"value": "\"➡ \" || \"Disposez-vous de W-C à l’intérieur du logement ?\"",
|
|
@@ -10607,7 +10607,7 @@
|
|
|
10607
10607
|
{
|
|
10608
10608
|
"id": "kmeu61l4",
|
|
10609
10609
|
"componentType": "Table",
|
|
10610
|
-
"
|
|
10610
|
+
"isMandatory": false,
|
|
10611
10611
|
"page": "5",
|
|
10612
10612
|
"label": {
|
|
10613
10613
|
"value": "\"➡ \" || \"Combien avez-vous de W-C ?\"",
|
|
@@ -10729,7 +10729,7 @@
|
|
|
10729
10729
|
{
|
|
10730
10730
|
"id": "jruva8uu",
|
|
10731
10731
|
"componentType": "Radio",
|
|
10732
|
-
"
|
|
10732
|
+
"isMandatory": false,
|
|
10733
10733
|
"page": "5",
|
|
10734
10734
|
"label": {
|
|
10735
10735
|
"value": "\"➡ \" || \"Possédez-vous une salle d’eau ou une salle de bain (pièce contenant une douche ou une baignoire) ?\"",
|
|
@@ -10765,7 +10765,7 @@
|
|
|
10765
10765
|
{
|
|
10766
10766
|
"id": "kksgd6fv",
|
|
10767
10767
|
"componentType": "Table",
|
|
10768
|
-
"
|
|
10768
|
+
"isMandatory": false,
|
|
10769
10769
|
"page": "5",
|
|
10770
10770
|
"label": {
|
|
10771
10771
|
"value": "\"➡ \" || \"Combien avez-vous de salle d’eau ou salle de bain ?\"",
|
|
@@ -10884,7 +10884,7 @@
|
|
|
10884
10884
|
{
|
|
10885
10885
|
"id": "kmf0xcox",
|
|
10886
10886
|
"componentType": "Radio",
|
|
10887
|
-
"
|
|
10887
|
+
"isMandatory": false,
|
|
10888
10888
|
"page": "5",
|
|
10889
10889
|
"label": {
|
|
10890
10890
|
"value": "\"➡ \" || \"Avez-vous une douche ou une baignoire installée dans une pièce destinée à un autre usage ?\"",
|
|
@@ -10920,7 +10920,7 @@
|
|
|
10920
10920
|
{
|
|
10921
10921
|
"id": "jruv164k",
|
|
10922
10922
|
"componentType": "Radio",
|
|
10923
|
-
"
|
|
10923
|
+
"isMandatory": false,
|
|
10924
10924
|
"page": "5",
|
|
10925
10925
|
"label": {
|
|
10926
10926
|
"value": "\"➡ \" || \"Disposez-vous d’un ou plusieurs lavabos ?\"",
|
|
@@ -11051,7 +11051,7 @@
|
|
|
11051
11051
|
{
|
|
11052
11052
|
"id": "joicolgp",
|
|
11053
11053
|
"componentType": "Radio",
|
|
11054
|
-
"
|
|
11054
|
+
"isMandatory": false,
|
|
11055
11055
|
"page": "6",
|
|
11056
11056
|
"label": {
|
|
11057
11057
|
"value": "\"➡ \" || \"Comment estimez-vous vos conditions actuelles de logement ?\"",
|
|
@@ -11111,7 +11111,7 @@
|
|
|
11111
11111
|
{
|
|
11112
11112
|
"id": "joiccm1l",
|
|
11113
11113
|
"componentType": "InputNumber",
|
|
11114
|
-
"
|
|
11114
|
+
"isMandatory": false,
|
|
11115
11115
|
"page": "6",
|
|
11116
11116
|
"min": 1,
|
|
11117
11117
|
"max": 10,
|
|
@@ -11177,7 +11177,7 @@
|
|
|
11177
11177
|
{
|
|
11178
11178
|
"id": "knio1w9d",
|
|
11179
11179
|
"componentType": "Table",
|
|
11180
|
-
"
|
|
11180
|
+
"isMandatory": false,
|
|
11181
11181
|
"page": "6",
|
|
11182
11182
|
"label": {
|
|
11183
11183
|
"value": "\"➡ \" || \"Votre logement présente-t-il les défauts suivants ?\"",
|
|
@@ -11325,7 +11325,7 @@
|
|
|
11325
11325
|
{
|
|
11326
11326
|
"id": "kninrf3p",
|
|
11327
11327
|
"componentType": "Table",
|
|
11328
|
-
"
|
|
11328
|
+
"isMandatory": false,
|
|
11329
11329
|
"page": "6",
|
|
11330
11330
|
"label": {
|
|
11331
11331
|
"value": "\"➡ \" || \"Votre logement présente-t-il les autres défauts suivants ?\"",
|
|
@@ -11464,7 +11464,7 @@
|
|
|
11464
11464
|
{
|
|
11465
11465
|
"id": "knioggcs",
|
|
11466
11466
|
"componentType": "Table",
|
|
11467
|
-
"
|
|
11467
|
+
"isMandatory": false,
|
|
11468
11468
|
"page": "6",
|
|
11469
11469
|
"label": {
|
|
11470
11470
|
"value": "\"➡ \" || \"L’environnement de votre logement présente-t-il les défauts suivants ?\"",
|
|
@@ -11592,7 +11592,7 @@
|
|
|
11592
11592
|
{
|
|
11593
11593
|
"id": "kniwyjy0",
|
|
11594
11594
|
"componentType": "Radio",
|
|
11595
|
-
"
|
|
11595
|
+
"isMandatory": false,
|
|
11596
11596
|
"page": "6",
|
|
11597
11597
|
"label": {
|
|
11598
11598
|
"value": "\"➡ \" || \"Vous plaisez-vous dans votre quartier (ou village) ?\"",
|
|
@@ -11639,7 +11639,7 @@
|
|
|
11639
11639
|
{
|
|
11640
11640
|
"id": "joidpl4s",
|
|
11641
11641
|
"componentType": "InputNumber",
|
|
11642
|
-
"
|
|
11642
|
+
"isMandatory": false,
|
|
11643
11643
|
"page": "6",
|
|
11644
11644
|
"min": 1,
|
|
11645
11645
|
"max": 10,
|
|
@@ -11738,7 +11738,7 @@
|
|
|
11738
11738
|
{
|
|
11739
11739
|
"id": "kcvx4gaz",
|
|
11740
11740
|
"componentType": "Radio",
|
|
11741
|
-
"
|
|
11741
|
+
"isMandatory": false,
|
|
11742
11742
|
"page": "6",
|
|
11743
11743
|
"label": {
|
|
11744
11744
|
"value": "\"➡ \" || \"Au cours des 12 derniers mois, l’un des membres du ménage, y compris vous-même, a-t-il déposé ou renouvelé une demande de HLM ?\"",
|
|
@@ -11851,7 +11851,7 @@
|
|
|
11851
11851
|
{
|
|
11852
11852
|
"id": "joieoqtu",
|
|
11853
11853
|
"componentType": "Table",
|
|
11854
|
-
"
|
|
11854
|
+
"isMandatory": false,
|
|
11855
11855
|
"page": "6",
|
|
11856
11856
|
"label": {
|
|
11857
11857
|
"value": "\"➡ \" || \"Auprès de qui \" || libOIH || \" déposé cette demande de HLM ?\"",
|
|
@@ -12016,7 +12016,7 @@
|
|
|
12016
12016
|
{
|
|
12017
12017
|
"id": "joieparb",
|
|
12018
12018
|
"componentType": "Radio",
|
|
12019
|
-
"
|
|
12019
|
+
"isMandatory": false,
|
|
12020
12020
|
"page": "6",
|
|
12021
12021
|
"label": {
|
|
12022
12022
|
"value": "\"➡ \" || \"Depuis combien de temps \" || libOIH || \" déposé cette demande de HLM ?\"",
|
|
@@ -12109,7 +12109,7 @@
|
|
|
12109
12109
|
{
|
|
12110
12110
|
"id": "joiegq0p",
|
|
12111
12111
|
"componentType": "Radio",
|
|
12112
|
-
"
|
|
12112
|
+
"isMandatory": false,
|
|
12113
12113
|
"page": "6",
|
|
12114
12114
|
"label": {
|
|
12115
12115
|
"value": "\"➡ \" || \"Depuis le dépôt de cette demande de HLM, \" || libOIH || \" refusé une ou plusieurs propositions de logements ?\"",
|
|
@@ -12285,7 +12285,7 @@
|
|
|
12285
12285
|
{
|
|
12286
12286
|
"id": "joifgmrr",
|
|
12287
12287
|
"componentType": "Radio",
|
|
12288
|
-
"
|
|
12288
|
+
"isMandatory": false,
|
|
12289
12289
|
"page": "6",
|
|
12290
12290
|
"label": {
|
|
12291
12291
|
"value": "\"➡ \" || \"Souhaitez-vous changer de logement ?\"",
|
|
@@ -12327,7 +12327,7 @@
|
|
|
12327
12327
|
{
|
|
12328
12328
|
"id": "joifoap2",
|
|
12329
12329
|
"componentType": "Radio",
|
|
12330
|
-
"
|
|
12330
|
+
"isMandatory": false,
|
|
12331
12331
|
"page": "6",
|
|
12332
12332
|
"label": {
|
|
12333
12333
|
"value": "\"➡ \" || \"Pensez-vous être contraint de quitter votre logement dans les trois ans à venir ?\"",
|
|
@@ -12374,7 +12374,7 @@
|
|
|
12374
12374
|
{
|
|
12375
12375
|
"id": "joifcbgf",
|
|
12376
12376
|
"componentType": "Radio",
|
|
12377
|
-
"
|
|
12377
|
+
"isMandatory": false,
|
|
12378
12378
|
"page": "6",
|
|
12379
12379
|
"label": {
|
|
12380
12380
|
"value": "\"➡ \" || \"Pour quelle raison pensez-vous être contraint de quitter votre logement ?\"",
|
|
@@ -12452,7 +12452,7 @@
|
|
|
12452
12452
|
{
|
|
12453
12453
|
"id": "joifzvkd",
|
|
12454
12454
|
"componentType": "Radio",
|
|
12455
|
-
"
|
|
12455
|
+
"isMandatory": false,
|
|
12456
12456
|
"page": "6",
|
|
12457
12457
|
"label": {
|
|
12458
12458
|
"value": "\"➡ \" || \"Avez-vous fait une demande de logement dans le cadre de la loi Dalo ([Droit au logement opposable](. 'La loi sur le droit au logement opposable (Dalo) du 5 mars 2007 a instauré un recours pour les personnes mal-logées. La loi désigne l’État comme le garant du droit au logement. La mise en œuvre de cette garantie s’appuie sur un recours amiable ou un recours contentieux.')) ?\"",
|
|
@@ -12494,7 +12494,7 @@
|
|
|
12494
12494
|
{
|
|
12495
12495
|
"id": "joifs2y7",
|
|
12496
12496
|
"componentType": "Radio",
|
|
12497
|
-
"
|
|
12497
|
+
"isMandatory": false,
|
|
12498
12498
|
"page": "6",
|
|
12499
12499
|
"label": {
|
|
12500
12500
|
"value": "\"➡ \" || \"Suite à votre demande, avez-vous obtenu un logement dans le cadre de la loi Dalo ?\"",
|
|
@@ -12536,7 +12536,7 @@
|
|
|
12536
12536
|
{
|
|
12537
12537
|
"id": "joig627d",
|
|
12538
12538
|
"componentType": "Radio",
|
|
12539
|
-
"
|
|
12539
|
+
"isMandatory": false,
|
|
12540
12540
|
"page": "6",
|
|
12541
12541
|
"label": {
|
|
12542
12542
|
"value": "\"➡ \" || \"Envisagez-vous de quitter votre commune ?\"",
|
|
@@ -12583,7 +12583,7 @@
|
|
|
12583
12583
|
{
|
|
12584
12584
|
"id": "joig7qe3",
|
|
12585
12585
|
"componentType": "Radio",
|
|
12586
|
-
"
|
|
12586
|
+
"isMandatory": false,
|
|
12587
12587
|
"page": "6",
|
|
12588
12588
|
"label": {
|
|
12589
12589
|
"value": "\"➡ \" || \"Où envisagez-vous d’aller vous installer ?\"",
|
|
@@ -12649,7 +12649,7 @@
|
|
|
12649
12649
|
{
|
|
12650
12650
|
"id": "joigb7rg",
|
|
12651
12651
|
"componentType": "Radio",
|
|
12652
|
-
"
|
|
12652
|
+
"isMandatory": false,
|
|
12653
12653
|
"page": "6",
|
|
12654
12654
|
"label": {
|
|
12655
12655
|
"value": "\"➡ \" || \"Plus précisément, où comptez-vous vivre ?\"",
|
|
@@ -12710,7 +12710,7 @@
|
|
|
12710
12710
|
{
|
|
12711
12711
|
"id": "joig56ii",
|
|
12712
12712
|
"componentType": "Dropdown",
|
|
12713
|
-
"
|
|
12713
|
+
"isMandatory": false,
|
|
12714
12714
|
"page": "6",
|
|
12715
12715
|
"label": {
|
|
12716
12716
|
"value": "\"➡ \" || \"Dans quel département envisagez-vous de vous installer ou de rester ?\"",
|
|
@@ -12756,7 +12756,7 @@
|
|
|
12756
12756
|
{
|
|
12757
12757
|
"id": "joigkrjq",
|
|
12758
12758
|
"componentType": "Radio",
|
|
12759
|
-
"
|
|
12759
|
+
"isMandatory": false,
|
|
12760
12760
|
"page": "6",
|
|
12761
12761
|
"label": {
|
|
12762
12762
|
"value": "\"➡ \" || \"Plus précisément, où comptez-vous vivre ?\"",
|
|
@@ -12806,7 +12806,7 @@
|
|
|
12806
12806
|
{
|
|
12807
12807
|
"id": "joigdh1o",
|
|
12808
12808
|
"componentType": "Radio",
|
|
12809
|
-
"
|
|
12809
|
+
"isMandatory": false,
|
|
12810
12810
|
"page": "6",
|
|
12811
12811
|
"label": {
|
|
12812
12812
|
"value": "\"➡ \" || \"Plus précisément, où comptez-vous vivre ?\"",
|
|
@@ -12876,7 +12876,7 @@
|
|
|
12876
12876
|
{
|
|
12877
12877
|
"id": "joigr611",
|
|
12878
12878
|
"componentType": "Radio",
|
|
12879
|
-
"
|
|
12879
|
+
"isMandatory": false,
|
|
12880
12880
|
"page": "6",
|
|
12881
12881
|
"label": {
|
|
12882
12882
|
"value": "\"➡ \" || \"Quel type de logement envisagez-vous d’occuper ?\"",
|
|
@@ -12939,7 +12939,7 @@
|
|
|
12939
12939
|
{
|
|
12940
12940
|
"id": "joigyk2a",
|
|
12941
12941
|
"componentType": "Radio",
|
|
12942
|
-
"
|
|
12942
|
+
"isMandatory": false,
|
|
12943
12943
|
"page": "6",
|
|
12944
12944
|
"label": {
|
|
12945
12945
|
"value": "\"➡ \" || \"Par rapport à votre logement actuel, quelle serait la taille du logement que vous envisagez d’occuper ?\"",
|
|
@@ -12991,7 +12991,7 @@
|
|
|
12991
12991
|
{
|
|
12992
12992
|
"id": "joigwqiq",
|
|
12993
12993
|
"componentType": "Radio",
|
|
12994
|
-
"
|
|
12994
|
+
"isMandatory": false,
|
|
12995
12995
|
"page": "6",
|
|
12996
12996
|
"label": {
|
|
12997
12997
|
"value": "\"➡ \" || \"Dans votre futur logement, quel statut d’occupation envisagez-vous ?\"",
|
|
@@ -13043,7 +13043,7 @@
|
|
|
13043
13043
|
{
|
|
13044
13044
|
"id": "joigrs80",
|
|
13045
13045
|
"componentType": "InputNumber",
|
|
13046
|
-
"
|
|
13046
|
+
"isMandatory": false,
|
|
13047
13047
|
"page": "6",
|
|
13048
13048
|
"min": 1,
|
|
13049
13049
|
"max": 1.0e7,
|
|
@@ -13121,7 +13121,7 @@
|
|
|
13121
13121
|
{
|
|
13122
13122
|
"id": "joigx4x8",
|
|
13123
13123
|
"componentType": "InputNumber",
|
|
13124
|
-
"
|
|
13124
|
+
"isMandatory": false,
|
|
13125
13125
|
"page": "6",
|
|
13126
13126
|
"min": 1,
|
|
13127
13127
|
"max": 1.0e7,
|
|
@@ -13188,7 +13188,7 @@
|
|
|
13188
13188
|
{
|
|
13189
13189
|
"id": "joih1sgy",
|
|
13190
13190
|
"componentType": "Radio",
|
|
13191
|
-
"
|
|
13191
|
+
"isMandatory": false,
|
|
13192
13192
|
"page": "6",
|
|
13193
13193
|
"label": {
|
|
13194
13194
|
"value": "\"➡ \" || \"Où en êtes-vous de vos démarches ?\"",
|
|
@@ -13255,7 +13255,7 @@
|
|
|
13255
13255
|
{
|
|
13256
13256
|
"id": "joigwfan",
|
|
13257
13257
|
"componentType": "Radio",
|
|
13258
|
-
"
|
|
13258
|
+
"isMandatory": false,
|
|
13259
13259
|
"page": "6",
|
|
13260
13260
|
"label": {
|
|
13261
13261
|
"value": "\"➡ \" || \"Quand envisagez-vous de quitter votre logement ?\"",
|
|
@@ -13318,7 +13318,7 @@
|
|
|
13318
13318
|
{
|
|
13319
13319
|
"id": "knk8j9xd",
|
|
13320
13320
|
"componentType": "Radio",
|
|
13321
|
-
"
|
|
13321
|
+
"isMandatory": false,
|
|
13322
13322
|
"page": "6",
|
|
13323
13323
|
"label": {
|
|
13324
13324
|
"value": "\"➡ \" || \"Pourquoi n’avez vous pas déposé de demande HLM ?\"",
|
|
@@ -13775,7 +13775,7 @@
|
|
|
13775
13775
|
{
|
|
13776
13776
|
"id": "kqr0kx1e",
|
|
13777
13777
|
"componentType": "Radio",
|
|
13778
|
-
"
|
|
13778
|
+
"isMandatory": false,
|
|
13779
13779
|
"page": "7",
|
|
13780
13780
|
"label": {
|
|
13781
13781
|
"value": "\"➡ \" || \"Comment la chambre d’hôtel était-elle payée ?\"",
|
|
@@ -13850,7 +13850,7 @@
|
|
|
13850
13850
|
{
|
|
13851
13851
|
"id": "kpb8b0vw",
|
|
13852
13852
|
"componentType": "Radio",
|
|
13853
|
-
"
|
|
13853
|
+
"isMandatory": false,
|
|
13854
13854
|
"page": "7",
|
|
13855
13855
|
"label": {
|
|
13856
13856
|
"value": "\"➡ \" || \"Était-ce un centre d’hébergement pour demandeurs d’asile ou réfugiés ?\"",
|
|
@@ -13902,7 +13902,7 @@
|
|
|
13902
13902
|
{
|
|
13903
13903
|
"id": "joio5w41",
|
|
13904
13904
|
"componentType": "Radio",
|
|
13905
|
-
"
|
|
13905
|
+
"isMandatory": false,
|
|
13906
13906
|
"page": "7",
|
|
13907
13907
|
"label": {
|
|
13908
13908
|
"value": "\"➡ \" || \"Combien de situations de ce type \" || (if (PRENOM=PRENOMREF) then \"avez-vous\" else PRENOM || \" a-t-\" || LIB_SUJET) || \" connues ?\"",
|
|
@@ -13970,7 +13970,7 @@
|
|
|
13970
13970
|
{
|
|
13971
13971
|
"id": "joioebt6",
|
|
13972
13972
|
"componentType": "Radio",
|
|
13973
|
-
"
|
|
13973
|
+
"isMandatory": false,
|
|
13974
13974
|
"page": "7",
|
|
13975
13975
|
"label": {
|
|
13976
13976
|
"value": "\"➡ \" || \"Combien de temps au total \" || (if (PRENOM=PRENOMREF) then \"avez-vous\" else PRENOM || \" a-t-\" || LIB_SUJET) || \" été dans \" || libSDT || \" ?\"",
|
|
@@ -14064,7 +14064,7 @@
|
|
|
14064
14064
|
{
|
|
14065
14065
|
"id": "kudultmi",
|
|
14066
14066
|
"componentType": "Radio",
|
|
14067
|
-
"
|
|
14067
|
+
"isMandatory": false,
|
|
14068
14068
|
"page": "7",
|
|
14069
14069
|
"label": {
|
|
14070
14070
|
"value": "\"➡ \" || if (PRENOM=PRENOMREF) then \"Quelle est la première situation de ce type que vous avez connue ?\" else \"Quelle est la première situation de ce type que \" || PRENOM || \" a connue ?\"",
|
|
@@ -14182,7 +14182,7 @@
|
|
|
14182
14182
|
{
|
|
14183
14183
|
"id": "joo0yx5k",
|
|
14184
14184
|
"componentType": "Dropdown",
|
|
14185
|
-
"
|
|
14185
|
+
"isMandatory": false,
|
|
14186
14186
|
"page": "7",
|
|
14187
14187
|
"label": {
|
|
14188
14188
|
"value": "\"➡ \" || \"En quelle année \" || if (isnull(SDN1)) then ( if (PRENOM=PRENOMREF) then \"avez-vous été pour la première fois dans une de ces situations ?\" else PRENOM || \" a-t-\" || LIB_SUJET || \" été pour la première fois dans une de ces situations ?\" ) else (if (SDN1=\"1\") then \"cette situation a-t-elle débuté ?\" else ( if (PRENOM=PRENOMREF) then \"avez-vous été dans cette première situation ?\" else PRENOM || \" a-t-\" || LIB_SUJET || \" été dans cette première situation ?\" ))",
|
|
@@ -14860,7 +14860,7 @@
|
|
|
14860
14860
|
{
|
|
14861
14861
|
"id": "joo1m3x2",
|
|
14862
14862
|
"componentType": "Radio",
|
|
14863
|
-
"
|
|
14863
|
+
"isMandatory": false,
|
|
14864
14864
|
"page": "7",
|
|
14865
14865
|
"label": {
|
|
14866
14866
|
"value": "\"➡ \" || \"La première fois que \" || (if (PRENOM=PRENOMREF) then \"vous avez été\" else PRENOM || \" a été\") || \" dans cette situation, combien de temps cela a-t-il duré ?\"",
|
|
@@ -14952,7 +14952,7 @@
|
|
|
14952
14952
|
{
|
|
14953
14953
|
"id": "kudvobyc",
|
|
14954
14954
|
"componentType": "Radio",
|
|
14955
|
-
"
|
|
14955
|
+
"isMandatory": false,
|
|
14956
14956
|
"page": "7",
|
|
14957
14957
|
"label": {
|
|
14958
14958
|
"value": "\"➡ \" || if (PRENOM=PRENOMREF) then \"Quelle est la dernière situation de ce type que vous avez connue ?\" else \"Quelle est la dernière situation de ce type que \" || PRENOM || \" a connue ?\"",
|
|
@@ -15070,7 +15070,7 @@
|
|
|
15070
15070
|
{
|
|
15071
15071
|
"id": "kudvxpft",
|
|
15072
15072
|
"componentType": "Dropdown",
|
|
15073
|
-
"
|
|
15073
|
+
"isMandatory": false,
|
|
15074
15074
|
"page": "7",
|
|
15075
15075
|
"label": {
|
|
15076
15076
|
"value": "\"➡ \" || \"En quelle année \" || ( if (PRENOM=PRENOMREF) then \"avez-vous été dans cette dernière situation ?\" else PRENOM || \" a-t-\" || LIB_SUJET || \" été dans cette dernière situation ?\" )",
|
|
@@ -15747,7 +15747,7 @@
|
|
|
15747
15747
|
{
|
|
15748
15748
|
"id": "kudwrcyp",
|
|
15749
15749
|
"componentType": "Radio",
|
|
15750
|
-
"
|
|
15750
|
+
"isMandatory": false,
|
|
15751
15751
|
"page": "7",
|
|
15752
15752
|
"label": {
|
|
15753
15753
|
"value": "\"➡ \" || \"La dernière fois que \" || (if (PRENOM=PRENOMREF) then \"vous avez été\" else PRENOM || \" a été\") || \" dans cette situation, combien de temps cela a-t-il duré ?\"",
|
|
@@ -16255,7 +16255,7 @@
|
|
|
16255
16255
|
{
|
|
16256
16256
|
"id": "jopgtrq1",
|
|
16257
16257
|
"componentType": "Radio",
|
|
16258
|
-
"
|
|
16258
|
+
"isMandatory": false,
|
|
16259
16259
|
"page": "8",
|
|
16260
16260
|
"label": {
|
|
16261
16261
|
"value": "\"➡ \" || \"Depuis le 1er \" || libMOISENQ || \" \" || cast(ANNEENQmoins4,string) || \", un des membres de votre ménage actuel, y compris vous-même, a-t-il vendu un ou plusieurs logements ?\"",
|
|
@@ -16321,7 +16321,7 @@
|
|
|
16321
16321
|
{
|
|
16322
16322
|
"id": "jopgvwb0",
|
|
16323
16323
|
"componentType": "Radio",
|
|
16324
|
-
"
|
|
16324
|
+
"isMandatory": false,
|
|
16325
16325
|
"page": "8",
|
|
16326
16326
|
"label": {
|
|
16327
16327
|
"value": "\"➡ \" || \"Comment aviez-vous fait l’acquisition de ce logement maintenant vendu ?\"",
|
|
@@ -16395,7 +16395,7 @@
|
|
|
16395
16395
|
{
|
|
16396
16396
|
"id": "jopgzovi",
|
|
16397
16397
|
"componentType": "Radio",
|
|
16398
|
-
"
|
|
16398
|
+
"isMandatory": false,
|
|
16399
16399
|
"page": "8",
|
|
16400
16400
|
"label": {
|
|
16401
16401
|
"value": "\"➡ \" || libVFLA || \" était-il votre résidence principale ?\"",
|
|
@@ -16454,7 +16454,7 @@
|
|
|
16454
16454
|
{
|
|
16455
16455
|
"id": "koeabibm",
|
|
16456
16456
|
"componentType": "Radio",
|
|
16457
|
-
"
|
|
16457
|
+
"isMandatory": false,
|
|
16458
16458
|
"page": "8",
|
|
16459
16459
|
"label": {
|
|
16460
16460
|
"value": "\"➡ \" || \"Depuis le 1er \" || libMOISENQ || \" \" || cast(ANNEENQmoins4,string) || \", un des membres de votre ménage actuel, y compris vous-même, a-t-il acheté un ou plusieurs logements, comme une résidence principale, secondaire, un logement destiné à être loué, etc. ?\"",
|
|
@@ -16509,7 +16509,7 @@
|
|
|
16509
16509
|
{
|
|
16510
16510
|
"id": "joph9za3",
|
|
16511
16511
|
"componentType": "Radio",
|
|
16512
|
-
"
|
|
16512
|
+
"isMandatory": false,
|
|
16513
16513
|
"page": "8",
|
|
16514
16514
|
"label": {
|
|
16515
16515
|
"value": "\"➡ \" || \"Par rapport au prix du \" || libVBILLOG1 || \", comment était le prix du \" || libVBILLOG2 || \" ?\"",
|
|
@@ -16588,7 +16588,7 @@
|
|
|
16588
16588
|
{
|
|
16589
16589
|
"id": "jopkquw3",
|
|
16590
16590
|
"componentType": "Radio",
|
|
16591
|
-
"
|
|
16591
|
+
"isMandatory": false,
|
|
16592
16592
|
"page": "8",
|
|
16593
16593
|
"label": {
|
|
16594
16594
|
"value": "\"➡ \" || \"Où habitiez-vous le 1er \" || libMOISENQ || \" \" || cast(ANNEENQmoins4,string) || \" ?\"",
|
|
@@ -16681,7 +16681,7 @@
|
|
|
16681
16681
|
{
|
|
16682
16682
|
"id": "jopl7p41",
|
|
16683
16683
|
"componentType": "Dropdown",
|
|
16684
|
-
"
|
|
16684
|
+
"isMandatory": false,
|
|
16685
16685
|
"page": "8",
|
|
16686
16686
|
"label": {
|
|
16687
16687
|
"value": "\"➡ \" || \"Dans quelle commune habitiez-vous le 1er \" || libMOISENQ || \" \" || cast(ANNEENQmoins4,string) || \" ?\"",
|
|
@@ -16749,7 +16749,7 @@
|
|
|
16749
16749
|
{
|
|
16750
16750
|
"id": "joplihpv",
|
|
16751
16751
|
"componentType": "Dropdown",
|
|
16752
|
-
"
|
|
16752
|
+
"isMandatory": false,
|
|
16753
16753
|
"page": "8",
|
|
16754
16754
|
"label": {
|
|
16755
16755
|
"value": "\"➡ \" || \"Dans quel département habitiez-vous le 1er \" || libMOISENQ || \" \" || cast(ANNEENQmoins4,string) || \" ?\"",
|
|
@@ -16818,7 +16818,7 @@
|
|
|
16818
16818
|
{
|
|
16819
16819
|
"id": "joplkxrd",
|
|
16820
16820
|
"componentType": "Input",
|
|
16821
|
-
"
|
|
16821
|
+
"isMandatory": false,
|
|
16822
16822
|
"page": "8",
|
|
16823
16823
|
"maxLength": 30,
|
|
16824
16824
|
"label": {
|
|
@@ -16866,7 +16866,7 @@
|
|
|
16866
16866
|
{
|
|
16867
16867
|
"id": "jopldlvn",
|
|
16868
16868
|
"componentType": "Input",
|
|
16869
|
-
"
|
|
16869
|
+
"isMandatory": false,
|
|
16870
16870
|
"page": "8",
|
|
16871
16871
|
"maxLength": 30,
|
|
16872
16872
|
"label": {
|
|
@@ -16929,7 +16929,7 @@
|
|
|
16929
16929
|
{
|
|
16930
16930
|
"id": "joplorns",
|
|
16931
16931
|
"componentType": "Radio",
|
|
16932
|
-
"
|
|
16932
|
+
"isMandatory": false,
|
|
16933
16933
|
"page": "8",
|
|
16934
16934
|
"label": {
|
|
16935
16935
|
"value": "\"➡ \" || \"Au 1er \" || libMOISENQ || \" \" || cast(ANNEENQmoins4,string) || \", quelle était votre situation ?\"",
|
|
@@ -17001,7 +17001,7 @@
|
|
|
17001
17001
|
{
|
|
17002
17002
|
"id": "joplzrmo",
|
|
17003
17003
|
"componentType": "Radio",
|
|
17004
|
-
"
|
|
17004
|
+
"isMandatory": false,
|
|
17005
17005
|
"page": "8",
|
|
17006
17006
|
"label": {
|
|
17007
17007
|
"value": "\"➡ \" || \"Au 1er \" || libMOISENQ || \" \" || cast(ANNEENQmoins4,string) || \", comment votre ménage occupait-il ce logement ?\"",
|
|
@@ -17091,7 +17091,7 @@
|
|
|
17091
17091
|
{
|
|
17092
17092
|
"id": "jopri4xh",
|
|
17093
17093
|
"componentType": "Radio",
|
|
17094
|
-
"
|
|
17094
|
+
"isMandatory": false,
|
|
17095
17095
|
"page": "8",
|
|
17096
17096
|
"label": {
|
|
17097
17097
|
"value": "\"➡ \" || \"Quel était le régime juridique du loyer ?\"",
|
|
@@ -17167,7 +17167,7 @@
|
|
|
17167
17167
|
{
|
|
17168
17168
|
"id": "joprsm9u",
|
|
17169
17169
|
"componentType": "InputNumber",
|
|
17170
|
-
"
|
|
17170
|
+
"isMandatory": false,
|
|
17171
17171
|
"page": "8",
|
|
17172
17172
|
"min": 0,
|
|
17173
17173
|
"max": 1.0e6,
|
|
@@ -17261,7 +17261,7 @@
|
|
|
17261
17261
|
{
|
|
17262
17262
|
"id": "joprlyql",
|
|
17263
17263
|
"componentType": "Radio",
|
|
17264
|
-
"
|
|
17264
|
+
"isMandatory": false,
|
|
17265
17265
|
"page": "8",
|
|
17266
17266
|
"label": {
|
|
17267
17267
|
"value": "\"➡ \" || \"Bénéficiez-vous au 1er \" || libMOISENQ || \" \" || cast(ANNEENQmoins4,string) || \" de l’allocation logement ou de l’aide personnalisée au logement (APL) ?\"",
|
|
@@ -17322,7 +17322,7 @@
|
|
|
17322
17322
|
{
|
|
17323
17323
|
"id": "joprp441",
|
|
17324
17324
|
"componentType": "InputNumber",
|
|
17325
|
-
"
|
|
17325
|
+
"isMandatory": false,
|
|
17326
17326
|
"page": "8",
|
|
17327
17327
|
"min": 1,
|
|
17328
17328
|
"max": 24,
|
|
@@ -17413,7 +17413,7 @@
|
|
|
17413
17413
|
{
|
|
17414
17414
|
"id": "jopruzlo",
|
|
17415
17415
|
"componentType": "Radio",
|
|
17416
|
-
"
|
|
17416
|
+
"isMandatory": false,
|
|
17417
17417
|
"page": "8",
|
|
17418
17418
|
"label": {
|
|
17419
17419
|
"value": "\"➡ \" || \"À quoi correspondait le logement occupé au 1er \" || libMOISENQ || \" \" || cast(ANNEENQmoins4,string) || \" ?\"",
|
|
@@ -17483,7 +17483,7 @@
|
|
|
17483
17483
|
{
|
|
17484
17484
|
"id": "jopsc29x",
|
|
17485
17485
|
"componentType": "InputNumber",
|
|
17486
|
-
"
|
|
17486
|
+
"isMandatory": false,
|
|
17487
17487
|
"page": "8",
|
|
17488
17488
|
"min": 1,
|
|
17489
17489
|
"max": 999,
|
|
@@ -17550,7 +17550,7 @@
|
|
|
17550
17550
|
{
|
|
17551
17551
|
"id": "jops4c0x",
|
|
17552
17552
|
"componentType": "InputNumber",
|
|
17553
|
-
"
|
|
17553
|
+
"isMandatory": false,
|
|
17554
17554
|
"page": "8",
|
|
17555
17555
|
"min": 1,
|
|
17556
17556
|
"max": 20,
|
|
@@ -17631,7 +17631,7 @@
|
|
|
17631
17631
|
{
|
|
17632
17632
|
"id": "jopsjl1n",
|
|
17633
17633
|
"componentType": "InputNumber",
|
|
17634
|
-
"
|
|
17634
|
+
"isMandatory": false,
|
|
17635
17635
|
"page": "8",
|
|
17636
17636
|
"min": 0,
|
|
17637
17637
|
"max": 100,
|
|
@@ -17711,7 +17711,7 @@
|
|
|
17711
17711
|
{
|
|
17712
17712
|
"id": "jopsiigq",
|
|
17713
17713
|
"componentType": "Radio",
|
|
17714
|
-
"
|
|
17714
|
+
"isMandatory": false,
|
|
17715
17715
|
"page": "8",
|
|
17716
17716
|
"label": {
|
|
17717
17717
|
"value": "\"➡ \" || \"Quelle était votre situation professionnelle au 1er \" || libMOISENQ || \" \" || cast(ANNEENQmoins4,string) || \" ?\"",
|
|
@@ -17834,7 +17834,7 @@
|
|
|
17834
17834
|
{
|
|
17835
17835
|
"id": "jopsrdb3",
|
|
17836
17836
|
"componentType": "InputNumber",
|
|
17837
|
-
"
|
|
17837
|
+
"isMandatory": false,
|
|
17838
17838
|
"page": "8",
|
|
17839
17839
|
"min": 0,
|
|
17840
17840
|
"max": 9,
|
|
@@ -17905,7 +17905,7 @@
|
|
|
17905
17905
|
{
|
|
17906
17906
|
"id": "joptkb9d",
|
|
17907
17907
|
"componentType": "Radio",
|
|
17908
|
-
"
|
|
17908
|
+
"isMandatory": false,
|
|
17909
17909
|
"page": "8",
|
|
17910
17910
|
"label": {
|
|
17911
17911
|
"value": "\"➡ \" || \"Juste avant d’habiter dans votre logement actuel, où résidiez-vous ?\"",
|
|
@@ -17973,7 +17973,7 @@
|
|
|
17973
17973
|
{
|
|
17974
17974
|
"id": "jopu7wfr",
|
|
17975
17975
|
"componentType": "Radio",
|
|
17976
|
-
"
|
|
17976
|
+
"isMandatory": false,
|
|
17977
17977
|
"page": "8",
|
|
17978
17978
|
"label": {
|
|
17979
17979
|
"value": "\"➡ \" || \"Avant d’occuper votre logement actuel, quelle était votre situation ?\"",
|
|
@@ -18056,7 +18056,7 @@
|
|
|
18056
18056
|
{
|
|
18057
18057
|
"id": "jopua1hn",
|
|
18058
18058
|
"componentType": "Radio",
|
|
18059
|
-
"
|
|
18059
|
+
"isMandatory": false,
|
|
18060
18060
|
"page": "8",
|
|
18061
18061
|
"label": {
|
|
18062
18062
|
"value": "\"➡ \" || \"Comment votre ménage occupait-il le précédent logement ?\"",
|
|
@@ -18145,7 +18145,7 @@
|
|
|
18145
18145
|
{
|
|
18146
18146
|
"id": "jopuofnr",
|
|
18147
18147
|
"componentType": "Radio",
|
|
18148
|
-
"
|
|
18148
|
+
"isMandatory": false,
|
|
18149
18149
|
"page": "8",
|
|
18150
18150
|
"label": {
|
|
18151
18151
|
"value": "\"➡ \" || \"Quel était le régime juridique du loyer ?\"",
|
|
@@ -18255,7 +18255,7 @@
|
|
|
18255
18255
|
{
|
|
18256
18256
|
"id": "jopuhzbr",
|
|
18257
18257
|
"componentType": "Radio",
|
|
18258
|
-
"
|
|
18258
|
+
"isMandatory": false,
|
|
18259
18259
|
"page": "8",
|
|
18260
18260
|
"label": {
|
|
18261
18261
|
"value": "\"➡ \" || \"À quoi correspondait votre précédent logement ?\"",
|
|
@@ -18320,7 +18320,7 @@
|
|
|
18320
18320
|
{
|
|
18321
18321
|
"id": "jopukm75",
|
|
18322
18322
|
"componentType": "InputNumber",
|
|
18323
|
-
"
|
|
18323
|
+
"isMandatory": false,
|
|
18324
18324
|
"page": "8",
|
|
18325
18325
|
"min": 1,
|
|
18326
18326
|
"max": 997,
|
|
@@ -18382,7 +18382,7 @@
|
|
|
18382
18382
|
{
|
|
18383
18383
|
"id": "joputbjc",
|
|
18384
18384
|
"componentType": "InputNumber",
|
|
18385
|
-
"
|
|
18385
|
+
"isMandatory": false,
|
|
18386
18386
|
"page": "8",
|
|
18387
18387
|
"min": 1,
|
|
18388
18388
|
"max": 20,
|
|
@@ -19000,7 +19000,7 @@
|
|
|
19000
19000
|
{
|
|
19001
19001
|
"id": "kp55gaf4",
|
|
19002
19002
|
"componentType": "Radio",
|
|
19003
|
-
"
|
|
19003
|
+
"isMandatory": false,
|
|
19004
19004
|
"page": "9",
|
|
19005
19005
|
"label": {
|
|
19006
19006
|
"value": "\"➡ \" || \"Comment est votre état de santé en général ?\"",
|
|
@@ -19037,7 +19037,7 @@
|
|
|
19037
19037
|
{
|
|
19038
19038
|
"id": "kp56b045",
|
|
19039
19039
|
"componentType": "Radio",
|
|
19040
|
-
"
|
|
19040
|
+
"isMandatory": false,
|
|
19041
19041
|
"page": "9",
|
|
19042
19042
|
"label": {
|
|
19043
19043
|
"value": "\"➡ \" || \"Avez-vous une maladie ou un problème de santé qui soit chronique ou de caractère durable ?\"",
|
|
@@ -19079,7 +19079,7 @@
|
|
|
19079
19079
|
{
|
|
19080
19080
|
"id": "kp56ml0f",
|
|
19081
19081
|
"componentType": "Radio",
|
|
19082
|
-
"
|
|
19082
|
+
"isMandatory": false,
|
|
19083
19083
|
"page": "9",
|
|
19084
19084
|
"label": {
|
|
19085
19085
|
"value": "\"➡ \" || \"Êtes-vous limité\" || (if (isnull(SEXEREF)) then \"\" else (if (cast(SEXEREF,string) = \"2\") then \"e\" else \"\")) || \", depuis au moins 6 mois, à cause d’un problème de santé, dans les activités que les gens font habituellement ?\"",
|
|
@@ -19186,7 +19186,7 @@
|
|
|
19186
19186
|
{
|
|
19187
19187
|
"id": "kp56qgdl",
|
|
19188
19188
|
"componentType": "Radio",
|
|
19189
|
-
"
|
|
19189
|
+
"isMandatory": false,
|
|
19190
19190
|
"page": "9",
|
|
19191
19191
|
"label": {
|
|
19192
19192
|
"value": "\"➡ \" || \"Comment est l’état de santé de \" || PRENOM || \" en général ?\"",
|
|
@@ -19242,7 +19242,7 @@
|
|
|
19242
19242
|
{
|
|
19243
19243
|
"id": "kp56xi4v",
|
|
19244
19244
|
"componentType": "Radio",
|
|
19245
|
-
"
|
|
19245
|
+
"isMandatory": false,
|
|
19246
19246
|
"page": "9",
|
|
19247
19247
|
"label": {
|
|
19248
19248
|
"value": "\"➡ \" || PRENOM || \" a-t-\" || LIB_SUJET || \" une maladie ou un problème de santé qui soit chronique ou de caractère durable ?\"",
|
|
@@ -19295,7 +19295,7 @@
|
|
|
19295
19295
|
{
|
|
19296
19296
|
"id": "kp5712k1",
|
|
19297
19297
|
"componentType": "Radio",
|
|
19298
|
-
"
|
|
19298
|
+
"isMandatory": false,
|
|
19299
19299
|
"page": "9",
|
|
19300
19300
|
"label": {
|
|
19301
19301
|
"value": "\"➡ \" || PRENOM || \" est-\" || LIB_SUJET || \" limité\" || LIB_FEM || \", depuis au moins 6 mois, à cause d’un problème de santé, dans les activités que les gens font habituellement ?\"",
|
|
@@ -19391,7 +19391,7 @@
|
|
|
19391
19391
|
{
|
|
19392
19392
|
"id": "kp59rky6",
|
|
19393
19393
|
"componentType": "Radio",
|
|
19394
|
-
"
|
|
19394
|
+
"isMandatory": false,
|
|
19395
19395
|
"page": "9",
|
|
19396
19396
|
"label": {
|
|
19397
19397
|
"value": "\"➡ \" || \"Où est né votre père ?\"",
|
|
@@ -19455,7 +19455,7 @@
|
|
|
19455
19455
|
{
|
|
19456
19456
|
"id": "kp59rmtt",
|
|
19457
19457
|
"componentType": "Dropdown",
|
|
19458
|
-
"
|
|
19458
|
+
"isMandatory": false,
|
|
19459
19459
|
"page": "9",
|
|
19460
19460
|
"label": {
|
|
19461
19461
|
"value": "\"➡ \" || \"Dans quel pays est né votre père ?\"",
|
|
@@ -19604,7 +19604,7 @@
|
|
|
19604
19604
|
{
|
|
19605
19605
|
"id": "kp59tm8h",
|
|
19606
19606
|
"componentType": "Radio",
|
|
19607
|
-
"
|
|
19607
|
+
"isMandatory": false,
|
|
19608
19608
|
"page": "9",
|
|
19609
19609
|
"label": {
|
|
19610
19610
|
"value": "\"➡ \" || \"Où est née votre mère ?\"",
|
|
@@ -19657,7 +19657,7 @@
|
|
|
19657
19657
|
{
|
|
19658
19658
|
"id": "kp59nici",
|
|
19659
19659
|
"componentType": "Dropdown",
|
|
19660
|
-
"
|
|
19660
|
+
"isMandatory": false,
|
|
19661
19661
|
"page": "9",
|
|
19662
19662
|
"label": {
|
|
19663
19663
|
"value": "\"➡ \" || \"Dans quel pays est née votre mère ?\"",
|
|
@@ -19852,7 +19852,7 @@
|
|
|
19852
19852
|
{
|
|
19853
19853
|
"id": "kp5apvf3",
|
|
19854
19854
|
"componentType": "Radio",
|
|
19855
|
-
"
|
|
19855
|
+
"isMandatory": false,
|
|
19856
19856
|
"page": "10",
|
|
19857
19857
|
"label": {
|
|
19858
19858
|
"value": "\"➡ \" || \"Vous ou une autre personne de votre ménage, décrochez-vous lorsque votre téléphone fixe sonne ?\"",
|
|
@@ -19928,7 +19928,7 @@
|
|
|
19928
19928
|
{
|
|
19929
19929
|
"id": "kp5au0iu",
|
|
19930
19930
|
"componentType": "Radio",
|
|
19931
|
-
"
|
|
19931
|
+
"isMandatory": false,
|
|
19932
19932
|
"page": "10",
|
|
19933
19933
|
"label": {
|
|
19934
19934
|
"value": "\"➡ \" || \"Décrochez-vous lorsque votre téléphone mobile sonne ?\"",
|
|
@@ -20004,7 +20004,7 @@
|
|
|
20004
20004
|
{
|
|
20005
20005
|
"id": "kp5bjbzg",
|
|
20006
20006
|
"componentType": "Radio",
|
|
20007
|
-
"
|
|
20007
|
+
"isMandatory": false,
|
|
20008
20008
|
"page": "10",
|
|
20009
20009
|
"label": {
|
|
20010
20010
|
"value": "\"➡ \" || \"Comment avez-vous utilisé Internet, au cours des trois derniers mois, en moyenne ?\"",
|
|
@@ -20109,7 +20109,7 @@
|
|
|
20109
20109
|
{
|
|
20110
20110
|
"id": "kbamkrlv",
|
|
20111
20111
|
"componentType": "Radio",
|
|
20112
|
-
"
|
|
20112
|
+
"isMandatory": false,
|
|
20113
20113
|
"page": "10",
|
|
20114
20114
|
"label": {
|
|
20115
20115
|
"value": "\"➡ \" || \"Les courriers que nous vous envoyons dans le cadre de cette enquête sont adressés à : \" || libCHGNC || \". Cela vous convient-il ?\"",
|
|
@@ -20148,7 +20148,7 @@
|
|
|
20148
20148
|
{
|
|
20149
20149
|
"id": "kbaxq9l0",
|
|
20150
20150
|
"componentType": "Radio",
|
|
20151
|
-
"
|
|
20151
|
+
"isMandatory": false,
|
|
20152
20152
|
"page": "10",
|
|
20153
20153
|
"label": {
|
|
20154
20154
|
"value": "\"➡ \" || \"Civilité du \" || if (not(isnull(NOMVOUS_D2)) and NOMVOUS_D2<>\"\") then \"premier destinataire :\" else \" destinataire :\"",
|
|
@@ -20198,7 +20198,7 @@
|
|
|
20198
20198
|
{
|
|
20199
20199
|
"id": "kr0fw3n6",
|
|
20200
20200
|
"componentType": "Input",
|
|
20201
|
-
"
|
|
20201
|
+
"isMandatory": false,
|
|
20202
20202
|
"page": "10",
|
|
20203
20203
|
"maxLength": 20,
|
|
20204
20204
|
"label": {
|
|
@@ -20233,7 +20233,7 @@
|
|
|
20233
20233
|
{
|
|
20234
20234
|
"id": "kr0fn06f",
|
|
20235
20235
|
"componentType": "Input",
|
|
20236
|
-
"
|
|
20236
|
+
"isMandatory": false,
|
|
20237
20237
|
"page": "10",
|
|
20238
20238
|
"maxLength": 40,
|
|
20239
20239
|
"label": {
|
|
@@ -20268,7 +20268,7 @@
|
|
|
20268
20268
|
{
|
|
20269
20269
|
"id": "kwjivaa1",
|
|
20270
20270
|
"componentType": "Radio",
|
|
20271
|
-
"
|
|
20271
|
+
"isMandatory": false,
|
|
20272
20272
|
"page": "10",
|
|
20273
20273
|
"label": {
|
|
20274
20274
|
"value": "\"➡ \" || \"Souhaitez-vous ajouter un deuxième destinataire au courrier que nous vous envoyons ?\"",
|
|
@@ -20307,7 +20307,7 @@
|
|
|
20307
20307
|
{
|
|
20308
20308
|
"id": "kr0fr82y",
|
|
20309
20309
|
"componentType": "Radio",
|
|
20310
|
-
"
|
|
20310
|
+
"isMandatory": false,
|
|
20311
20311
|
"page": "10",
|
|
20312
20312
|
"label": {
|
|
20313
20313
|
"value": "\"➡ \" || \"Civilité du deuxième destinataire :\"",
|
|
@@ -20363,7 +20363,7 @@
|
|
|
20363
20363
|
{
|
|
20364
20364
|
"id": "kbbzjgn8",
|
|
20365
20365
|
"componentType": "Input",
|
|
20366
|
-
"
|
|
20366
|
+
"isMandatory": false,
|
|
20367
20367
|
"page": "10",
|
|
20368
20368
|
"maxLength": 20,
|
|
20369
20369
|
"label": {
|
|
@@ -20404,7 +20404,7 @@
|
|
|
20404
20404
|
{
|
|
20405
20405
|
"id": "kbbzhtx3",
|
|
20406
20406
|
"componentType": "Input",
|
|
20407
|
-
"
|
|
20407
|
+
"isMandatory": false,
|
|
20408
20408
|
"page": "10",
|
|
20409
20409
|
"maxLength": 40,
|
|
20410
20410
|
"label": {
|
|
@@ -20472,7 +20472,7 @@
|
|
|
20472
20472
|
{
|
|
20473
20473
|
"id": "kbay0xfi",
|
|
20474
20474
|
"componentType": "Input",
|
|
20475
|
-
"
|
|
20475
|
+
"isMandatory": false,
|
|
20476
20476
|
"page": "10",
|
|
20477
20477
|
"maxLength": 10,
|
|
20478
20478
|
"label": {
|