@inseefr/lunatic 3.5.3 → 3.5.5

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.
Files changed (141) hide show
  1. package/components/Input/Input.spec.js +6 -0
  2. package/components/Input/Input.spec.js.map +1 -1
  3. package/components/InputNumber/InputNumber.spec.js +6 -0
  4. package/components/InputNumber/InputNumber.spec.js.map +1 -1
  5. package/components/InputNumber/InputNumberThousand.js +1 -1
  6. package/components/InputNumber/InputNumberThousand.js.map +1 -1
  7. package/components/Textarea/Textarea.js +1 -1
  8. package/components/Textarea/Textarea.js.map +1 -1
  9. package/components/Textarea/Textarea.spec.js +7 -0
  10. package/components/Textarea/Textarea.spec.js.map +1 -1
  11. package/esm/components/Input/Input.spec.js +6 -0
  12. package/esm/components/Input/Input.spec.js.map +1 -1
  13. package/esm/components/InputNumber/InputNumber.spec.js +6 -0
  14. package/esm/components/InputNumber/InputNumber.spec.js.map +1 -1
  15. package/esm/components/InputNumber/InputNumberThousand.js +1 -1
  16. package/esm/components/InputNumber/InputNumberThousand.js.map +1 -1
  17. package/esm/components/Textarea/Textarea.js +1 -1
  18. package/esm/components/Textarea/Textarea.js.map +1 -1
  19. package/esm/components/Textarea/Textarea.spec.js +7 -0
  20. package/esm/components/Textarea/Textarea.spec.js.map +1 -1
  21. package/esm/hooks/use-track-changes.js +2 -1
  22. package/esm/hooks/use-track-changes.js.map +1 -1
  23. package/esm/stories/overview/sourceWithHierarchy.json +32 -32
  24. package/esm/type.source.d.ts +1 -1
  25. package/esm/use-lunatic/actions.d.ts +2 -0
  26. package/esm/use-lunatic/actions.js.map +1 -1
  27. package/esm/use-lunatic/commons/fill-components/fill-component.spec.js +1 -1
  28. package/esm/use-lunatic/commons/fill-components/fill-component.spec.js.map +1 -1
  29. package/esm/use-lunatic/commons/fill-components/fill-components.js +1 -1
  30. package/esm/use-lunatic/commons/fill-components/fill-components.js.map +1 -1
  31. package/esm/use-lunatic/commons/variables/behaviours/resizing-behaviour.js +11 -7
  32. package/esm/use-lunatic/commons/variables/behaviours/resizing-behaviour.js.map +1 -1
  33. package/esm/use-lunatic/commons/variables/get-questionnaire-data.js +1 -0
  34. package/esm/use-lunatic/commons/variables/get-questionnaire-data.js.map +1 -1
  35. package/esm/use-lunatic/commons/variables/lunatic-variables-store.d.ts +18 -3
  36. package/esm/use-lunatic/commons/variables/lunatic-variables-store.js +49 -5
  37. package/esm/use-lunatic/commons/variables/lunatic-variables-store.js.map +1 -1
  38. package/esm/use-lunatic/commons/variables/lunatic-variables-store.spec.js +44 -0
  39. package/esm/use-lunatic/commons/variables/lunatic-variables-store.spec.js.map +1 -1
  40. package/esm/use-lunatic/reducer/reducer.js +9 -0
  41. package/esm/use-lunatic/reducer/reducer.js.map +1 -1
  42. package/esm/use-lunatic/reducer/reducerInitializer.js +1 -1
  43. package/esm/use-lunatic/reducer/reducerInitializer.js.map +1 -1
  44. package/esm/use-lunatic/type.d.ts +3 -0
  45. package/hooks/use-track-changes.js +2 -1
  46. package/hooks/use-track-changes.js.map +1 -1
  47. package/package.json +1 -1
  48. package/src/components/Input/Input.spec.tsx +9 -0
  49. package/src/components/InputNumber/InputNumber.spec.tsx +9 -0
  50. package/src/components/InputNumber/InputNumberThousand.tsx +1 -0
  51. package/src/components/InputNumber/__snapshots__/InputNumber.spec.tsx.snap +2 -0
  52. package/src/components/Textarea/Textarea.spec.tsx +10 -0
  53. package/src/components/Textarea/Textarea.tsx +1 -0
  54. package/src/hooks/use-track-changes.ts +2 -1
  55. package/src/stories/behaviour/cleaning/loop.json +4 -4
  56. package/src/stories/behaviour/cleaning/source-loop.json +1 -1
  57. package/src/stories/behaviour/cleaning/source.json +2 -2
  58. package/src/stories/behaviour/controls/boucles-n.json +2 -2
  59. package/src/stories/behaviour/controls/simple-numeric.json +19 -19
  60. package/src/stories/behaviour/controls/simple.json +7 -7
  61. package/src/stories/behaviour/filter/source.json +3 -3
  62. package/src/stories/behaviour/filter/sourceLoop.json +3 -3
  63. package/src/stories/behaviour/missing/source.json +6 -6
  64. package/src/stories/behaviour/others/V2_DeclarationsSimples.json +14 -14
  65. package/src/stories/behaviour/others/V2_MinMaxSum_Boucles.json +5 -5
  66. package/src/stories/behaviour/others/V2_QuestSimple_Boucles.json +28 -28
  67. package/src/stories/behaviour/others/V2_TCMRallyeGames.json +24 -24
  68. package/src/stories/behaviour/others/test-dylan.json +5 -5
  69. package/src/stories/behaviour/resizing/source-resizing-cleaning.json +2 -2
  70. package/src/stories/behaviour/resizing/source.json +5 -5
  71. package/src/stories/checkbox-boolean/source.json +1 -1
  72. package/src/stories/checkbox-one/source.json +1 -1
  73. package/src/stories/checkbox-one/sourceDetail.json +1 -1
  74. package/src/stories/date-picker/source.json +1 -1
  75. package/src/stories/disabled/source.json +5 -5
  76. package/src/stories/dropdown/source.json +2 -2
  77. package/src/stories/duration/mois.json +1 -1
  78. package/src/stories/duration/time.json +1 -1
  79. package/src/stories/input-number/source-big-number.json +1 -1
  80. package/src/stories/input-number/source-euro.json +2 -2
  81. package/src/stories/overview/sourceLoop.json +12 -12
  82. package/src/stories/overview/sourceWithHierarchy.json +32 -32
  83. package/src/stories/question/source.json +2 -2
  84. package/src/stories/questionnaires/logement/source-sequence.json +216 -216
  85. package/src/stories/questionnaires/logement/source-sum.json +189 -189
  86. package/src/stories/questionnaires/logement/source.json +216 -216
  87. package/src/stories/questionnaires/recensement/source.json +85 -85
  88. package/src/stories/questionnaires/rp/source.json +8 -8
  89. package/src/stories/questionnaires/simpsons/source.json +34 -34
  90. package/src/stories/radio/source.json +1 -1
  91. package/src/stories/radio/sourceDetail.json +1 -1
  92. package/src/stories/radio/sourceHorizontal.json +1 -1
  93. package/src/stories/roundabout/source.json +3 -3
  94. package/src/stories/suggester/source-arbitrary-response.json +2 -2
  95. package/src/stories/suggester/source-error.json +2 -2
  96. package/src/stories/suggester/source-multiline.json +2 -2
  97. package/src/stories/suggester/source-option-responses.json +2 -2
  98. package/src/stories/suggester/source.json +5 -5
  99. package/src/stories/summary/source.json +4 -4
  100. package/src/stories/switch/data-forced.json +2 -2
  101. package/src/stories/switch/source.json +2 -2
  102. package/src/stories/table/source-colspan.json +1 -1
  103. package/src/stories/table/source.json +1 -1
  104. package/src/stories/table/table-dynamique.json +1 -1
  105. package/src/stories/text/source-roster.json +1 -1
  106. package/src/stories/text/source-table.json +1 -1
  107. package/src/type.source.ts +1 -1
  108. package/src/use-lunatic/actions.ts +2 -0
  109. package/src/use-lunatic/commons/fill-components/fill-component.spec.ts +1 -1
  110. package/src/use-lunatic/commons/fill-components/fill-components.ts +1 -1
  111. package/src/use-lunatic/commons/variables/behaviours/resizing-behaviour.ts +14 -6
  112. package/src/use-lunatic/commons/variables/get-questionnaire-data.ts +1 -0
  113. package/src/use-lunatic/commons/variables/lunatic-variables-store.spec.ts +49 -0
  114. package/src/use-lunatic/commons/variables/lunatic-variables-store.ts +63 -6
  115. package/src/use-lunatic/reducer/reducer.ts +11 -0
  116. package/src/use-lunatic/reducer/reducerInitializer.tsx +2 -1
  117. package/src/use-lunatic/type.ts +3 -0
  118. package/src/use-lunatic/use-lunatic.test.ts +40 -1
  119. package/stories/overview/sourceWithHierarchy.json +32 -32
  120. package/tsconfig.build.tsbuildinfo +1 -1
  121. package/type.source.d.ts +1 -1
  122. package/use-lunatic/actions.d.ts +2 -0
  123. package/use-lunatic/actions.js.map +1 -1
  124. package/use-lunatic/commons/fill-components/fill-component.spec.js +1 -1
  125. package/use-lunatic/commons/fill-components/fill-component.spec.js.map +1 -1
  126. package/use-lunatic/commons/fill-components/fill-components.js +1 -1
  127. package/use-lunatic/commons/fill-components/fill-components.js.map +1 -1
  128. package/use-lunatic/commons/variables/behaviours/resizing-behaviour.js +11 -7
  129. package/use-lunatic/commons/variables/behaviours/resizing-behaviour.js.map +1 -1
  130. package/use-lunatic/commons/variables/get-questionnaire-data.js +1 -0
  131. package/use-lunatic/commons/variables/get-questionnaire-data.js.map +1 -1
  132. package/use-lunatic/commons/variables/lunatic-variables-store.d.ts +18 -3
  133. package/use-lunatic/commons/variables/lunatic-variables-store.js +49 -5
  134. package/use-lunatic/commons/variables/lunatic-variables-store.js.map +1 -1
  135. package/use-lunatic/commons/variables/lunatic-variables-store.spec.js +44 -0
  136. package/use-lunatic/commons/variables/lunatic-variables-store.spec.js.map +1 -1
  137. package/use-lunatic/reducer/reducer.js +9 -0
  138. package/use-lunatic/reducer/reducer.js.map +1 -1
  139. package/use-lunatic/reducer/reducerInitializer.js +1 -1
  140. package/use-lunatic/reducer/reducerInitializer.js.map +1 -1
  141. package/use-lunatic/type.d.ts +3 -0
@@ -49,7 +49,7 @@
49
49
  {
50
50
  "id": "kb9hlpdc",
51
51
  "componentType": "Radio",
52
- "mandatory": false,
52
+ "isMandatory": false,
53
53
  "page": "2",
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
- "mandatory": false,
119
+ "isMandatory": false,
120
120
  "page": "3",
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
- "mandatory": false,
174
+ "isMandatory": false,
175
175
  "page": "4",
176
176
  "maxLength": 50,
177
177
  "label": {
@@ -224,7 +224,7 @@
224
224
  {
225
225
  "id": "kbalhn4i",
226
226
  "componentType": "Input",
227
- "mandatory": false,
227
+ "isMandatory": false,
228
228
  "page": "5",
229
229
  "maxLength": 50,
230
230
  "label": {
@@ -262,7 +262,7 @@
262
262
  {
263
263
  "id": "kbal8crw",
264
264
  "componentType": "Input",
265
- "mandatory": false,
265
+ "isMandatory": false,
266
266
  "page": "6",
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
- "mandatory": false,
315
+ "isMandatory": false,
316
316
  "page": "7",
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
- "mandatory": false,
378
+ "isMandatory": false,
379
379
  "page": "8",
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
- "mandatory": false,
414
+ "isMandatory": false,
415
415
  "page": "9",
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
- "mandatory": false,
454
+ "isMandatory": false,
455
455
  "page": "10",
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
- "mandatory": false,
483
+ "isMandatory": false,
484
484
  "page": "11",
485
485
  "maxLength": 40,
486
486
  "label": {
@@ -512,7 +512,7 @@
512
512
  {
513
513
  "id": "kqwg9azb",
514
514
  "componentType": "Input",
515
- "mandatory": false,
515
+ "isMandatory": false,
516
516
  "page": "12",
517
517
  "maxLength": 20,
518
518
  "label": {
@@ -544,7 +544,7 @@
544
544
  {
545
545
  "id": "kr0e0pav",
546
546
  "componentType": "Input",
547
- "mandatory": false,
547
+ "isMandatory": false,
548
548
  "page": "13",
549
549
  "maxLength": 10,
550
550
  "label": {
@@ -592,7 +592,7 @@
592
592
  {
593
593
  "id": "kr0ee3u2",
594
594
  "componentType": "Input",
595
- "mandatory": false,
595
+ "isMandatory": false,
596
596
  "page": "14",
597
597
  "maxLength": 249,
598
598
  "label": {
@@ -675,7 +675,7 @@
675
675
  {
676
676
  "id": "kbc1b4k2",
677
677
  "componentType": "InputNumber",
678
- "mandatory": false,
678
+ "isMandatory": false,
679
679
  "page": "16",
680
680
  "min": 1,
681
681
  "max": 15,
@@ -874,7 +874,7 @@
874
874
  {
875
875
  "id": "kmno1n7m",
876
876
  "componentType": "Input",
877
- "mandatory": false,
877
+ "isMandatory": false,
878
878
  "page": "18",
879
879
  "maxLength": 20,
880
880
  "label": {
@@ -1024,7 +1024,7 @@
1024
1024
  {
1025
1025
  "id": "kmoo2fiy",
1026
1026
  "componentType": "Radio",
1027
- "mandatory": false,
1027
+ "isMandatory": false,
1028
1028
  "page": "19.1",
1029
1029
  "label": {
1030
1030
  "value": "\"➡ \" || \"Quel est \" || if (PRENOM=PRENOMREF) then \"votre sexe ?\" else \"le sexe de \" || PRENOM || \" ?\"",
@@ -1075,7 +1075,7 @@
1075
1075
  {
1076
1076
  "id": "kmoouamz",
1077
1077
  "componentType": "Datepicker",
1078
- "mandatory": false,
1078
+ "isMandatory": false,
1079
1079
  "page": "19.2",
1080
1080
  "min": "1900-01-01",
1081
1081
  "max": "2022-12-31",
@@ -1150,7 +1150,7 @@
1150
1150
  {
1151
1151
  "id": "kmx6w6n5",
1152
1152
  "componentType": "Radio",
1153
- "mandatory": false,
1153
+ "isMandatory": false,
1154
1154
  "page": "19.3",
1155
1155
  "label": {
1156
1156
  "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 || \" ?\"",
@@ -1209,7 +1209,7 @@
1209
1209
  {
1210
1210
  "id": "kmookacu",
1211
1211
  "componentType": "Radio",
1212
- "mandatory": false,
1212
+ "isMandatory": false,
1213
1213
  "page": "19.4",
1214
1214
  "label": {
1215
1215
  "value": "\"➡ \" || \"Où \"|| if (PRENOM=PRENOMREF) then \"êtes-vous né\" || LIB_FEM || \" ?\" else \"est né\" || LIB_FEM || \" \" || PRENOM || \" ?\"",
@@ -1267,7 +1267,7 @@
1267
1267
  {
1268
1268
  "id": "kmor2z1x",
1269
1269
  "componentType": "Dropdown",
1270
- "mandatory": false,
1270
+ "isMandatory": false,
1271
1271
  "page": "19.5",
1272
1272
  "label": {
1273
1273
  "value": "\"➡ \" || \"Dans quel département \"|| if (PRENOM=PRENOMREF) then \"êtes-vous né\" || LIB_FEM || \" ?\" else \"est né\" || LIB_FEM || \" \" || PRENOM || \" ?\"",
@@ -1339,7 +1339,7 @@
1339
1339
  {
1340
1340
  "id": "kmorege9",
1341
1341
  "componentType": "Dropdown",
1342
- "mandatory": false,
1342
+ "isMandatory": false,
1343
1343
  "page": "19.6",
1344
1344
  "label": {
1345
1345
  "value": "\"➡ \" || \"Dans quel pays \"|| if (PRENOM=PRENOMREF) then \"êtes-vous né\" || LIB_FEM || \" ?\" else \"est né\" || LIB_FEM || \" \" || PRENOM || \" ?\"",
@@ -1522,7 +1522,7 @@
1522
1522
  {
1523
1523
  "id": "kmos2yo6",
1524
1524
  "componentType": "Dropdown",
1525
- "mandatory": false,
1525
+ "isMandatory": false,
1526
1526
  "page": "19.8",
1527
1527
  "label": {
1528
1528
  "value": "\"➡ \" || \"Quelle est \"|| if (PRENOM=PRENOMREF) then \"votre nationalité étrangère ?\" else \"la nationalité étrangère de \" || PRENOM || \" ?\"",
@@ -1668,7 +1668,7 @@
1668
1668
  {
1669
1669
  "id": "kmw4revw",
1670
1670
  "componentType": "Radio",
1671
- "mandatory": false,
1671
+ "isMandatory": false,
1672
1672
  "page": "20.1",
1673
1673
  "label": {
1674
1674
  "value": "\"➡ \" || \"Qui est \"|| PRENOM || \" pour vous ?\"",
@@ -1766,7 +1766,7 @@
1766
1766
  {
1767
1767
  "id": "kod271pp",
1768
1768
  "componentType": "Radio",
1769
- "mandatory": false,
1769
+ "isMandatory": false,
1770
1770
  "page": "20.2",
1771
1771
  "label": {
1772
1772
  "value": "\"➡ \" || if (PRENOM=PRENOMREF) then \"Vivez-vous en couple ?\" else PRENOM || \" vit-\" || LIB_SUJET || \" en couple ?\"",
@@ -1980,7 +1980,7 @@
1980
1980
  {
1981
1981
  "id": "kwp9ynon",
1982
1982
  "componentType": "Radio",
1983
- "mandatory": false,
1983
+ "isMandatory": false,
1984
1984
  "page": "21",
1985
1985
  "label": {
1986
1986
  "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 ?\"",
@@ -2022,7 +2022,7 @@
2022
2022
  {
2023
2023
  "id": "kwpbyciz",
2024
2024
  "componentType": "InputNumber",
2025
- "mandatory": false,
2025
+ "isMandatory": false,
2026
2026
  "page": "22",
2027
2027
  "min": 0,
2028
2028
  "max": 15,
@@ -2231,7 +2231,7 @@
2231
2231
  {
2232
2232
  "id": "kmx8sgeu",
2233
2233
  "componentType": "Radio",
2234
- "mandatory": false,
2234
+ "isMandatory": false,
2235
2235
  "page": "24.1",
2236
2236
  "label": {
2237
2237
  "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 ?\"",
@@ -2304,7 +2304,7 @@
2304
2304
  {
2305
2305
  "id": "kmx97ttc",
2306
2306
  "componentType": "Radio",
2307
- "mandatory": false,
2307
+ "isMandatory": false,
2308
2308
  "page": "24.2",
2309
2309
  "label": {
2310
2310
  "value": "\"➡ \" || if (PRENOM=PRENOMREF) then \"Vous vivez dans le logement situé à l’adresse : \" || ADRCOLLC || \" ... ?\" else PRENOM || \" vit dans ce logement situé à l’adresse : \" || ADRCOLLC || \" ... ?\"",
@@ -2370,7 +2370,7 @@
2370
2370
  {
2371
2371
  "id": "kmx97tz1",
2372
2372
  "componentType": "Radio",
2373
- "mandatory": false,
2373
+ "isMandatory": false,
2374
2374
  "page": "24.3",
2375
2375
  "label": {
2376
2376
  "value": "\"➡ \" || if (PRENOM=PRENOMREF) then \"Pour vous, ce logement est... ?\" else \"Pour \" || PRENOM || \", ce logement est... ?\"",
@@ -2474,7 +2474,7 @@
2474
2474
  {
2475
2475
  "id": "kmx93med",
2476
2476
  "componentType": "Radio",
2477
- "mandatory": false,
2477
+ "isMandatory": false,
2478
2478
  "page": "24.4",
2479
2479
  "label": {
2480
2480
  "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... ?\"",
@@ -2589,7 +2589,7 @@
2589
2589
  {
2590
2590
  "id": "kmx9punx",
2591
2591
  "componentType": "Radio",
2592
- "mandatory": false,
2592
+ "isMandatory": false,
2593
2593
  "page": "24.5",
2594
2594
  "label": {
2595
2595
  "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 ?\"",
@@ -2644,7 +2644,7 @@
2644
2644
  {
2645
2645
  "id": "kmx9im0b",
2646
2646
  "componentType": "Radio",
2647
- "mandatory": false,
2647
+ "isMandatory": false,
2648
2648
  "page": "24.6",
2649
2649
  "label": {
2650
2650
  "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 ?\"",
@@ -2724,7 +2724,7 @@
2724
2724
  {
2725
2725
  "id": "kqi4zdkk",
2726
2726
  "componentType": "Radio",
2727
- "mandatory": false,
2727
+ "isMandatory": false,
2728
2728
  "page": "24.7",
2729
2729
  "label": {
2730
2730
  "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 ?\"",
@@ -2784,7 +2784,7 @@
2784
2784
  {
2785
2785
  "id": "kmx9pvyn",
2786
2786
  "componentType": "Radio",
2787
- "mandatory": false,
2787
+ "isMandatory": false,
2788
2788
  "page": "24.8",
2789
2789
  "label": {
2790
2790
  "value": "\"➡ \" || \"De quelle structure s’agit-il ?\"",
@@ -2991,7 +2991,7 @@
2991
2991
  {
2992
2992
  "id": "kmxfqrb1",
2993
2993
  "componentType": "Radio",
2994
- "mandatory": false,
2994
+ "isMandatory": false,
2995
2995
  "page": "25.1",
2996
2996
  "label": {
2997
2997
  "value": "\"➡ \" || if (PRENOM=PRENOMREF) then \"Actuellement, quelle est votre situation principale ?\" else \"Actuellement, quelle est la situation principale de \" || PRENOM || \" ?\"",
@@ -3119,7 +3119,7 @@
3119
3119
  {
3120
3120
  "id": "kmxg8ci7",
3121
3121
  "componentType": "Radio",
3122
- "mandatory": false,
3122
+ "isMandatory": false,
3123
3123
  "page": "25.2",
3124
3124
  "label": {
3125
3125
  "value": "\"➡ \" || if (PRENOM=PRENOMREF) then \"Avez-vous cependant un emploi ?\" else PRENOM || \" a-t-\" || LIB_SUJET || \" cependant un emploi ?\"",
@@ -3197,7 +3197,7 @@
3197
3197
  {
3198
3198
  "id": "kmxgftfs",
3199
3199
  "componentType": "Radio",
3200
- "mandatory": false,
3200
+ "isMandatory": false,
3201
3201
  "page": "25.3",
3202
3202
  "label": {
3203
3203
  "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 ?\"",
@@ -3332,7 +3332,7 @@
3332
3332
  {
3333
3333
  "id": "kqi8s71l",
3334
3334
  "componentType": "Radio",
3335
- "mandatory": false,
3335
+ "isMandatory": false,
3336
3336
  "page": "25.4",
3337
3337
  "label": {
3338
3338
  "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 ||\" ?\"",
@@ -3410,7 +3410,7 @@
3410
3410
  {
3411
3411
  "id": "kqi8mfos",
3412
3412
  "componentType": "Radio",
3413
- "mandatory": false,
3413
+ "isMandatory": false,
3414
3414
  "page": "25.5",
3415
3415
  "label": {
3416
3416
  "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 ?\"",
@@ -3489,7 +3489,7 @@
3489
3489
  {
3490
3490
  "id": "kp4dw3br",
3491
3491
  "componentType": "Radio",
3492
- "mandatory": false,
3492
+ "isMandatory": false,
3493
3493
  "page": "25.6",
3494
3494
  "label": {
3495
3495
  "value": "\"➡ \" || if (PRENOM=PRENOMREF) then \"Pratiquez-vous le télétravail ?\" else PRENOM || \" pratique-t-\" || LIB_SUJET || \" le télétravail ?\"",
@@ -3550,7 +3550,7 @@
3550
3550
  {
3551
3551
  "id": "kvjb8q33",
3552
3552
  "componentType": "InputNumber",
3553
- "mandatory": false,
3553
+ "isMandatory": false,
3554
3554
  "page": "25.7",
3555
3555
  "min": 0,
3556
3556
  "max": 7,
@@ -3641,7 +3641,7 @@
3641
3641
  {
3642
3642
  "id": "kd8qd4ou",
3643
3643
  "componentType": "Radio",
3644
- "mandatory": false,
3644
+ "isMandatory": false,
3645
3645
  "page": "26",
3646
3646
  "label": {
3647
3647
  "value": "\"➡ \" || \"À quoi correspond votre logement ?\"",
@@ -3732,7 +3732,7 @@
3732
3732
  {
3733
3733
  "id": "kp4b8f63",
3734
3734
  "componentType": "Radio",
3735
- "mandatory": false,
3735
+ "isMandatory": false,
3736
3736
  "page": "27",
3737
3737
  "label": {
3738
3738
  "value": "\"➡ \" || \"Est-ce que votre logement se trouve en foyer (ou résidence) pour personnes âgées ?\"",
@@ -3771,7 +3771,7 @@
3771
3771
  {
3772
3772
  "id": "kp4bwrb9",
3773
3773
  "componentType": "Radio",
3774
- "mandatory": false,
3774
+ "isMandatory": false,
3775
3775
  "page": "28",
3776
3776
  "label": {
3777
3777
  "value": "\"➡ \" || \"Plus précisément, quel est le type de cette résidence ?\"",
@@ -3822,7 +3822,7 @@
3822
3822
  {
3823
3823
  "id": "kbgi5n3g",
3824
3824
  "componentType": "Radio",
3825
- "mandatory": false,
3825
+ "isMandatory": false,
3826
3826
  "page": "29",
3827
3827
  "label": {
3828
3828
  "value": "\"➡ \" || \"Le logement fait-il partie d’un immeuble collectif ?\"",
@@ -3876,7 +3876,7 @@
3876
3876
  {
3877
3877
  "id": "kbgigljc",
3878
3878
  "componentType": "Radio",
3879
- "mandatory": false,
3879
+ "isMandatory": false,
3880
3880
  "page": "30",
3881
3881
  "label": {
3882
3882
  "value": "\"➡ \" || \"Quel est le type de construction de la maison individuelle ?\"",
@@ -3921,7 +3921,7 @@
3921
3921
  {
3922
3922
  "id": "kbgim4v3",
3923
3923
  "componentType": "Radio",
3924
- "mandatory": false,
3924
+ "isMandatory": false,
3925
3925
  "page": "31",
3926
3926
  "label": {
3927
3927
  "value": "\"➡ \" || \"La maison fait-elle partie d’une résidence ou d’un ’village’ en copropriété ?\"",
@@ -3972,7 +3972,7 @@
3972
3972
  {
3973
3973
  "id": "kbgidvnm",
3974
3974
  "componentType": "Radio",
3975
- "mandatory": false,
3975
+ "isMandatory": false,
3976
3976
  "page": "32",
3977
3977
  "label": {
3978
3978
  "value": "\"➡ \" || \"Y a-t-il au moins un ascenseur dans l’immeuble collectif ?\"",
@@ -4011,7 +4011,7 @@
4011
4011
  {
4012
4012
  "id": "kbgigafp",
4013
4013
  "componentType": "InputNumber",
4014
- "mandatory": false,
4014
+ "isMandatory": false,
4015
4015
  "page": "33",
4016
4016
  "min": 0,
4017
4017
  "max": 99,
@@ -4063,7 +4063,7 @@
4063
4063
  {
4064
4064
  "id": "kbghszh6",
4065
4065
  "componentType": "Radio",
4066
- "mandatory": false,
4066
+ "isMandatory": false,
4067
4067
  "page": "34",
4068
4068
  "label": {
4069
4069
  "value": "\"➡ \" || \"À quelle période a été achevée la construction \"|| libIAATC || \" ?\"",
@@ -4125,7 +4125,7 @@
4125
4125
  {
4126
4126
  "id": "kbghz7mp",
4127
4127
  "componentType": "Dropdown",
4128
- "mandatory": false,
4128
+ "isMandatory": false,
4129
4129
  "page": "35",
4130
4130
  "label": {
4131
4131
  "value": "\"➡ \" || \"En quelle année exactement la construction \" || libIAATC || \" a-t-elle été achevée ?\"",
@@ -4271,7 +4271,7 @@
4271
4271
  {
4272
4272
  "id": "jn0cttir",
4273
4273
  "componentType": "Radio",
4274
- "mandatory": false,
4274
+ "isMandatory": false,
4275
4275
  "page": "37",
4276
4276
  "label": {
4277
4277
  "value": "\"➡ \" || \"Comment votre ménage occupe-t-il ce logement ?\"",
@@ -4372,7 +4372,7 @@
4372
4372
  {
4373
4373
  "id": "klusnxnh",
4374
4374
  "componentType": "Radio",
4375
- "mandatory": false,
4375
+ "isMandatory": false,
4376
4376
  "page": "38",
4377
4377
  "label": {
4378
4378
  "value": "\"➡ \" || \"Un des occupants actuels du logement est-il propriétaire de ce logement ?\"",
@@ -4436,7 +4436,7 @@
4436
4436
  {
4437
4437
  "id": "jn0e3nhg",
4438
4438
  "componentType": "Radio",
4439
- "mandatory": false,
4439
+ "isMandatory": false,
4440
4440
  "page": "39",
4441
4441
  "label": {
4442
4442
  "value": "\"➡ \" || \"Votre ménage occupe-t-il ce logement en pleine propriété ou en propriété partielle ?
​\"",
@@ -4585,7 +4585,7 @@
4585
4585
  {
4586
4586
  "id": "ko9tiu0f",
4587
4587
  "componentType": "Radio",
4588
- "mandatory": false,
4588
+ "isMandatory": false,
4589
4589
  "page": "40.1",
4590
4590
  "label": {
4591
4591
  "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é ?\"",
@@ -4670,7 +4670,7 @@
4670
4670
  {
4671
4671
  "id": "ko9r0alc",
4672
4672
  "componentType": "Radio",
4673
- "mandatory": false,
4673
+ "isMandatory": false,
4674
4674
  "page": "40.2",
4675
4675
  "label": {
4676
4676
  "value": "\"➡ \" || \"À titre personnel, \" || (if (PRENOM=PRENOMREF) then \"êtes-vous\" else (PRENOM || \" est-\" || LIB_SUJET)) || \" usufruiti\" || LIB_FEM2 || \" de ce logement ?\"",
@@ -4749,7 +4749,7 @@
4749
4749
  {
4750
4750
  "id": "ko9t45t9",
4751
4751
  "componentType": "Radio",
4752
- "mandatory": false,
4752
+ "isMandatory": false,
4753
4753
  "page": "40.3",
4754
4754
  "label": {
4755
4755
  "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 ?\"",
@@ -4826,7 +4826,7 @@
4826
4826
  {
4827
4827
  "id": "knoqewds",
4828
4828
  "componentType": "Radio",
4829
- "mandatory": false,
4829
+ "isMandatory": false,
4830
4830
  "page": "40.4",
4831
4831
  "label": {
4832
4832
  "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 ?\"",
@@ -5032,7 +5032,7 @@
5032
5032
  {
5033
5033
  "id": "joh8lowu",
5034
5034
  "componentType": "Radio",
5035
- "mandatory": false,
5035
+ "isMandatory": false,
5036
5036
  "page": "41.1",
5037
5037
  "label": {
5038
5038
  "value": "\"➡ \" || PRENOM || \" a-t-\" || LIB_SUJET || \" déjà quitté le logement familial pour vivre dans un logement indépendant pendant plus de trois mois ?\"",
@@ -5129,7 +5129,7 @@
5129
5129
  {
5130
5130
  "id": "kppmespv",
5131
5131
  "componentType": "Radio",
5132
- "mandatory": false,
5132
+ "isMandatory": false,
5133
5133
  "page": "41.2",
5134
5134
  "label": {
5135
5135
  "value": "\"➡ \" || PRENOM || \" vit-\" || LIB_SUJET || \" chez vous uniquement pour les vacances, les week-ends ?\"",
@@ -5202,7 +5202,7 @@
5202
5202
  {
5203
5203
  "id": "joh8ixt2",
5204
5204
  "componentType": "Radio",
5205
- "mandatory": false,
5205
+ "isMandatory": false,
5206
5206
  "page": "41.3",
5207
5207
  "label": {
5208
5208
  "value": "\"➡ \" || \"Au total, pendant combien de temps \" || PRENOM || \" a-t-\" || LIB_SUJET || \" vécu dans un logement indépendant ?\"",
@@ -5314,7 +5314,7 @@
5314
5314
  {
5315
5315
  "id": "kcnccgjg",
5316
5316
  "componentType": "Radio",
5317
- "mandatory": false,
5317
+ "isMandatory": false,
5318
5318
  "page": "41.4",
5319
5319
  "label": {
5320
5320
  "value": "\"➡ \" || \"Depuis quand \" || PRENOM || \" est-\" || LIB_SUJET || \" venu\" || LIB_FEM || \" ou revenu\" || LIB_FEM || \" vivre chez vous ?\"",
@@ -5549,7 +5549,7 @@
5549
5549
  {
5550
5550
  "id": "kp5vtjh4",
5551
5551
  "componentType": "Radio",
5552
- "mandatory": false,
5552
+ "isMandatory": false,
5553
5553
  "page": "41.6",
5554
5554
  "label": {
5555
5555
  "value": "\"➡ \" || \"Le fait que \" || PRENOM || \" vit chez vous est-il lié à la crise sanitaire due à l’épidémie de Covid19 ?\"",
@@ -5622,7 +5622,7 @@
5622
5622
  {
5623
5623
  "id": "joirni0x",
5624
5624
  "componentType": "Radio",
5625
- "mandatory": false,
5625
+ "isMandatory": false,
5626
5626
  "page": "41.7",
5627
5627
  "label": {
5628
5628
  "value": "\"➡ \" || PRENOM || \" envisage-t-\" || LIB_SUJET || \" d’aller habiter dans un logement indépendant dans les six mois qui viennent ?\"",
@@ -5700,7 +5700,7 @@
5700
5700
  {
5701
5701
  "id": "joirve2f",
5702
5702
  "componentType": "Radio",
5703
- "mandatory": false,
5703
+ "isMandatory": false,
5704
5704
  "page": "41.8",
5705
5705
  "label": {
5706
5706
  "value": "\"➡ \" || PRENOM || \" a-t-\" || LIB_SUJET || \" actuellement les moyens financiers lui permettant d’avoir un logement indépendant ?\"",
@@ -5793,7 +5793,7 @@
5793
5793
  {
5794
5794
  "id": "joirtz3j",
5795
5795
  "componentType": "Radio",
5796
- "mandatory": false,
5796
+ "isMandatory": false,
5797
5797
  "page": "41.9",
5798
5798
  "label": {
5799
5799
  "value": "\"➡ \" || PRENOM || \" aurait-\" || LIB_SUJET || \" les moyens financiers d’obtenir un logement indépendant ?\"",
@@ -5886,7 +5886,7 @@
5886
5886
  {
5887
5887
  "id": "joisp3u9",
5888
5888
  "componentType": "Radio",
5889
- "mandatory": false,
5889
+ "isMandatory": false,
5890
5890
  "page": "41.10",
5891
5891
  "label": {
5892
5892
  "value": "\"➡ \" || \"Si \" || PRENOM || \" en avait les moyens financiers, quitterait-\" || LIB_SUJET || \" le logement familial ?\"",
@@ -6106,7 +6106,7 @@
6106
6106
  {
6107
6107
  "id": "joisq6l3",
6108
6108
  "componentType": "Radio",
6109
- "mandatory": false,
6109
+ "isMandatory": false,
6110
6110
  "page": "42.1",
6111
6111
  "label": {
6112
6112
  "value": "\"➡ \" || \"Depuis quand \" || PRENOM || \" vit-\" || LIB_SUJET ||\" chez vous ?\"",
@@ -6339,7 +6339,7 @@
6339
6339
  {
6340
6340
  "id": "kppptqlu",
6341
6341
  "componentType": "Radio",
6342
- "mandatory": false,
6342
+ "isMandatory": false,
6343
6343
  "page": "42.3",
6344
6344
  "label": {
6345
6345
  "value": "\"➡ \" || \"Le fait que \" || PRENOM || \" vive chez vous est-il lié à la crise sanitaire due l’épidémie de Covid 19 ?\"",
@@ -6413,7 +6413,7 @@
6413
6413
  {
6414
6414
  "id": "joismxwd",
6415
6415
  "componentType": "Radio",
6416
- "mandatory": false,
6416
+ "isMandatory": false,
6417
6417
  "page": "42.4",
6418
6418
  "label": {
6419
6419
  "value": "\"➡ \" || \"Selon vous, \" || PRENOM || \" a-t-\" || LIB_SUJET || \" actuellement les moyens financiers lui permettant d’avoir un logement indépendant ?\"",
@@ -6493,7 +6493,7 @@
6493
6493
  {
6494
6494
  "id": "kqv3atis",
6495
6495
  "componentType": "Radio",
6496
- "mandatory": false,
6496
+ "isMandatory": false,
6497
6497
  "page": "42.5",
6498
6498
  "label": {
6499
6499
  "value": "\"➡ \" || \"Est-ce compliqué pour vous d’héberger \" || PRENOM || \" ?\"",
@@ -6575,7 +6575,7 @@
6575
6575
  {
6576
6576
  "id": "kqv44b8j",
6577
6577
  "componentType": "Radio",
6578
- "mandatory": false,
6578
+ "isMandatory": false,
6579
6579
  "page": "42.6",
6580
6580
  "label": {
6581
6581
  "value": "\"➡ \" || \"Est-ce que \" || PRENOM || \" a une chambre indépendante dans votre logement ?\"",
@@ -6685,7 +6685,7 @@
6685
6685
  {
6686
6686
  "id": "jojtbo85",
6687
6687
  "componentType": "Dropdown",
6688
- "mandatory": false,
6688
+ "isMandatory": false,
6689
6689
  "page": "43",
6690
6690
  "label": {
6691
6691
  "value": "\"➡ \" || \"En quelle année êtes-vous arrivé\" || (if (isnull(SEXEREF)) then \"\" else (if (cast(SEXEREF,string) = \"2\") then \"e\" else \"\")) || \" dans ce logement ?\"",
@@ -6981,7 +6981,7 @@
6981
6981
  {
6982
6982
  "id": "kp6iwd90",
6983
6983
  "componentType": "Radio",
6984
- "mandatory": false,
6984
+ "isMandatory": false,
6985
6985
  "page": "44",
6986
6986
  "label": {
6987
6987
  "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 ?\"",
@@ -7044,7 +7044,7 @@
7044
7044
  {
7045
7045
  "id": "jojt16mt",
7046
7046
  "componentType": "Dropdown",
7047
- "mandatory": false,
7047
+ "isMandatory": false,
7048
7048
  "page": "45",
7049
7049
  "label": {
7050
7050
  "value": "\"➡ \" || \"Quel est le mois de votre arrivée en \" || MAA2A || \" ?\"",
@@ -7139,7 +7139,7 @@
7139
7139
  {
7140
7140
  "id": "jojt3qxp",
7141
7141
  "componentType": "Radio",
7142
- "mandatory": false,
7142
+ "isMandatory": false,
7143
7143
  "page": "46",
7144
7144
  "label": {
7145
7145
  "value": "\"➡ \" || \"Votre conjoint\" || SEXECJ_E || \" est-\" || SEXECJ_IEL || \" arrivé\" || SEXECJ_E || \" dans ce logement en même temps que vous ?\"",
@@ -7186,7 +7186,7 @@
7186
7186
  {
7187
7187
  "id": "jojtnq9z",
7188
7188
  "componentType": "Dropdown",
7189
- "mandatory": false,
7189
+ "isMandatory": false,
7190
7190
  "page": "47",
7191
7191
  "label": {
7192
7192
  "value": "\"➡ \" || \"En quelle année votre conjoint\" || SEXECJ_E || \" est-\" || SEXECJ_IEL || \" arrivé\" || SEXECJ_E || \" dans ce logement ?\"",
@@ -7481,7 +7481,7 @@
7481
7481
  {
7482
7482
  "id": "kp6ja40b",
7483
7483
  "componentType": "Radio",
7484
- "mandatory": false,
7484
+ "isMandatory": false,
7485
7485
  "page": "48",
7486
7486
  "label": {
7487
7487
  "value": "\"➡ \" || \"Depuis environ combien d’années votre conjoint\" || SEXECJ_E || \" est-\" || SEXECJ_IEL || \" arrivé\" || SEXECJ_E || \" dans ce logement ?\"",
@@ -7556,7 +7556,7 @@
7556
7556
  {
7557
7557
  "id": "jor73af6",
7558
7558
  "componentType": "Dropdown",
7559
- "mandatory": false,
7559
+ "isMandatory": false,
7560
7560
  "page": "49",
7561
7561
  "label": {
7562
7562
  "value": "\"➡ \" || \"Quel est le mois de son arrivée dans le logement en \" || MAA2AC || \" ?\"",
@@ -7648,7 +7648,7 @@
7648
7648
  {
7649
7649
  "id": "jojtsgsr",
7650
7650
  "componentType": "Radio",
7651
- "mandatory": false,
7651
+ "isMandatory": false,
7652
7652
  "page": "50",
7653
7653
  "label": {
7654
7654
  "value": "\"➡ \" || \"Parmi les membres de votre ménage actuel, une personne habitait-elle déjà dans ce logement, au moment de \" || libMAA3 || \" ?\"",
@@ -7698,7 +7698,7 @@
7698
7698
  {
7699
7699
  "id": "jojtutyy",
7700
7700
  "componentType": "Dropdown",
7701
- "mandatory": false,
7701
+ "isMandatory": false,
7702
7702
  "page": "51",
7703
7703
  "label": {
7704
7704
  "value": "\"➡ \" || \"En quelle année cette personne est-elle arrivée dans ce logement ?\"",
@@ -8014,7 +8014,7 @@
8014
8014
  {
8015
8015
  "id": "jojtizrx",
8016
8016
  "componentType": "Dropdown",
8017
- "mandatory": false,
8017
+ "isMandatory": false,
8018
8018
  "page": "52",
8019
8019
  "label": {
8020
8020
  "value": "\"➡ \" || \"Quel est le mois de son arrivée dans le logement en \" || MAA3A || \" ?\"",
@@ -8179,7 +8179,7 @@
8179
8179
  {
8180
8180
  "id": "jojuueml",
8181
8181
  "componentType": "Radio",
8182
- "mandatory": false,
8182
+ "isMandatory": false,
8183
8183
  "page": "54",
8184
8184
  "label": {
8185
8185
  "value": "\"➡ \" || \"Votre logement dispose-t-il d’une cuisine ?\"",
@@ -8243,7 +8243,7 @@
8243
8243
  {
8244
8244
  "id": "jojuno0d",
8245
8245
  "componentType": "Radio",
8246
- "mandatory": false,
8246
+ "isMandatory": false,
8247
8247
  "page": "55",
8248
8248
  "label": {
8249
8249
  "value": "\"➡ \" || \"Quelle est la surface de la cuisine ?\"",
@@ -8328,7 +8328,7 @@
8328
8328
  {
8329
8329
  "id": "klv34du0",
8330
8330
  "componentType": "Radio",
8331
- "mandatory": false,
8331
+ "isMandatory": false,
8332
8332
  "page": "56",
8333
8333
  "label": {
8334
8334
  "value": "\"➡ \" || \"Avez-vous une pièce dédiée spécifiquement au télétravail dans votre logement ?\"",
@@ -8397,7 +8397,7 @@
8397
8397
  {
8398
8398
  "id": "jojuwst2",
8399
8399
  "componentType": "Radio",
8400
- "mandatory": false,
8400
+ "isMandatory": false,
8401
8401
  "page": "57",
8402
8402
  "label": {
8403
8403
  "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 ?\"",
@@ -8454,7 +8454,7 @@
8454
8454
  {
8455
8455
  "id": "jojv1e5e",
8456
8456
  "componentType": "InputNumber",
8457
- "mandatory": false,
8457
+ "isMandatory": false,
8458
8458
  "page": "58",
8459
8459
  "min": 1,
8460
8460
  "max": 9,
@@ -8514,7 +8514,7 @@
8514
8514
  {
8515
8515
  "id": "jojuz9k3",
8516
8516
  "componentType": "InputNumber",
8517
- "mandatory": false,
8517
+ "isMandatory": false,
8518
8518
  "page": "59",
8519
8519
  "min": 1,
8520
8520
  "max": 997,
@@ -8582,7 +8582,7 @@
8582
8582
  {
8583
8583
  "id": "jojv79ut",
8584
8584
  "componentType": "Radio",
8585
- "mandatory": false,
8585
+ "isMandatory": false,
8586
8586
  "page": "60",
8587
8587
  "label": {
8588
8588
  "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 ?\"",
@@ -8632,7 +8632,7 @@
8632
8632
  {
8633
8633
  "id": "jojv3ha7",
8634
8634
  "componentType": "InputNumber",
8635
- "mandatory": false,
8635
+ "isMandatory": false,
8636
8636
  "page": "61",
8637
8637
  "min": 1,
8638
8638
  "max": 9,
@@ -8684,7 +8684,7 @@
8684
8684
  {
8685
8685
  "id": "kmd6o006",
8686
8686
  "componentType": "Radio",
8687
- "mandatory": false,
8687
+ "isMandatory": false,
8688
8688
  "page": "62",
8689
8689
  "label": {
8690
8690
  "value": "\"➡ \" || \"Quel usage faites-vous de la pièce annexe ?\"",
@@ -8816,7 +8816,7 @@
8816
8816
  {
8817
8817
  "id": "jojuzbus",
8818
8818
  "componentType": "InputNumber",
8819
- "mandatory": false,
8819
+ "isMandatory": false,
8820
8820
  "page": "64",
8821
8821
  "min": 1,
8822
8822
  "max": 9,
@@ -8875,7 +8875,7 @@
8875
8875
  {
8876
8876
  "id": "klv4iusu",
8877
8877
  "componentType": "InputNumber",
8878
- "mandatory": false,
8878
+ "isMandatory": false,
8879
8879
  "page": "65",
8880
8880
  "min": 1,
8881
8881
  "max": 9,
@@ -8934,7 +8934,7 @@
8934
8934
  {
8935
8935
  "id": "jojv5bnw",
8936
8936
  "componentType": "InputNumber",
8937
- "mandatory": false,
8937
+ "isMandatory": false,
8938
8938
  "page": "66",
8939
8939
  "min": 1,
8940
8940
  "max": 999,
@@ -8972,7 +8972,7 @@
8972
8972
  {
8973
8973
  "id": "klw36l7v",
8974
8974
  "componentType": "InputNumber",
8975
- "mandatory": false,
8975
+ "isMandatory": false,
8976
8976
  "page": "67",
8977
8977
  "min": 1,
8978
8978
  "max": 999,
@@ -9040,7 +9040,7 @@
9040
9040
  {
9041
9041
  "id": "jojvgfei",
9042
9042
  "componentType": "InputNumber",
9043
- "mandatory": false,
9043
+ "isMandatory": false,
9044
9044
  "page": "68",
9045
9045
  "min": 1,
9046
9046
  "max": 100,
@@ -9142,7 +9142,7 @@
9142
9142
  {
9143
9143
  "id": "jojv4yqe",
9144
9144
  "componentType": "InputNumber",
9145
- "mandatory": false,
9145
+ "isMandatory": false,
9146
9146
  "page": "69",
9147
9147
  "min": 0,
9148
9148
  "max": 100,
@@ -9233,7 +9233,7 @@
9233
9233
  {
9234
9234
  "id": "jojvc0vt",
9235
9235
  "componentType": "InputNumber",
9236
- "mandatory": false,
9236
+ "isMandatory": false,
9237
9237
  "page": "70",
9238
9238
  "min": 1,
9239
9239
  "max": 1000,
@@ -9345,7 +9345,7 @@
9345
9345
  {
9346
9346
  "id": "jojv1ux1",
9347
9347
  "componentType": "Radio",
9348
- "mandatory": false,
9348
+ "isMandatory": false,
9349
9349
  "page": "71",
9350
9350
  "label": {
9351
9351
  "value": "\"➡ \" || \"Compte tenu du nombre de personnes de votre ménage, comment estimez-vous le nombre de pièces dont vous disposez ?\"",
@@ -9399,7 +9399,7 @@
9399
9399
  {
9400
9400
  "id": "kv29cjdq",
9401
9401
  "componentType": "Radio",
9402
- "mandatory": false,
9402
+ "isMandatory": false,
9403
9403
  "page": "72",
9404
9404
  "label": {
9405
9405
  "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 ?\"",
@@ -9476,7 +9476,7 @@
9476
9476
  {
9477
9477
  "id": "jrupq1i5",
9478
9478
  "componentType": "Radio",
9479
- "mandatory": false,
9479
+ "isMandatory": false,
9480
9480
  "page": "73",
9481
9481
  "label": {
9482
9482
  "value": "\"➡ \" || \"Avez-vous une véranda ?\"",
@@ -9523,7 +9523,7 @@
9523
9523
  {
9524
9524
  "id": "jrupsr80",
9525
9525
  "componentType": "InputNumber",
9526
- "mandatory": false,
9526
+ "isMandatory": false,
9527
9527
  "page": "74",
9528
9528
  "min": 1,
9529
9529
  "max": 999,
@@ -9558,7 +9558,7 @@
9558
9558
  {
9559
9559
  "id": "jrupy93h",
9560
9560
  "componentType": "Radio",
9561
- "mandatory": false,
9561
+ "isMandatory": false,
9562
9562
  "page": "75",
9563
9563
  "label": {
9564
9564
  "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 ?\"",
@@ -9594,7 +9594,7 @@
9594
9594
  {
9595
9595
  "id": "jrupzl7m",
9596
9596
  "componentType": "Radio",
9597
- "mandatory": false,
9597
+ "isMandatory": false,
9598
9598
  "page": "76",
9599
9599
  "label": {
9600
9600
  "value": "\"➡ \" || \"Avez-vous un balcon\" || libKBA1 || \" ou une loggia ?\"",
@@ -9630,7 +9630,7 @@
9630
9630
  {
9631
9631
  "id": "jrupx7iz",
9632
9632
  "componentType": "InputNumber",
9633
- "mandatory": false,
9633
+ "isMandatory": false,
9634
9634
  "page": "77",
9635
9635
  "min": 1,
9636
9636
  "max": 999,
@@ -9665,7 +9665,7 @@
9665
9665
  {
9666
9666
  "id": "jruq98v2",
9667
9667
  "componentType": "Radio",
9668
- "mandatory": false,
9668
+ "isMandatory": false,
9669
9669
  "page": "78",
9670
9670
  "label": {
9671
9671
  "value": "\"➡ \" || libKJA || \" un jardin, un terrain ou une cour réservés à votre usage personnel ?\"",
@@ -9701,7 +9701,7 @@
9701
9701
  {
9702
9702
  "id": "jruq8x6e",
9703
9703
  "componentType": "InputNumber",
9704
- "mandatory": false,
9704
+ "isMandatory": false,
9705
9705
  "page": "79",
9706
9706
  "min": 1,
9707
9707
  "max": 100000,
@@ -9769,7 +9769,7 @@
9769
9769
  {
9770
9770
  "id": "jruq85av",
9771
9771
  "componentType": "Radio",
9772
- "mandatory": false,
9772
+ "isMandatory": false,
9773
9773
  "page": "80",
9774
9774
  "label": {
9775
9775
  "value": "\"➡ \" || \"Pouvez-vous néanmoins indiquer dans quelle tranche se situe la surface du terrain ?\"",
@@ -9833,7 +9833,7 @@
9833
9833
  {
9834
9834
  "id": "jruq4was",
9835
9835
  "componentType": "InputNumber",
9836
- "mandatory": false,
9836
+ "isMandatory": false,
9837
9837
  "page": "81",
9838
9838
  "min": 1,
9839
9839
  "max": 99999,
@@ -9904,7 +9904,7 @@
9904
9904
  {
9905
9905
  "id": "jruq6fv0",
9906
9906
  "componentType": "InputNumber",
9907
- "mandatory": false,
9907
+ "isMandatory": false,
9908
9908
  "page": "82",
9909
9909
  "min": 1,
9910
9910
  "max": 99999,
@@ -9939,7 +9939,7 @@
9939
9939
  {
9940
9940
  "id": "jruqlf39",
9941
9941
  "componentType": "Radio",
9942
- "mandatory": false,
9942
+ "isMandatory": false,
9943
9943
  "page": "83",
9944
9944
  "label": {
9945
9945
  "value": "\"➡ \" || \"Disposez-vous d’espaces extérieurs (jardin, terrain, cour...) en tant que parties communes de la résidence ou de la copropriété ?\"",
@@ -9986,7 +9986,7 @@
9986
9986
  {
9987
9987
  "id": "jrusmgfq",
9988
9988
  "componentType": "Radio",
9989
- "mandatory": false,
9989
+ "isMandatory": false,
9990
9990
  "page": "84",
9991
9991
  "label": {
9992
9992
  "value": "\"➡ \" || \"Quelle est la surface de ces espaces partagés ?\"",
@@ -10246,7 +10246,7 @@
10246
10246
  {
10247
10247
  "id": "jrut0i0j",
10248
10248
  "componentType": "Radio",
10249
- "mandatory": false,
10249
+ "isMandatory": false,
10250
10250
  "page": "87",
10251
10251
  "label": {
10252
10252
  "value": "\"➡ \" || \"Disposez-vous d’une cave ou d’un sous-sol (même si vous ne l’utilisez pas) ?\"",
@@ -10293,7 +10293,7 @@
10293
10293
  {
10294
10294
  "id": "jrusu349",
10295
10295
  "componentType": "Radio",
10296
- "mandatory": false,
10296
+ "isMandatory": false,
10297
10297
  "page": "88",
10298
10298
  "label": {
10299
10299
  "value": "\"➡ \" || \"Disposez-vous, dans les parties communes de \" || libKVELO || \", d’un local fermé où vous pouvez déposer un vélo ou une poussette ?\"",
@@ -10342,7 +10342,7 @@
10342
10342
  {
10343
10343
  "id": "jrutj5co",
10344
10344
  "componentType": "Radio",
10345
- "mandatory": false,
10345
+ "isMandatory": false,
10346
10346
  "page": "89",
10347
10347
  "label": {
10348
10348
  "value": "\"➡ \" || \"Disposez-vous d’un grenier ou de combles aménageables, mais non aménagés en pièces d’habitation ?\"",
@@ -10378,7 +10378,7 @@
10378
10378
  {
10379
10379
  "id": "jruu4ry3",
10380
10380
  "componentType": "Radio",
10381
- "mandatory": false,
10381
+ "isMandatory": false,
10382
10382
  "page": "90",
10383
10383
  "label": {
10384
10384
  "value": "\"➡ \" || \"Disposez-vous d’un sous-sol non aménagé en pièces d’habitation ?\"",
@@ -10414,7 +10414,7 @@
10414
10414
  {
10415
10415
  "id": "jruubukg",
10416
10416
  "componentType": "Radio",
10417
- "mandatory": false,
10417
+ "isMandatory": false,
10418
10418
  "page": "91",
10419
10419
  "label": {
10420
10420
  "value": "\"➡ \" || \"Disposez-vous d’une grange non aménagée en pièces d’habitation ?\"",
@@ -10450,7 +10450,7 @@
10450
10450
  {
10451
10451
  "id": "jruue197",
10452
10452
  "componentType": "Radio",
10453
- "mandatory": false,
10453
+ "isMandatory": false,
10454
10454
  "page": "92",
10455
10455
  "label": {
10456
10456
  "value": "\"➡ \" || \"Avez-vous une piscine fixe d’une profondeur de plus de 1 mètre ?\"",
@@ -10521,7 +10521,7 @@
10521
10521
  {
10522
10522
  "id": "jruuncm0",
10523
10523
  "componentType": "Radio",
10524
- "mandatory": false,
10524
+ "isMandatory": false,
10525
10525
  "page": "93",
10526
10526
  "label": {
10527
10527
  "value": "\"➡ \" || \"Comment votre logement est-il alimenté en eau ?\"",
@@ -10568,7 +10568,7 @@
10568
10568
  {
10569
10569
  "id": "jruv1cla",
10570
10570
  "componentType": "Radio",
10571
- "mandatory": false,
10571
+ "isMandatory": false,
10572
10572
  "page": "94",
10573
10573
  "label": {
10574
10574
  "value": "\"➡ \" || \"Disposez-vous de W-C à l’intérieur du logement ?\"",
@@ -10615,7 +10615,7 @@
10615
10615
  {
10616
10616
  "id": "kmeu61l4",
10617
10617
  "componentType": "Table",
10618
- "mandatory": false,
10618
+ "isMandatory": false,
10619
10619
  "page": "95",
10620
10620
  "label": {
10621
10621
  "value": "\"➡ \" || \"Combien avez-vous de W-C ?\"",
@@ -10737,7 +10737,7 @@
10737
10737
  {
10738
10738
  "id": "jruva8uu",
10739
10739
  "componentType": "Radio",
10740
- "mandatory": false,
10740
+ "isMandatory": false,
10741
10741
  "page": "96",
10742
10742
  "label": {
10743
10743
  "value": "\"➡ \" || \"Possédez-vous une salle d’eau ou une salle de bain (pièce contenant une douche ou une baignoire) ?\"",
@@ -10773,7 +10773,7 @@
10773
10773
  {
10774
10774
  "id": "kksgd6fv",
10775
10775
  "componentType": "Table",
10776
- "mandatory": false,
10776
+ "isMandatory": false,
10777
10777
  "page": "97",
10778
10778
  "label": {
10779
10779
  "value": "\"➡ \" || \"Combien avez-vous de salle d’eau ou salle de bain ?\"",
@@ -10892,7 +10892,7 @@
10892
10892
  {
10893
10893
  "id": "kmf0xcox",
10894
10894
  "componentType": "Radio",
10895
- "mandatory": false,
10895
+ "isMandatory": false,
10896
10896
  "page": "98",
10897
10897
  "label": {
10898
10898
  "value": "\"➡ \" || \"Avez-vous une douche ou une baignoire installée dans une pièce destinée à un autre usage ?\"",
@@ -10928,7 +10928,7 @@
10928
10928
  {
10929
10929
  "id": "jruv164k",
10930
10930
  "componentType": "Radio",
10931
- "mandatory": false,
10931
+ "isMandatory": false,
10932
10932
  "page": "99",
10933
10933
  "label": {
10934
10934
  "value": "\"➡ \" || \"Disposez-vous d’un ou plusieurs lavabos ?\"",
@@ -11059,7 +11059,7 @@
11059
11059
  {
11060
11060
  "id": "joicolgp",
11061
11061
  "componentType": "Radio",
11062
- "mandatory": false,
11062
+ "isMandatory": false,
11063
11063
  "page": "101",
11064
11064
  "label": {
11065
11065
  "value": "\"➡ \" || \"Comment estimez-vous vos conditions actuelles de logement ?\"",
@@ -11119,7 +11119,7 @@
11119
11119
  {
11120
11120
  "id": "joiccm1l",
11121
11121
  "componentType": "InputNumber",
11122
- "mandatory": false,
11122
+ "isMandatory": false,
11123
11123
  "page": "102",
11124
11124
  "min": 1,
11125
11125
  "max": 10,
@@ -11185,7 +11185,7 @@
11185
11185
  {
11186
11186
  "id": "knio1w9d",
11187
11187
  "componentType": "Table",
11188
- "mandatory": false,
11188
+ "isMandatory": false,
11189
11189
  "page": "103",
11190
11190
  "label": {
11191
11191
  "value": "\"➡ \" || \"Votre logement présente-t-il les défauts suivants ?\"",
@@ -11333,7 +11333,7 @@
11333
11333
  {
11334
11334
  "id": "kninrf3p",
11335
11335
  "componentType": "Table",
11336
- "mandatory": false,
11336
+ "isMandatory": false,
11337
11337
  "page": "104",
11338
11338
  "label": {
11339
11339
  "value": "\"➡ \" || \"Votre logement présente-t-il les autres défauts suivants ?\"",
@@ -11472,7 +11472,7 @@
11472
11472
  {
11473
11473
  "id": "knioggcs",
11474
11474
  "componentType": "Table",
11475
- "mandatory": false,
11475
+ "isMandatory": false,
11476
11476
  "page": "105",
11477
11477
  "label": {
11478
11478
  "value": "\"➡ \" || \"L’environnement de votre logement présente-t-il les défauts suivants ?\"",
@@ -11600,7 +11600,7 @@
11600
11600
  {
11601
11601
  "id": "kniwyjy0",
11602
11602
  "componentType": "Radio",
11603
- "mandatory": false,
11603
+ "isMandatory": false,
11604
11604
  "page": "106",
11605
11605
  "label": {
11606
11606
  "value": "\"➡ \" || \"Vous plaisez-vous dans votre quartier (ou village) ?\"",
@@ -11647,7 +11647,7 @@
11647
11647
  {
11648
11648
  "id": "joidpl4s",
11649
11649
  "componentType": "InputNumber",
11650
- "mandatory": false,
11650
+ "isMandatory": false,
11651
11651
  "page": "107",
11652
11652
  "min": 1,
11653
11653
  "max": 10,
@@ -11746,7 +11746,7 @@
11746
11746
  {
11747
11747
  "id": "kcvx4gaz",
11748
11748
  "componentType": "Radio",
11749
- "mandatory": false,
11749
+ "isMandatory": false,
11750
11750
  "page": "108",
11751
11751
  "label": {
11752
11752
  "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 ?\"",
@@ -11859,7 +11859,7 @@
11859
11859
  {
11860
11860
  "id": "joieoqtu",
11861
11861
  "componentType": "Table",
11862
- "mandatory": false,
11862
+ "isMandatory": false,
11863
11863
  "page": "110",
11864
11864
  "label": {
11865
11865
  "value": "\"➡ \" || \"Auprès de qui \" || libOIH || \" déposé cette demande de HLM ?\"",
@@ -12024,7 +12024,7 @@
12024
12024
  {
12025
12025
  "id": "joieparb",
12026
12026
  "componentType": "Radio",
12027
- "mandatory": false,
12027
+ "isMandatory": false,
12028
12028
  "page": "111",
12029
12029
  "label": {
12030
12030
  "value": "\"➡ \" || \"Depuis combien de temps \" || libOIH || \" déposé cette demande de HLM ?\"",
@@ -12117,7 +12117,7 @@
12117
12117
  {
12118
12118
  "id": "joiegq0p",
12119
12119
  "componentType": "Radio",
12120
- "mandatory": false,
12120
+ "isMandatory": false,
12121
12121
  "page": "112",
12122
12122
  "label": {
12123
12123
  "value": "\"➡ \" || \"Depuis le dépôt de cette demande de HLM, \" || libOIH || \" refusé une ou plusieurs propositions de logements ?\"",
@@ -12293,7 +12293,7 @@
12293
12293
  {
12294
12294
  "id": "joifgmrr",
12295
12295
  "componentType": "Radio",
12296
- "mandatory": false,
12296
+ "isMandatory": false,
12297
12297
  "page": "114",
12298
12298
  "label": {
12299
12299
  "value": "\"➡ \" || \"Souhaitez-vous changer de logement ?\"",
@@ -12335,7 +12335,7 @@
12335
12335
  {
12336
12336
  "id": "joifoap2",
12337
12337
  "componentType": "Radio",
12338
- "mandatory": false,
12338
+ "isMandatory": false,
12339
12339
  "page": "115",
12340
12340
  "label": {
12341
12341
  "value": "\"➡ \" || \"Pensez-vous être contraint de quitter votre logement dans les trois ans à venir ?\"",
@@ -12382,7 +12382,7 @@
12382
12382
  {
12383
12383
  "id": "joifcbgf",
12384
12384
  "componentType": "Radio",
12385
- "mandatory": false,
12385
+ "isMandatory": false,
12386
12386
  "page": "116",
12387
12387
  "label": {
12388
12388
  "value": "\"➡ \" || \"Pour quelle raison pensez-vous être contraint de quitter votre logement ?\"",
@@ -12460,7 +12460,7 @@
12460
12460
  {
12461
12461
  "id": "joifzvkd",
12462
12462
  "componentType": "Radio",
12463
- "mandatory": false,
12463
+ "isMandatory": false,
12464
12464
  "page": "117",
12465
12465
  "label": {
12466
12466
  "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.')) ?\"",
@@ -12502,7 +12502,7 @@
12502
12502
  {
12503
12503
  "id": "joifs2y7",
12504
12504
  "componentType": "Radio",
12505
- "mandatory": false,
12505
+ "isMandatory": false,
12506
12506
  "page": "118",
12507
12507
  "label": {
12508
12508
  "value": "\"➡ \" || \"Suite à votre demande, avez-vous obtenu un logement dans le cadre de la loi Dalo ?\"",
@@ -12544,7 +12544,7 @@
12544
12544
  {
12545
12545
  "id": "joig627d",
12546
12546
  "componentType": "Radio",
12547
- "mandatory": false,
12547
+ "isMandatory": false,
12548
12548
  "page": "119",
12549
12549
  "label": {
12550
12550
  "value": "\"➡ \" || \"Envisagez-vous de quitter votre commune ?\"",
@@ -12591,7 +12591,7 @@
12591
12591
  {
12592
12592
  "id": "joig7qe3",
12593
12593
  "componentType": "Radio",
12594
- "mandatory": false,
12594
+ "isMandatory": false,
12595
12595
  "page": "120",
12596
12596
  "label": {
12597
12597
  "value": "\"➡ \" || \"Où envisagez-vous d’aller vous installer ?\"",
@@ -12657,7 +12657,7 @@
12657
12657
  {
12658
12658
  "id": "joigb7rg",
12659
12659
  "componentType": "Radio",
12660
- "mandatory": false,
12660
+ "isMandatory": false,
12661
12661
  "page": "121",
12662
12662
  "label": {
12663
12663
  "value": "\"➡ \" || \"Plus précisément, où comptez-vous vivre ?\"",
@@ -12718,7 +12718,7 @@
12718
12718
  {
12719
12719
  "id": "joig56ii",
12720
12720
  "componentType": "Dropdown",
12721
- "mandatory": false,
12721
+ "isMandatory": false,
12722
12722
  "page": "122",
12723
12723
  "label": {
12724
12724
  "value": "\"➡ \" || \"Dans quel département envisagez-vous de vous installer ou de rester ?\"",
@@ -12764,7 +12764,7 @@
12764
12764
  {
12765
12765
  "id": "joigkrjq",
12766
12766
  "componentType": "Radio",
12767
- "mandatory": false,
12767
+ "isMandatory": false,
12768
12768
  "page": "123",
12769
12769
  "label": {
12770
12770
  "value": "\"➡ \" || \"Plus précisément, où comptez-vous vivre ?\"",
@@ -12814,7 +12814,7 @@
12814
12814
  {
12815
12815
  "id": "joigdh1o",
12816
12816
  "componentType": "Radio",
12817
- "mandatory": false,
12817
+ "isMandatory": false,
12818
12818
  "page": "124",
12819
12819
  "label": {
12820
12820
  "value": "\"➡ \" || \"Plus précisément, où comptez-vous vivre ?\"",
@@ -12884,7 +12884,7 @@
12884
12884
  {
12885
12885
  "id": "joigr611",
12886
12886
  "componentType": "Radio",
12887
- "mandatory": false,
12887
+ "isMandatory": false,
12888
12888
  "page": "125",
12889
12889
  "label": {
12890
12890
  "value": "\"➡ \" || \"Quel type de logement envisagez-vous d’occuper ?\"",
@@ -12947,7 +12947,7 @@
12947
12947
  {
12948
12948
  "id": "joigyk2a",
12949
12949
  "componentType": "Radio",
12950
- "mandatory": false,
12950
+ "isMandatory": false,
12951
12951
  "page": "126",
12952
12952
  "label": {
12953
12953
  "value": "\"➡ \" || \"Par rapport à votre logement actuel, quelle serait la taille du logement que vous envisagez d’occuper ?\"",
@@ -12999,7 +12999,7 @@
12999
12999
  {
13000
13000
  "id": "joigwqiq",
13001
13001
  "componentType": "Radio",
13002
- "mandatory": false,
13002
+ "isMandatory": false,
13003
13003
  "page": "127",
13004
13004
  "label": {
13005
13005
  "value": "\"➡ \" || \"Dans votre futur logement, quel statut d’occupation envisagez-vous ?\"",
@@ -13051,7 +13051,7 @@
13051
13051
  {
13052
13052
  "id": "joigrs80",
13053
13053
  "componentType": "InputNumber",
13054
- "mandatory": false,
13054
+ "isMandatory": false,
13055
13055
  "page": "128",
13056
13056
  "min": 1,
13057
13057
  "max": 1.0e7,
@@ -13129,7 +13129,7 @@
13129
13129
  {
13130
13130
  "id": "joigx4x8",
13131
13131
  "componentType": "InputNumber",
13132
- "mandatory": false,
13132
+ "isMandatory": false,
13133
13133
  "page": "129",
13134
13134
  "min": 1,
13135
13135
  "max": 1.0e7,
@@ -13196,7 +13196,7 @@
13196
13196
  {
13197
13197
  "id": "joih1sgy",
13198
13198
  "componentType": "Radio",
13199
- "mandatory": false,
13199
+ "isMandatory": false,
13200
13200
  "page": "130",
13201
13201
  "label": {
13202
13202
  "value": "\"➡ \" || \"Où en êtes-vous de vos démarches ?\"",
@@ -13263,7 +13263,7 @@
13263
13263
  {
13264
13264
  "id": "joigwfan",
13265
13265
  "componentType": "Radio",
13266
- "mandatory": false,
13266
+ "isMandatory": false,
13267
13267
  "page": "131",
13268
13268
  "label": {
13269
13269
  "value": "\"➡ \" || \"Quand envisagez-vous de quitter votre logement ?\"",
@@ -13326,7 +13326,7 @@
13326
13326
  {
13327
13327
  "id": "knk8j9xd",
13328
13328
  "componentType": "Radio",
13329
- "mandatory": false,
13329
+ "isMandatory": false,
13330
13330
  "page": "132",
13331
13331
  "label": {
13332
13332
  "value": "\"➡ \" || \"Pourquoi n’avez vous pas déposé de demande HLM ?\"",
@@ -13784,7 +13784,7 @@
13784
13784
  {
13785
13785
  "id": "kqr0kx1e",
13786
13786
  "componentType": "Radio",
13787
- "mandatory": false,
13787
+ "isMandatory": false,
13788
13788
  "page": "134.2",
13789
13789
  "label": {
13790
13790
  "value": "\"➡ \" || \"Comment la chambre d’hôtel était-elle payée ?\"",
@@ -13859,7 +13859,7 @@
13859
13859
  {
13860
13860
  "id": "kpb8b0vw",
13861
13861
  "componentType": "Radio",
13862
- "mandatory": false,
13862
+ "isMandatory": false,
13863
13863
  "page": "134.3",
13864
13864
  "label": {
13865
13865
  "value": "\"➡ \" || \"Était-ce un centre d’hébergement pour demandeurs d’asile ou réfugiés ?\"",
@@ -13911,7 +13911,7 @@
13911
13911
  {
13912
13912
  "id": "joio5w41",
13913
13913
  "componentType": "Radio",
13914
- "mandatory": false,
13914
+ "isMandatory": false,
13915
13915
  "page": "134.4",
13916
13916
  "label": {
13917
13917
  "value": "\"➡ \" || \"Combien de situations de ce type \" || (if (PRENOM=PRENOMREF) then \"avez-vous\" else PRENOM || \" a-t-\" || LIB_SUJET) || \" connues ?\"",
@@ -13979,7 +13979,7 @@
13979
13979
  {
13980
13980
  "id": "joioebt6",
13981
13981
  "componentType": "Radio",
13982
- "mandatory": false,
13982
+ "isMandatory": false,
13983
13983
  "page": "134.5",
13984
13984
  "label": {
13985
13985
  "value": "\"➡ \" || \"Combien de temps au total \" || (if (PRENOM=PRENOMREF) then \"avez-vous\" else PRENOM || \" a-t-\" || LIB_SUJET) || \" été dans \" || libSDT || \" ?\"",
@@ -14073,7 +14073,7 @@
14073
14073
  {
14074
14074
  "id": "kudultmi",
14075
14075
  "componentType": "Radio",
14076
- "mandatory": false,
14076
+ "isMandatory": false,
14077
14077
  "page": "134.6",
14078
14078
  "label": {
14079
14079
  "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 ?\"",
@@ -14191,7 +14191,7 @@
14191
14191
  {
14192
14192
  "id": "joo0yx5k",
14193
14193
  "componentType": "Dropdown",
14194
- "mandatory": false,
14194
+ "isMandatory": false,
14195
14195
  "page": "134.7",
14196
14196
  "label": {
14197
14197
  "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 ?\" ))",
@@ -14869,7 +14869,7 @@
14869
14869
  {
14870
14870
  "id": "joo1m3x2",
14871
14871
  "componentType": "Radio",
14872
- "mandatory": false,
14872
+ "isMandatory": false,
14873
14873
  "page": "134.8",
14874
14874
  "label": {
14875
14875
  "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é ?\"",
@@ -14961,7 +14961,7 @@
14961
14961
  {
14962
14962
  "id": "kudvobyc",
14963
14963
  "componentType": "Radio",
14964
- "mandatory": false,
14964
+ "isMandatory": false,
14965
14965
  "page": "134.9",
14966
14966
  "label": {
14967
14967
  "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 ?\"",
@@ -15079,7 +15079,7 @@
15079
15079
  {
15080
15080
  "id": "kudvxpft",
15081
15081
  "componentType": "Dropdown",
15082
- "mandatory": false,
15082
+ "isMandatory": false,
15083
15083
  "page": "134.10",
15084
15084
  "label": {
15085
15085
  "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 ?\" )",
@@ -15756,7 +15756,7 @@
15756
15756
  {
15757
15757
  "id": "kudwrcyp",
15758
15758
  "componentType": "Radio",
15759
- "mandatory": false,
15759
+ "isMandatory": false,
15760
15760
  "page": "134.11",
15761
15761
  "label": {
15762
15762
  "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é ?\"",
@@ -16264,7 +16264,7 @@
16264
16264
  {
16265
16265
  "id": "jopgtrq1",
16266
16266
  "componentType": "Radio",
16267
- "mandatory": false,
16267
+ "isMandatory": false,
16268
16268
  "page": "139",
16269
16269
  "label": {
16270
16270
  "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 ?\"",
@@ -16330,7 +16330,7 @@
16330
16330
  {
16331
16331
  "id": "jopgvwb0",
16332
16332
  "componentType": "Radio",
16333
- "mandatory": false,
16333
+ "isMandatory": false,
16334
16334
  "page": "140",
16335
16335
  "label": {
16336
16336
  "value": "\"➡ \" || \"Comment aviez-vous fait l’acquisition de ce logement maintenant vendu ?\"",
@@ -16404,7 +16404,7 @@
16404
16404
  {
16405
16405
  "id": "jopgzovi",
16406
16406
  "componentType": "Radio",
16407
- "mandatory": false,
16407
+ "isMandatory": false,
16408
16408
  "page": "141",
16409
16409
  "label": {
16410
16410
  "value": "\"➡ \" || libVFLA || \" était-il votre résidence principale ?\"",
@@ -16463,7 +16463,7 @@
16463
16463
  {
16464
16464
  "id": "koeabibm",
16465
16465
  "componentType": "Radio",
16466
- "mandatory": false,
16466
+ "isMandatory": false,
16467
16467
  "page": "142",
16468
16468
  "label": {
16469
16469
  "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. ?\"",
@@ -16518,7 +16518,7 @@
16518
16518
  {
16519
16519
  "id": "joph9za3",
16520
16520
  "componentType": "Radio",
16521
- "mandatory": false,
16521
+ "isMandatory": false,
16522
16522
  "page": "143",
16523
16523
  "label": {
16524
16524
  "value": "\"➡ \" || \"Par rapport au prix du \" || libVBILLOG1 || \", comment était le prix du \" || libVBILLOG2 || \" ?\"",
@@ -16597,7 +16597,7 @@
16597
16597
  {
16598
16598
  "id": "jopkquw3",
16599
16599
  "componentType": "Radio",
16600
- "mandatory": false,
16600
+ "isMandatory": false,
16601
16601
  "page": "144",
16602
16602
  "label": {
16603
16603
  "value": "\"➡ \" || \"Où habitiez-vous le 1er \" || libMOISENQ || \" \" || cast(ANNEENQmoins4,string) || \" ?\"",
@@ -16690,7 +16690,7 @@
16690
16690
  {
16691
16691
  "id": "jopl7p41",
16692
16692
  "componentType": "Dropdown",
16693
- "mandatory": false,
16693
+ "isMandatory": false,
16694
16694
  "page": "145",
16695
16695
  "label": {
16696
16696
  "value": "\"➡ \" || \"Dans quelle commune habitiez-vous le 1er \" || libMOISENQ || \" \" || cast(ANNEENQmoins4,string) || \" ?\"",
@@ -16758,7 +16758,7 @@
16758
16758
  {
16759
16759
  "id": "joplihpv",
16760
16760
  "componentType": "Dropdown",
16761
- "mandatory": false,
16761
+ "isMandatory": false,
16762
16762
  "page": "146",
16763
16763
  "label": {
16764
16764
  "value": "\"➡ \" || \"Dans quel département habitiez-vous le 1er \" || libMOISENQ || \" \" || cast(ANNEENQmoins4,string) || \" ?\"",
@@ -16827,7 +16827,7 @@
16827
16827
  {
16828
16828
  "id": "joplkxrd",
16829
16829
  "componentType": "Input",
16830
- "mandatory": false,
16830
+ "isMandatory": false,
16831
16831
  "page": "147",
16832
16832
  "maxLength": 30,
16833
16833
  "label": {
@@ -16875,7 +16875,7 @@
16875
16875
  {
16876
16876
  "id": "jopldlvn",
16877
16877
  "componentType": "Input",
16878
- "mandatory": false,
16878
+ "isMandatory": false,
16879
16879
  "page": "148",
16880
16880
  "maxLength": 30,
16881
16881
  "label": {
@@ -16938,7 +16938,7 @@
16938
16938
  {
16939
16939
  "id": "joplorns",
16940
16940
  "componentType": "Radio",
16941
- "mandatory": false,
16941
+ "isMandatory": false,
16942
16942
  "page": "149",
16943
16943
  "label": {
16944
16944
  "value": "\"➡ \" || \"Au 1er \" || libMOISENQ || \" \" || cast(ANNEENQmoins4,string) || \", quelle était votre situation ?\"",
@@ -17010,7 +17010,7 @@
17010
17010
  {
17011
17011
  "id": "joplzrmo",
17012
17012
  "componentType": "Radio",
17013
- "mandatory": false,
17013
+ "isMandatory": false,
17014
17014
  "page": "150",
17015
17015
  "label": {
17016
17016
  "value": "\"➡ \" || \"Au 1er \" || libMOISENQ || \" \" || cast(ANNEENQmoins4,string) || \", comment votre ménage occupait-il ce logement ?\"",
@@ -17100,7 +17100,7 @@
17100
17100
  {
17101
17101
  "id": "jopri4xh",
17102
17102
  "componentType": "Radio",
17103
- "mandatory": false,
17103
+ "isMandatory": false,
17104
17104
  "page": "151",
17105
17105
  "label": {
17106
17106
  "value": "\"➡ \" || \"Quel était le régime juridique du loyer ?\"",
@@ -17176,7 +17176,7 @@
17176
17176
  {
17177
17177
  "id": "joprsm9u",
17178
17178
  "componentType": "InputNumber",
17179
- "mandatory": false,
17179
+ "isMandatory": false,
17180
17180
  "page": "152",
17181
17181
  "min": 0,
17182
17182
  "max": 1.0e6,
@@ -17270,7 +17270,7 @@
17270
17270
  {
17271
17271
  "id": "joprlyql",
17272
17272
  "componentType": "Radio",
17273
- "mandatory": false,
17273
+ "isMandatory": false,
17274
17274
  "page": "153",
17275
17275
  "label": {
17276
17276
  "value": "\"➡ \" || \"Bénéficiez-vous au 1er \" || libMOISENQ || \" \" || cast(ANNEENQmoins4,string) || \" de l’allocation logement ou de l’aide personnalisée au logement (APL) ?\"",
@@ -17331,7 +17331,7 @@
17331
17331
  {
17332
17332
  "id": "joprp441",
17333
17333
  "componentType": "InputNumber",
17334
- "mandatory": false,
17334
+ "isMandatory": false,
17335
17335
  "page": "154",
17336
17336
  "min": 1,
17337
17337
  "max": 24,
@@ -17422,7 +17422,7 @@
17422
17422
  {
17423
17423
  "id": "jopruzlo",
17424
17424
  "componentType": "Radio",
17425
- "mandatory": false,
17425
+ "isMandatory": false,
17426
17426
  "page": "155",
17427
17427
  "label": {
17428
17428
  "value": "\"➡ \" || \"À quoi correspondait le logement occupé au 1er \" || libMOISENQ || \" \" || cast(ANNEENQmoins4,string) || \" ?\"",
@@ -17492,7 +17492,7 @@
17492
17492
  {
17493
17493
  "id": "jopsc29x",
17494
17494
  "componentType": "InputNumber",
17495
- "mandatory": false,
17495
+ "isMandatory": false,
17496
17496
  "page": "156",
17497
17497
  "min": 1,
17498
17498
  "max": 999,
@@ -17559,7 +17559,7 @@
17559
17559
  {
17560
17560
  "id": "jops4c0x",
17561
17561
  "componentType": "InputNumber",
17562
- "mandatory": false,
17562
+ "isMandatory": false,
17563
17563
  "page": "157",
17564
17564
  "min": 1,
17565
17565
  "max": 20,
@@ -17640,7 +17640,7 @@
17640
17640
  {
17641
17641
  "id": "jopsjl1n",
17642
17642
  "componentType": "InputNumber",
17643
- "mandatory": false,
17643
+ "isMandatory": false,
17644
17644
  "page": "158",
17645
17645
  "min": 0,
17646
17646
  "max": 100,
@@ -17720,7 +17720,7 @@
17720
17720
  {
17721
17721
  "id": "jopsiigq",
17722
17722
  "componentType": "Radio",
17723
- "mandatory": false,
17723
+ "isMandatory": false,
17724
17724
  "page": "159",
17725
17725
  "label": {
17726
17726
  "value": "\"➡ \" || \"Quelle était votre situation professionnelle au 1er \" || libMOISENQ || \" \" || cast(ANNEENQmoins4,string) || \" ?\"",
@@ -17843,7 +17843,7 @@
17843
17843
  {
17844
17844
  "id": "jopsrdb3",
17845
17845
  "componentType": "InputNumber",
17846
- "mandatory": false,
17846
+ "isMandatory": false,
17847
17847
  "page": "160",
17848
17848
  "min": 0,
17849
17849
  "max": 9,
@@ -17914,7 +17914,7 @@
17914
17914
  {
17915
17915
  "id": "joptkb9d",
17916
17916
  "componentType": "Radio",
17917
- "mandatory": false,
17917
+ "isMandatory": false,
17918
17918
  "page": "161",
17919
17919
  "label": {
17920
17920
  "value": "\"➡ \" || \"Juste avant d’habiter dans votre logement actuel, où résidiez-vous ?\"",
@@ -17982,7 +17982,7 @@
17982
17982
  {
17983
17983
  "id": "jopu7wfr",
17984
17984
  "componentType": "Radio",
17985
- "mandatory": false,
17985
+ "isMandatory": false,
17986
17986
  "page": "162",
17987
17987
  "label": {
17988
17988
  "value": "\"➡ \" || \"Avant d’occuper votre logement actuel, quelle était votre situation ?\"",
@@ -18065,7 +18065,7 @@
18065
18065
  {
18066
18066
  "id": "jopua1hn",
18067
18067
  "componentType": "Radio",
18068
- "mandatory": false,
18068
+ "isMandatory": false,
18069
18069
  "page": "163",
18070
18070
  "label": {
18071
18071
  "value": "\"➡ \" || \"Comment votre ménage occupait-il le précédent logement ?\"",
@@ -18154,7 +18154,7 @@
18154
18154
  {
18155
18155
  "id": "jopuofnr",
18156
18156
  "componentType": "Radio",
18157
- "mandatory": false,
18157
+ "isMandatory": false,
18158
18158
  "page": "164",
18159
18159
  "label": {
18160
18160
  "value": "\"➡ \" || \"Quel était le régime juridique du loyer ?\"",
@@ -18264,7 +18264,7 @@
18264
18264
  {
18265
18265
  "id": "jopuhzbr",
18266
18266
  "componentType": "Radio",
18267
- "mandatory": false,
18267
+ "isMandatory": false,
18268
18268
  "page": "165",
18269
18269
  "label": {
18270
18270
  "value": "\"➡ \" || \"À quoi correspondait votre précédent logement ?\"",
@@ -18329,7 +18329,7 @@
18329
18329
  {
18330
18330
  "id": "jopukm75",
18331
18331
  "componentType": "InputNumber",
18332
- "mandatory": false,
18332
+ "isMandatory": false,
18333
18333
  "page": "166",
18334
18334
  "min": 1,
18335
18335
  "max": 997,
@@ -18391,7 +18391,7 @@
18391
18391
  {
18392
18392
  "id": "joputbjc",
18393
18393
  "componentType": "InputNumber",
18394
- "mandatory": false,
18394
+ "isMandatory": false,
18395
18395
  "page": "167",
18396
18396
  "min": 1,
18397
18397
  "max": 20,
@@ -19009,7 +19009,7 @@
19009
19009
  {
19010
19010
  "id": "kp55gaf4",
19011
19011
  "componentType": "Radio",
19012
- "mandatory": false,
19012
+ "isMandatory": false,
19013
19013
  "page": "173",
19014
19014
  "label": {
19015
19015
  "value": "\"➡ \" || \"Comment est votre état de santé en général ?\"",
@@ -19046,7 +19046,7 @@
19046
19046
  {
19047
19047
  "id": "kp56b045",
19048
19048
  "componentType": "Radio",
19049
- "mandatory": false,
19049
+ "isMandatory": false,
19050
19050
  "page": "174",
19051
19051
  "label": {
19052
19052
  "value": "\"➡ \" || \"Avez-vous une maladie ou un problème de santé qui soit chronique ou de caractère durable ?\"",
@@ -19088,7 +19088,7 @@
19088
19088
  {
19089
19089
  "id": "kp56ml0f",
19090
19090
  "componentType": "Radio",
19091
- "mandatory": false,
19091
+ "isMandatory": false,
19092
19092
  "page": "175",
19093
19093
  "label": {
19094
19094
  "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 ?\"",
@@ -19196,7 +19196,7 @@
19196
19196
  {
19197
19197
  "id": "kp56qgdl",
19198
19198
  "componentType": "Radio",
19199
- "mandatory": false,
19199
+ "isMandatory": false,
19200
19200
  "page": "176.1",
19201
19201
  "label": {
19202
19202
  "value": "\"➡ \" || \"Comment est l’état de santé de \" || PRENOM || \" en général ?\"",
@@ -19252,7 +19252,7 @@
19252
19252
  {
19253
19253
  "id": "kp56xi4v",
19254
19254
  "componentType": "Radio",
19255
- "mandatory": false,
19255
+ "isMandatory": false,
19256
19256
  "page": "176.2",
19257
19257
  "label": {
19258
19258
  "value": "\"➡ \" || PRENOM || \" a-t-\" || LIB_SUJET || \" une maladie ou un problème de santé qui soit chronique ou de caractère durable ?\"",
@@ -19305,7 +19305,7 @@
19305
19305
  {
19306
19306
  "id": "kp5712k1",
19307
19307
  "componentType": "Radio",
19308
- "mandatory": false,
19308
+ "isMandatory": false,
19309
19309
  "page": "176.3",
19310
19310
  "label": {
19311
19311
  "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 ?\"",
@@ -19401,7 +19401,7 @@
19401
19401
  {
19402
19402
  "id": "kp59rky6",
19403
19403
  "componentType": "Radio",
19404
- "mandatory": false,
19404
+ "isMandatory": false,
19405
19405
  "page": "177",
19406
19406
  "label": {
19407
19407
  "value": "\"➡ \" || \"Où est né votre père ?\"",
@@ -19465,7 +19465,7 @@
19465
19465
  {
19466
19466
  "id": "kp59rmtt",
19467
19467
  "componentType": "Dropdown",
19468
- "mandatory": false,
19468
+ "isMandatory": false,
19469
19469
  "page": "178",
19470
19470
  "label": {
19471
19471
  "value": "\"➡ \" || \"Dans quel pays est né votre père ?\"",
@@ -19614,7 +19614,7 @@
19614
19614
  {
19615
19615
  "id": "kp59tm8h",
19616
19616
  "componentType": "Radio",
19617
- "mandatory": false,
19617
+ "isMandatory": false,
19618
19618
  "page": "180",
19619
19619
  "label": {
19620
19620
  "value": "\"➡ \" || \"Où est née votre mère ?\"",
@@ -19667,7 +19667,7 @@
19667
19667
  {
19668
19668
  "id": "kp59nici",
19669
19669
  "componentType": "Dropdown",
19670
- "mandatory": false,
19670
+ "isMandatory": false,
19671
19671
  "page": "181",
19672
19672
  "label": {
19673
19673
  "value": "\"➡ \" || \"Dans quel pays est née votre mère ?\"",
@@ -19862,7 +19862,7 @@
19862
19862
  {
19863
19863
  "id": "kp5apvf3",
19864
19864
  "componentType": "Radio",
19865
- "mandatory": false,
19865
+ "isMandatory": false,
19866
19866
  "page": "184",
19867
19867
  "label": {
19868
19868
  "value": "\"➡ \" || \"Vous ou une autre personne de votre ménage, décrochez-vous lorsque votre téléphone fixe sonne ?\"",
@@ -19938,7 +19938,7 @@
19938
19938
  {
19939
19939
  "id": "kp5au0iu",
19940
19940
  "componentType": "Radio",
19941
- "mandatory": false,
19941
+ "isMandatory": false,
19942
19942
  "page": "185",
19943
19943
  "label": {
19944
19944
  "value": "\"➡ \" || \"Décrochez-vous lorsque votre téléphone mobile sonne ?\"",
@@ -20014,7 +20014,7 @@
20014
20014
  {
20015
20015
  "id": "kp5bjbzg",
20016
20016
  "componentType": "Radio",
20017
- "mandatory": false,
20017
+ "isMandatory": false,
20018
20018
  "page": "186",
20019
20019
  "label": {
20020
20020
  "value": "\"➡ \" || \"Comment avez-vous utilisé Internet, au cours des trois derniers mois, en moyenne ?\"",
@@ -20119,7 +20119,7 @@
20119
20119
  {
20120
20120
  "id": "kbamkrlv",
20121
20121
  "componentType": "Radio",
20122
- "mandatory": false,
20122
+ "isMandatory": false,
20123
20123
  "page": "187",
20124
20124
  "label": {
20125
20125
  "value": "\"➡ \" || \"Les courriers que nous vous envoyons dans le cadre de cette enquête sont adressés à : \" || libCHGNC || \". Cela vous convient-il ?\"",
@@ -20158,7 +20158,7 @@
20158
20158
  {
20159
20159
  "id": "kbaxq9l0",
20160
20160
  "componentType": "Radio",
20161
- "mandatory": false,
20161
+ "isMandatory": false,
20162
20162
  "page": "188",
20163
20163
  "label": {
20164
20164
  "value": "\"➡ \" || \"Civilité du \" || if (not(isnull(NOMVOUS_D2)) and NOMVOUS_D2<>\"\") then \"premier destinataire :\" else \" destinataire :\"",
@@ -20208,7 +20208,7 @@
20208
20208
  {
20209
20209
  "id": "kr0fw3n6",
20210
20210
  "componentType": "Input",
20211
- "mandatory": false,
20211
+ "isMandatory": false,
20212
20212
  "page": "189",
20213
20213
  "maxLength": 20,
20214
20214
  "label": {
@@ -20243,7 +20243,7 @@
20243
20243
  {
20244
20244
  "id": "kr0fn06f",
20245
20245
  "componentType": "Input",
20246
- "mandatory": false,
20246
+ "isMandatory": false,
20247
20247
  "page": "190",
20248
20248
  "maxLength": 40,
20249
20249
  "label": {
@@ -20278,7 +20278,7 @@
20278
20278
  {
20279
20279
  "id": "kwjivaa1",
20280
20280
  "componentType": "Radio",
20281
- "mandatory": false,
20281
+ "isMandatory": false,
20282
20282
  "page": "191",
20283
20283
  "label": {
20284
20284
  "value": "\"➡ \" || \"Souhaitez-vous ajouter un deuxième destinataire au courrier que nous vous envoyons ?\"",
@@ -20317,7 +20317,7 @@
20317
20317
  {
20318
20318
  "id": "kr0fr82y",
20319
20319
  "componentType": "Radio",
20320
- "mandatory": false,
20320
+ "isMandatory": false,
20321
20321
  "page": "192",
20322
20322
  "label": {
20323
20323
  "value": "\"➡ \" || \"Civilité du deuxième destinataire :\"",
@@ -20373,7 +20373,7 @@
20373
20373
  {
20374
20374
  "id": "kbbzjgn8",
20375
20375
  "componentType": "Input",
20376
- "mandatory": false,
20376
+ "isMandatory": false,
20377
20377
  "page": "193",
20378
20378
  "maxLength": 20,
20379
20379
  "label": {
@@ -20414,7 +20414,7 @@
20414
20414
  {
20415
20415
  "id": "kbbzhtx3",
20416
20416
  "componentType": "Input",
20417
- "mandatory": false,
20417
+ "isMandatory": false,
20418
20418
  "page": "194",
20419
20419
  "maxLength": 40,
20420
20420
  "label": {
@@ -20482,7 +20482,7 @@
20482
20482
  {
20483
20483
  "id": "kbay0xfi",
20484
20484
  "componentType": "Input",
20485
- "mandatory": false,
20485
+ "isMandatory": false,
20486
20486
  "page": "195",
20487
20487
  "maxLength": 10,
20488
20488
  "label": {