@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
|
@@ -36,7 +36,7 @@
|
|
|
36
36
|
{
|
|
37
37
|
"id": "kkxuu8ov",
|
|
38
38
|
"componentType": "Input",
|
|
39
|
-
"
|
|
39
|
+
"isMandatory": false,
|
|
40
40
|
"page": "2",
|
|
41
41
|
"maxLength": 80,
|
|
42
42
|
"label": {
|
|
@@ -71,7 +71,7 @@
|
|
|
71
71
|
{
|
|
72
72
|
"id": "kkxv0qgj",
|
|
73
73
|
"componentType": "Input",
|
|
74
|
-
"
|
|
74
|
+
"isMandatory": false,
|
|
75
75
|
"page": "2",
|
|
76
76
|
"maxLength": 249,
|
|
77
77
|
"label": {
|
|
@@ -106,7 +106,7 @@
|
|
|
106
106
|
{
|
|
107
107
|
"id": "l8twtrc9",
|
|
108
108
|
"componentType": "Input",
|
|
109
|
-
"
|
|
109
|
+
"isMandatory": false,
|
|
110
110
|
"page": "2",
|
|
111
111
|
"maxLength": 4,
|
|
112
112
|
"label": { "value": "\"➡ 3. \" || \"N°\"", "type": "VTL|MD" },
|
|
@@ -146,7 +146,7 @@
|
|
|
146
146
|
{
|
|
147
147
|
"id": "l8twwcvn",
|
|
148
148
|
"componentType": "Input",
|
|
149
|
-
"
|
|
149
|
+
"isMandatory": false,
|
|
150
150
|
"page": "2",
|
|
151
151
|
"maxLength": 4,
|
|
152
152
|
"label": { "value": "\"➡ 4. \" || \"Bis, ...\"", "type": "VTL|MD" },
|
|
@@ -175,7 +175,7 @@
|
|
|
175
175
|
{
|
|
176
176
|
"id": "l8twyzo4",
|
|
177
177
|
"componentType": "Input",
|
|
178
|
-
"
|
|
178
|
+
"isMandatory": false,
|
|
179
179
|
"page": "2",
|
|
180
180
|
"maxLength": 27,
|
|
181
181
|
"label": { "value": "\"➡ 5. \" || \"Rue, Av, ...\"", "type": "VTL|MD" },
|
|
@@ -204,7 +204,7 @@
|
|
|
204
204
|
{
|
|
205
205
|
"id": "l8twy1k6",
|
|
206
206
|
"componentType": "Input",
|
|
207
|
-
"
|
|
207
|
+
"isMandatory": false,
|
|
208
208
|
"page": "2",
|
|
209
209
|
"maxLength": 80,
|
|
210
210
|
"label": {
|
|
@@ -236,7 +236,7 @@
|
|
|
236
236
|
{
|
|
237
237
|
"id": "l8tx81u3",
|
|
238
238
|
"componentType": "Input",
|
|
239
|
-
"
|
|
239
|
+
"isMandatory": false,
|
|
240
240
|
"page": "2",
|
|
241
241
|
"maxLength": 40,
|
|
242
242
|
"label": {
|
|
@@ -268,7 +268,7 @@
|
|
|
268
268
|
{
|
|
269
269
|
"id": "l8tx1vsp",
|
|
270
270
|
"componentType": "Input",
|
|
271
|
-
"
|
|
271
|
+
"isMandatory": false,
|
|
272
272
|
"page": "2",
|
|
273
273
|
"maxLength": 20,
|
|
274
274
|
"label": { "value": "\"➡ 8. \" || \"Bâtiment\"", "type": "VTL|MD" },
|
|
@@ -297,7 +297,7 @@
|
|
|
297
297
|
{
|
|
298
298
|
"id": "l8txj55d",
|
|
299
299
|
"componentType": "Input",
|
|
300
|
-
"
|
|
300
|
+
"isMandatory": false,
|
|
301
301
|
"page": "2",
|
|
302
302
|
"maxLength": 10,
|
|
303
303
|
"label": { "value": "\"➡ 9. \" || \"Escalier\"", "type": "VTL|MD" },
|
|
@@ -326,7 +326,7 @@
|
|
|
326
326
|
{
|
|
327
327
|
"id": "l8txiop1",
|
|
328
328
|
"componentType": "Input",
|
|
329
|
-
"
|
|
329
|
+
"isMandatory": false,
|
|
330
330
|
"page": "2",
|
|
331
331
|
"maxLength": 3,
|
|
332
332
|
"label": { "value": "\"➡ 10. \" || \"Étage\"", "type": "VTL|MD" },
|
|
@@ -355,7 +355,7 @@
|
|
|
355
355
|
{
|
|
356
356
|
"id": "l8txsdqj",
|
|
357
357
|
"componentType": "Input",
|
|
358
|
-
"
|
|
358
|
+
"isMandatory": false,
|
|
359
359
|
"page": "2",
|
|
360
360
|
"maxLength": 40,
|
|
361
361
|
"label": {
|
|
@@ -387,7 +387,7 @@
|
|
|
387
387
|
{
|
|
388
388
|
"id": "l8txcnai",
|
|
389
389
|
"componentType": "Input",
|
|
390
|
-
"
|
|
390
|
+
"isMandatory": false,
|
|
391
391
|
"page": "2",
|
|
392
392
|
"maxLength": 5,
|
|
393
393
|
"label": { "value": "\"➡ 12. \" || \"Code postal\"", "type": "VTL|MD" },
|
|
@@ -416,7 +416,7 @@
|
|
|
416
416
|
{
|
|
417
417
|
"id": "l8txo3fk",
|
|
418
418
|
"componentType": "Input",
|
|
419
|
-
"
|
|
419
|
+
"isMandatory": false,
|
|
420
420
|
"page": "2",
|
|
421
421
|
"maxLength": 80,
|
|
422
422
|
"label": {
|
|
@@ -469,7 +469,7 @@
|
|
|
469
469
|
{
|
|
470
470
|
"id": "klqmzxr4",
|
|
471
471
|
"componentType": "Radio",
|
|
472
|
-
"
|
|
472
|
+
"isMandatory": false,
|
|
473
473
|
"page": "4",
|
|
474
474
|
"label": {
|
|
475
475
|
"value": "\"➡ 14. \" || \"Quel est le type de logement ?\"",
|
|
@@ -536,7 +536,7 @@
|
|
|
536
536
|
{
|
|
537
537
|
"id": "klqmu096",
|
|
538
538
|
"componentType": "Radio",
|
|
539
|
-
"
|
|
539
|
+
"isMandatory": false,
|
|
540
540
|
"page": "4",
|
|
541
541
|
"label": {
|
|
542
542
|
"value": "\"➡ 15. \" || \"Ce logement est-il desservi par un ascenseur ?\"",
|
|
@@ -578,7 +578,7 @@
|
|
|
578
578
|
{
|
|
579
579
|
"id": "klqn2o7t",
|
|
580
580
|
"componentType": "Radio",
|
|
581
|
-
"
|
|
581
|
+
"isMandatory": false,
|
|
582
582
|
"page": "5",
|
|
583
583
|
"label": {
|
|
584
584
|
"value": "\"➡ 16. \" || \"Quelle est l’année d’achèvement de la construction de la maison ou de l’immeuble ?\"",
|
|
@@ -655,7 +655,7 @@
|
|
|
655
655
|
{
|
|
656
656
|
"id": "klqn3zmk",
|
|
657
657
|
"componentType": "InputNumber",
|
|
658
|
-
"
|
|
658
|
+
"isMandatory": false,
|
|
659
659
|
"page": "6",
|
|
660
660
|
"min": 2006,
|
|
661
661
|
"max": 2023,
|
|
@@ -714,7 +714,7 @@
|
|
|
714
714
|
{
|
|
715
715
|
"id": "klqncpes",
|
|
716
716
|
"componentType": "Input",
|
|
717
|
-
"
|
|
717
|
+
"isMandatory": false,
|
|
718
718
|
"page": "7",
|
|
719
719
|
"maxLength": 4,
|
|
720
720
|
"label": {
|
|
@@ -775,7 +775,7 @@
|
|
|
775
775
|
{
|
|
776
776
|
"id": "klqns4rj",
|
|
777
777
|
"componentType": "InputNumber",
|
|
778
|
-
"
|
|
778
|
+
"isMandatory": false,
|
|
779
779
|
"page": "8",
|
|
780
780
|
"min": 0,
|
|
781
781
|
"max": 200,
|
|
@@ -872,7 +872,7 @@
|
|
|
872
872
|
{
|
|
873
873
|
"id": "klqnxdxp",
|
|
874
874
|
"componentType": "Radio",
|
|
875
|
-
"
|
|
875
|
+
"isMandatory": false,
|
|
876
876
|
"page": "8",
|
|
877
877
|
"label": {
|
|
878
878
|
"value": "\"➡ 20. \" || \"Quelle est la surface de ce logement ?\"",
|
|
@@ -964,7 +964,7 @@
|
|
|
964
964
|
{
|
|
965
965
|
"id": "klqns2qd",
|
|
966
966
|
"componentType": "Radio",
|
|
967
|
-
"
|
|
967
|
+
"isMandatory": false,
|
|
968
968
|
"page": "9",
|
|
969
969
|
"label": { "value": "\"➡ 21. \" || \"Êtes-vous :\"", "type": "VTL|MD" },
|
|
970
970
|
"conditionFilter": { "value": "true", "type": "VTL" },
|
|
@@ -1029,7 +1029,7 @@
|
|
|
1029
1029
|
{
|
|
1030
1030
|
"id": "klqnr6f5",
|
|
1031
1031
|
"componentType": "Radio",
|
|
1032
|
-
"
|
|
1032
|
+
"isMandatory": false,
|
|
1033
1033
|
"page": "9",
|
|
1034
1034
|
"label": {
|
|
1035
1035
|
"value": "\"➡ 22. \" || \"Ce logement appartient-il à un organisme d’HLM ?\"",
|
|
@@ -1068,7 +1068,7 @@
|
|
|
1068
1068
|
{
|
|
1069
1069
|
"id": "klqobgcg",
|
|
1070
1070
|
"componentType": "Radio",
|
|
1071
|
-
"
|
|
1071
|
+
"isMandatory": false,
|
|
1072
1072
|
"page": "10",
|
|
1073
1073
|
"label": {
|
|
1074
1074
|
"value": "\"➡ 23. \" || \"Quelles sont les installations sanitaires de ce logement ?\"",
|
|
@@ -1125,7 +1125,7 @@
|
|
|
1125
1125
|
{
|
|
1126
1126
|
"id": "klqnzaud",
|
|
1127
1127
|
"componentType": "Radio",
|
|
1128
|
-
"
|
|
1128
|
+
"isMandatory": false,
|
|
1129
1129
|
"page": "11",
|
|
1130
1130
|
"label": {
|
|
1131
1131
|
"value": "\"➡ 24. \" || \"Quel est le principal moyen de chauffage de ce logement ?\"",
|
|
@@ -1193,7 +1193,7 @@
|
|
|
1193
1193
|
{
|
|
1194
1194
|
"id": "klqo6tay",
|
|
1195
1195
|
"componentType": "Radio",
|
|
1196
|
-
"
|
|
1196
|
+
"isMandatory": false,
|
|
1197
1197
|
"page": "11",
|
|
1198
1198
|
"label": {
|
|
1199
1199
|
"value": "\"➡ 25. \" || \"Quel est le combustible principal de chauffage ?\"",
|
|
@@ -1267,7 +1267,7 @@
|
|
|
1267
1267
|
{
|
|
1268
1268
|
"id": "klqor7p0",
|
|
1269
1269
|
"componentType": "Radio",
|
|
1270
|
-
"
|
|
1270
|
+
"isMandatory": false,
|
|
1271
1271
|
"page": "12",
|
|
1272
1272
|
"label": {
|
|
1273
1273
|
"value": "\"➡ 26. \" || \"De combien de voitures les habitants de ce logement disposent-ils ?\"",
|
|
@@ -1333,7 +1333,7 @@
|
|
|
1333
1333
|
{
|
|
1334
1334
|
"id": "klqolz63",
|
|
1335
1335
|
"componentType": "Radio",
|
|
1336
|
-
"
|
|
1336
|
+
"isMandatory": false,
|
|
1337
1337
|
"page": "12",
|
|
1338
1338
|
"label": {
|
|
1339
1339
|
"value": "\"➡ 27. \" || \"Disposez-vous d’un emplacement de stationnement réservé à votre usage personnel ?\"",
|
|
@@ -1566,7 +1566,7 @@
|
|
|
1566
1566
|
{
|
|
1567
1567
|
"id": "klqpfz6h",
|
|
1568
1568
|
"componentType": "Input",
|
|
1569
|
-
"
|
|
1569
|
+
"isMandatory": false,
|
|
1570
1570
|
"page": "14",
|
|
1571
1571
|
"maxLength": 50,
|
|
1572
1572
|
"label": { "value": "\"➡ 28. \" || \"Nom\"", "type": "VTL|MD" },
|
|
@@ -1595,7 +1595,7 @@
|
|
|
1595
1595
|
{
|
|
1596
1596
|
"id": "l4r3a6xc",
|
|
1597
1597
|
"componentType": "Input",
|
|
1598
|
-
"
|
|
1598
|
+
"isMandatory": false,
|
|
1599
1599
|
"page": "14",
|
|
1600
1600
|
"maxLength": 50,
|
|
1601
1601
|
"label": { "value": "\"➡ 29. \" || \"Prénom\"", "type": "VTL|MD" },
|
|
@@ -1625,7 +1625,7 @@
|
|
|
1625
1625
|
{
|
|
1626
1626
|
"id": "l4r3hyyi",
|
|
1627
1627
|
"componentType": "Radio",
|
|
1628
|
-
"
|
|
1628
|
+
"isMandatory": false,
|
|
1629
1629
|
"page": "14",
|
|
1630
1630
|
"label": { "value": "\"➡ 30. \" || \"Sexe\"", "type": "VTL|MD" },
|
|
1631
1631
|
"conditionFilter": { "value": "true", "type": "VTL" },
|
|
@@ -1659,7 +1659,7 @@
|
|
|
1659
1659
|
{
|
|
1660
1660
|
"id": "l4r33zxd",
|
|
1661
1661
|
"componentType": "Datepicker",
|
|
1662
|
-
"
|
|
1662
|
+
"isMandatory": false,
|
|
1663
1663
|
"page": "14",
|
|
1664
1664
|
"min": "1900-01-01",
|
|
1665
1665
|
"max": "2050-01-01",
|
|
@@ -1913,7 +1913,7 @@
|
|
|
1913
1913
|
{
|
|
1914
1914
|
"id": "l4si0s6m",
|
|
1915
1915
|
"componentType": "Radio",
|
|
1916
|
-
"
|
|
1916
|
+
"isMandatory": false,
|
|
1917
1917
|
"page": "35.1",
|
|
1918
1918
|
"label": {
|
|
1919
1919
|
"value": "\"➡ 33. \" || \"Est-ce que \" || (if (isnull(PRENOM)) then \"cet habitant\" else PRENOM) || \" \" || (if (isnull(NOM)) then \"\" else NOM) || \" vit dans ce logement de façon permanente la plus grande partie de l’année ?\"",
|
|
@@ -1949,7 +1949,7 @@
|
|
|
1949
1949
|
{
|
|
1950
1950
|
"id": "la1116gn",
|
|
1951
1951
|
"componentType": "Radio",
|
|
1952
|
-
"
|
|
1952
|
+
"isMandatory": false,
|
|
1953
1953
|
"page": "35.2",
|
|
1954
1954
|
"label": {
|
|
1955
1955
|
"value": "\"➡ 34. \" || \"Est-ce que \" || (if isnull(PRENOM) then \"cet habitant\" else PRENOM) || \" \" || (if isnull(NOM) then \"\" else NOM) || \" vit aussi dans un autre logement?\"",
|
|
@@ -1992,7 +1992,7 @@
|
|
|
1992
1992
|
{
|
|
1993
1993
|
"id": "la10e1vu",
|
|
1994
1994
|
"componentType": "Radio",
|
|
1995
|
-
"
|
|
1995
|
+
"isMandatory": false,
|
|
1996
1996
|
"page": "35.3",
|
|
1997
1997
|
"label": {
|
|
1998
1998
|
"value": "\"➡ 35. \" || \"Est-ce que \" || (if isnull(PRENOM) then \"cet habitant\" else PRENOM) || \" \" || (if isnull(NOM) then \"\" else NOM) || \" vit aussi dans un autre logement:\"",
|
|
@@ -2064,7 +2064,7 @@
|
|
|
2064
2064
|
{
|
|
2065
2065
|
"id": "l4shx8xq",
|
|
2066
2066
|
"componentType": "Radio",
|
|
2067
|
-
"
|
|
2067
|
+
"isMandatory": false,
|
|
2068
2068
|
"page": "35.4",
|
|
2069
2069
|
"label": {
|
|
2070
2070
|
"value": "\"➡ 36. \" || \"En raison de ses études, \" || (if isnull(PRENOM) then \"cet habitant\" else PRENOM) || \" \" || (if isnull(NOM) then \"\" else NOM)",
|
|
@@ -2124,7 +2124,7 @@
|
|
|
2124
2124
|
{
|
|
2125
2125
|
"id": "l4siaw4u",
|
|
2126
2126
|
"componentType": "Radio",
|
|
2127
|
-
"
|
|
2127
|
+
"isMandatory": false,
|
|
2128
2128
|
"page": "35.5",
|
|
2129
2129
|
"label": {
|
|
2130
2130
|
"value": "\"➡ 37. \" || \"Pour des raisons professionnelles, \" || (if isnull(PRENOM) then \"cet habitant\" else PRENOM) || \" \" || (if isnull(NOM) then \"\" else NOM)",
|
|
@@ -2183,7 +2183,7 @@
|
|
|
2183
2183
|
{
|
|
2184
2184
|
"id": "l4sif8zo",
|
|
2185
2185
|
"componentType": "Radio",
|
|
2186
|
-
"
|
|
2186
|
+
"isMandatory": false,
|
|
2187
2187
|
"page": "35.6",
|
|
2188
2188
|
"label": {
|
|
2189
2189
|
"value": "\"➡ 38. \" || \"Suite à une séparation ou un divorce, \" || (if (isnull(PRENOM)) then \"cet habitant\" else PRENOM) || \" \" || (if (isnull(NOM)) then \"\" else NOM) || \" [habite également chez son autre parent (père ou mère) et](. 'Il s’agit d’indiquer le temps moyen passé par l’enfant sur l’ensemble de l’année civile.'):\"",
|
|
@@ -2250,7 +2250,7 @@
|
|
|
2250
2250
|
{
|
|
2251
2251
|
"id": "l4sib0y2",
|
|
2252
2252
|
"componentType": "Radio",
|
|
2253
|
-
"
|
|
2253
|
+
"isMandatory": false,
|
|
2254
2254
|
"page": "35.7",
|
|
2255
2255
|
"label": {
|
|
2256
2256
|
"value": "\"➡ 39. \" || \"A-t-\" || LIB_ILELLE || \" dormi ici la nuit du début du recensement, [soit du dimanche 31 août au lundi 1 septembre](. 'En cas d’égalité de temps passé chez chacun de ses parents, l’enfant est recensé dans le logement où il a dormi la nuit du premier jour de la collecte, c’est-à-dire la nuit du dimanche 31 août au lundi 1 septembre. En effet, l’Insee utilise une règle pour définir chez lequel des deux parents un enfant doit être recensé pour éviter de compter deux fois le même enfant. Il n’y a dans cette règle, ni jugement de valeur, ni incidence sur la vie des parents ou celle des enfants puisque les questionnaires seront anonymisés dès la collecte terminée. La vocation de cette règle est purement statistique.') ?\"",
|
|
@@ -2298,7 +2298,7 @@
|
|
|
2298
2298
|
{
|
|
2299
2299
|
"id": "l4sijh95",
|
|
2300
2300
|
"componentType": "Radio",
|
|
2301
|
-
"
|
|
2301
|
+
"isMandatory": false,
|
|
2302
2302
|
"page": "35.8",
|
|
2303
2303
|
"label": {
|
|
2304
2304
|
"value": "\"➡ 40. \" || (if isnull(PRENOM) then \"cet habitant\" else PRENOM) || \" \" || (if isnull(NOM) then \"\" else NOM) || \" est dans une autre situation, car \" || LIB_ILELLE || \" :\"",
|
|
@@ -2519,7 +2519,7 @@
|
|
|
2519
2519
|
{
|
|
2520
2520
|
"id": "l4pt4wej",
|
|
2521
2521
|
"componentType": "Radio",
|
|
2522
|
-
"
|
|
2522
|
+
"isMandatory": false,
|
|
2523
2523
|
"page": "37.2",
|
|
2524
2524
|
"label": {
|
|
2525
2525
|
"value": "\"➡ 41. \" || \"[Quel est votre lieu de naissance ?](. 'Le lieu de naissance permet de savoir si les personnes vivent toujours dans le même département que celui de leur naissance. <br><br> Si vous êtes né dans une ancienne colonie ou un ancien département français, <br><br> veuillez cocher ’ né à l’étranger ’ et indiquer le nom actuel de l’ancienne colonie ou département. <br><br> Par exemple, si vous êtes né à Alger en 1948 alors ancien département français, <br><br> veuillez cocher « né à l’étranger » et indiquer dans les cases suivantes, Commune : Alger, Pays : Algérie. <br><br> Pour l’année d’arrivée en France, indiquez l’année d’arrivée en France métropolitaine, <br> <br> dans un DOM (La Réunion, Guadeloupe, Martinique, Guyane, Mayotte) ou dans une COM (Wallis et Futuna, Nouvelle-Calédonie, Polynésie Française, Saint-Martin, Saint-Barthélemy, Saint-Pierre-et-Miquelon.')\"",
|
|
@@ -2595,7 +2595,7 @@
|
|
|
2595
2595
|
{
|
|
2596
2596
|
"id": "l4siytrb",
|
|
2597
2597
|
"componentType": "Input",
|
|
2598
|
-
"
|
|
2598
|
+
"isMandatory": false,
|
|
2599
2599
|
"page": "37.3",
|
|
2600
2600
|
"maxLength": 249,
|
|
2601
2601
|
"label": {
|
|
@@ -2651,7 +2651,7 @@
|
|
|
2651
2651
|
{
|
|
2652
2652
|
"id": "l4sivtf2",
|
|
2653
2653
|
"componentType": "Suggester",
|
|
2654
|
-
"
|
|
2654
|
+
"isMandatory": false,
|
|
2655
2655
|
"page": "37.4",
|
|
2656
2656
|
"maxLength": 249,
|
|
2657
2657
|
"label": {
|
|
@@ -2711,7 +2711,7 @@
|
|
|
2711
2711
|
{
|
|
2712
2712
|
"id": "l4sjc30k",
|
|
2713
2713
|
"componentType": "Input",
|
|
2714
|
-
"
|
|
2714
|
+
"isMandatory": false,
|
|
2715
2715
|
"page": "37.5",
|
|
2716
2716
|
"maxLength": 249,
|
|
2717
2717
|
"label": {
|
|
@@ -2770,7 +2770,7 @@
|
|
|
2770
2770
|
{
|
|
2771
2771
|
"id": "l4sjeuhw",
|
|
2772
2772
|
"componentType": "Suggester",
|
|
2773
|
-
"
|
|
2773
|
+
"isMandatory": false,
|
|
2774
2774
|
"page": "37.6",
|
|
2775
2775
|
"label": {
|
|
2776
2776
|
"value": "\"➡ 45. \" || \"Indiquez le pays de naissance\"",
|
|
@@ -4048,7 +4048,7 @@
|
|
|
4048
4048
|
{
|
|
4049
4049
|
"id": "l4pt6jhk",
|
|
4050
4050
|
"componentType": "Input",
|
|
4051
|
-
"
|
|
4051
|
+
"isMandatory": false,
|
|
4052
4052
|
"page": "37.7",
|
|
4053
4053
|
"maxLength": 4,
|
|
4054
4054
|
"label": {
|
|
@@ -4098,7 +4098,7 @@
|
|
|
4098
4098
|
{
|
|
4099
4099
|
"id": "l4qqmjj7",
|
|
4100
4100
|
"componentType": "Radio",
|
|
4101
|
-
"
|
|
4101
|
+
"isMandatory": false,
|
|
4102
4102
|
"page": "37.8",
|
|
4103
4103
|
"label": {
|
|
4104
4104
|
"value": "\"➡ 47. \" || \"[Quelle est votre nationalité ?](. 'Toutes les personnes habitant en France sont recensées, y compris les étrangers vivant en France, quelque soit leur situation légale. <br><br>Cette question permet d’établir des statistiques sur la composition de la population de la France et son évolution. <br><br> Elle permet également une meilleure connaissance des populations étrangères vivant en France : origine, structure par âge et par sexe, activité professionnelle...')\"",
|
|
@@ -4168,7 +4168,7 @@
|
|
|
4168
4168
|
{
|
|
4169
4169
|
"id": "l4qqb3h6",
|
|
4170
4170
|
"componentType": "Dropdown",
|
|
4171
|
-
"
|
|
4171
|
+
"isMandatory": false,
|
|
4172
4172
|
"page": "37.9",
|
|
4173
4173
|
"label": {
|
|
4174
4174
|
"value": "\"➡ 48. \" || \"Indiquez votre nationalité à la naissance\"",
|
|
@@ -5200,7 +5200,7 @@
|
|
|
5200
5200
|
{
|
|
5201
5201
|
"id": "l4qqnfp1",
|
|
5202
5202
|
"componentType": "Dropdown",
|
|
5203
|
-
"
|
|
5203
|
+
"isMandatory": false,
|
|
5204
5204
|
"page": "37.10",
|
|
5205
5205
|
"label": {
|
|
5206
5206
|
"value": "\"➡ 49. \" || \"Indiquez votre nationalité\"",
|
|
@@ -6224,7 +6224,7 @@
|
|
|
6224
6224
|
{
|
|
6225
6225
|
"id": "l4qqjvo0",
|
|
6226
6226
|
"componentType": "Radio",
|
|
6227
|
-
"
|
|
6227
|
+
"isMandatory": false,
|
|
6228
6228
|
"page": "37.11",
|
|
6229
6229
|
"label": {
|
|
6230
6230
|
"value": "\"➡ 50. \" || \"[Êtes-vous inscrit dans un établissement d’enseignement pour l’année scolaire en cours ?](. 'Si votre enfant est inscrit dans une crèche (municipale, associative...) cochez Non. <br><br> Pour les personnes inscrites dans un établissement d’enseignement à distance, <br><br> cochez oui et indiquez que votre établissement est situé dans votre commune de résidence. <br><br> Cette question a en effet pour objectif principal de mesurer les distances entre le domicile et le lieu d’études. <br><br> Le lieu d’études donne également des informations utilisées, par exemple, par les pouvoirs publics pour mettre en place des transports adaptés tels que les cars de ramassage scolaire.')\"",
|
|
@@ -6285,7 +6285,7 @@
|
|
|
6285
6285
|
{
|
|
6286
6286
|
"id": "l4qqhypl",
|
|
6287
6287
|
"componentType": "Radio",
|
|
6288
|
-
"
|
|
6288
|
+
"isMandatory": false,
|
|
6289
6289
|
"page": "37.12",
|
|
6290
6290
|
"label": {
|
|
6291
6291
|
"value": "\"➡ 51. \" || \"Où est situé cet établissement d’enseignement ?\"",
|
|
@@ -6343,7 +6343,7 @@
|
|
|
6343
6343
|
{
|
|
6344
6344
|
"id": "l4qqdyj7",
|
|
6345
6345
|
"componentType": "Input",
|
|
6346
|
-
"
|
|
6346
|
+
"isMandatory": false,
|
|
6347
6347
|
"page": "37.13",
|
|
6348
6348
|
"maxLength": 249,
|
|
6349
6349
|
"label": {
|
|
@@ -6380,7 +6380,7 @@
|
|
|
6380
6380
|
{
|
|
6381
6381
|
"id": "l4sjftkz",
|
|
6382
6382
|
"componentType": "Input",
|
|
6383
|
-
"
|
|
6383
|
+
"isMandatory": false,
|
|
6384
6384
|
"page": "37.14",
|
|
6385
6385
|
"maxLength": 249,
|
|
6386
6386
|
"label": {
|
|
@@ -6417,7 +6417,7 @@
|
|
|
6417
6417
|
{
|
|
6418
6418
|
"id": "la11kurt",
|
|
6419
6419
|
"componentType": "Input",
|
|
6420
|
-
"
|
|
6420
|
+
"isMandatory": false,
|
|
6421
6421
|
"page": "37.15",
|
|
6422
6422
|
"maxLength": 249,
|
|
6423
6423
|
"label": {
|
|
@@ -6460,7 +6460,7 @@
|
|
|
6460
6460
|
{
|
|
6461
6461
|
"id": "l8ve1ppw",
|
|
6462
6462
|
"componentType": "Dropdown",
|
|
6463
|
-
"
|
|
6463
|
+
"isMandatory": false,
|
|
6464
6464
|
"page": "37.16",
|
|
6465
6465
|
"label": {
|
|
6466
6466
|
"value": "\"➡ 55. \" || \"Indiquez le pays\"",
|
|
@@ -7721,7 +7721,7 @@
|
|
|
7721
7721
|
{
|
|
7722
7722
|
"id": "l4qqjzhe",
|
|
7723
7723
|
"componentType": "Radio",
|
|
7724
|
-
"
|
|
7724
|
+
"isMandatory": false,
|
|
7725
7725
|
"page": "37.17",
|
|
7726
7726
|
"label": {
|
|
7727
7727
|
"value": "\"➡ 56. \" || \"Où habitiez-vous le 1er janvier 2022?\"",
|
|
@@ -7800,7 +7800,7 @@
|
|
|
7800
7800
|
{
|
|
7801
7801
|
"id": "l4qqsn31",
|
|
7802
7802
|
"componentType": "Input",
|
|
7803
|
-
"
|
|
7803
|
+
"isMandatory": false,
|
|
7804
7804
|
"page": "37.18",
|
|
7805
7805
|
"maxLength": 249,
|
|
7806
7806
|
"label": {
|
|
@@ -7859,7 +7859,7 @@
|
|
|
7859
7859
|
{
|
|
7860
7860
|
"id": "l4sje88c",
|
|
7861
7861
|
"componentType": "Input",
|
|
7862
|
-
"
|
|
7862
|
+
"isMandatory": false,
|
|
7863
7863
|
"page": "37.19",
|
|
7864
7864
|
"maxLength": 249,
|
|
7865
7865
|
"label": {
|
|
@@ -7909,7 +7909,7 @@
|
|
|
7909
7909
|
{
|
|
7910
7910
|
"id": "l4wupd9t",
|
|
7911
7911
|
"componentType": "Input",
|
|
7912
|
-
"
|
|
7912
|
+
"isMandatory": false,
|
|
7913
7913
|
"page": "37.20",
|
|
7914
7914
|
"maxLength": 249,
|
|
7915
7915
|
"label": {
|
|
@@ -7968,7 +7968,7 @@
|
|
|
7968
7968
|
{
|
|
7969
7969
|
"id": "l4sje7o2",
|
|
7970
7970
|
"componentType": "Dropdown",
|
|
7971
|
-
"
|
|
7971
|
+
"isMandatory": false,
|
|
7972
7972
|
"page": "37.21",
|
|
7973
7973
|
"label": {
|
|
7974
7974
|
"value": "\"➡ 60. \" || \"Indiquez cet autre pays\"",
|
|
@@ -9263,7 +9263,7 @@
|
|
|
9263
9263
|
{
|
|
9264
9264
|
"id": "l4qqx4rt",
|
|
9265
9265
|
"componentType": "Radio",
|
|
9266
|
-
"
|
|
9266
|
+
"isMandatory": false,
|
|
9267
9267
|
"page": "37.22",
|
|
9268
9268
|
"label": {
|
|
9269
9269
|
"value": "\"➡ 61. \" || \"Vivez-vous en couple ?\"",
|
|
@@ -9610,7 +9610,7 @@
|
|
|
9610
9610
|
{
|
|
9611
9611
|
"id": "l4qsy1vz",
|
|
9612
9612
|
"componentType": "Radio",
|
|
9613
|
-
"
|
|
9613
|
+
"isMandatory": false,
|
|
9614
9614
|
"page": "37.25",
|
|
9615
9615
|
"label": {
|
|
9616
9616
|
"value": "\"➡ 64. \" || \"Quelle est votre situation principale ?\"",
|
|
@@ -9719,7 +9719,7 @@
|
|
|
9719
9719
|
{
|
|
9720
9720
|
"id": "l4qspm1d",
|
|
9721
9721
|
"componentType": "Radio",
|
|
9722
|
-
"
|
|
9722
|
+
"isMandatory": false,
|
|
9723
9723
|
"page": "37.26",
|
|
9724
9724
|
"label": {
|
|
9725
9725
|
"value": "\"➡ 65. \" || \"[Travaillez-vous actuellement ?](. 'Si vous êtes en congé parental cochez « Non ».')\"",
|
|
@@ -9779,7 +9779,7 @@
|
|
|
9779
9779
|
{
|
|
9780
9780
|
"id": "l4qsqmx0",
|
|
9781
9781
|
"componentType": "Radio",
|
|
9782
|
-
"
|
|
9782
|
+
"isMandatory": false,
|
|
9783
9783
|
"page": "37.27",
|
|
9784
9784
|
"label": {
|
|
9785
9785
|
"value": "\"➡ 66. \" || \"Avez-vous déjà travaillé ?\"",
|
|
@@ -9833,7 +9833,7 @@
|
|
|
9833
9833
|
{
|
|
9834
9834
|
"id": "l4qsubmh",
|
|
9835
9835
|
"componentType": "Radio",
|
|
9836
|
-
"
|
|
9836
|
+
"isMandatory": false,
|
|
9837
9837
|
"page": "37.28",
|
|
9838
9838
|
"label": {
|
|
9839
9839
|
"value": "\"➡ 67. \" || \"Etiez-vous\"",
|
|
@@ -9920,7 +9920,7 @@
|
|
|
9920
9920
|
{
|
|
9921
9921
|
"id": "l4qzqr81",
|
|
9922
9922
|
"componentType": "Input",
|
|
9923
|
-
"
|
|
9923
|
+
"isMandatory": false,
|
|
9924
9924
|
"page": "37.29",
|
|
9925
9925
|
"maxLength": 249,
|
|
9926
9926
|
"label": {
|
|
@@ -9976,7 +9976,7 @@
|
|
|
9976
9976
|
{
|
|
9977
9977
|
"id": "l4r06i85",
|
|
9978
9978
|
"componentType": "CheckboxOne",
|
|
9979
|
-
"
|
|
9979
|
+
"isMandatory": false,
|
|
9980
9980
|
"page": "37.30",
|
|
9981
9981
|
"label": {
|
|
9982
9982
|
"value": "\"➡ 69. \" || \"[Cherchez-vous un emploi ?](. 'Si vous cherchez un emploi, cochez « oui » que vous soyez inscrit ou non au Pôle Emploi. La recherche d’emploi s’entend par des contact avec le Pôle Emploi ou une agence d’intérim ou des contacts personnels, des envois de candidatures, la recherche sur petites annonces, par concours, etc.')\"",
|
|
@@ -10090,7 +10090,7 @@
|
|
|
10090
10090
|
{
|
|
10091
10091
|
"id": "l9cwedq8",
|
|
10092
10092
|
"componentType": "Input",
|
|
10093
|
-
"
|
|
10093
|
+
"isMandatory": false,
|
|
10094
10094
|
"page": "37.32",
|
|
10095
10095
|
"maxLength": 249,
|
|
10096
10096
|
"label": {
|
|
@@ -10188,7 +10188,7 @@
|
|
|
10188
10188
|
{
|
|
10189
10189
|
"id": "l4r03u32",
|
|
10190
10190
|
"componentType": "Input",
|
|
10191
|
-
"
|
|
10191
|
+
"isMandatory": false,
|
|
10192
10192
|
"page": "37.33",
|
|
10193
10193
|
"maxLength": 249,
|
|
10194
10194
|
"label": {
|
|
@@ -10259,7 +10259,7 @@
|
|
|
10259
10259
|
{
|
|
10260
10260
|
"id": "l4wtzdtq",
|
|
10261
10261
|
"componentType": "Radio",
|
|
10262
|
-
"
|
|
10262
|
+
"isMandatory": false,
|
|
10263
10263
|
"page": "37.34",
|
|
10264
10264
|
"label": {
|
|
10265
10265
|
"value": "\"➡ 72. \" || \"[Votre lieu de travail](. 'Les questions sur le lieu de travail permettent d’établir des statistiques sur la distance <br><br> et le temps de transport entre le domicile et le lieu de travail de la population afin de déterminer les moyens de transport à développer.<br><br> Si vous exercez plusieurs emplois, répondez uniquement pour votre emploi principal.<br><br> Si vous êtes employé par plusieurs particuliers vous rémunérant en chèques emploi-service, indiquez « Particuliers »<br><br> Si vous êtes assistante maternelle, cochez « à votre domicile » si vous accueillez les enfants chez vous <br><br> ou « chez un particulier » si vous gardez les enfants dans leur famille.')\"",
|
|
@@ -10356,7 +10356,7 @@
|
|
|
10356
10356
|
{
|
|
10357
10357
|
"id": "l4r0f6dh",
|
|
10358
10358
|
"componentType": "Radio",
|
|
10359
|
-
"
|
|
10359
|
+
"isMandatory": false,
|
|
10360
10360
|
"page": "37.35",
|
|
10361
10361
|
"label": {
|
|
10362
10362
|
"value": "\"➡ 73. \" || \"[Votre lieu de travail](. 'L’adresse du lieu de travail permet d’une part de déterminer l’activité économique de l’employeur <br><br> à partir du répertoire des entreprises (Sirene) géré par l’Insee. <br><br> Cette information permet d’autre part d’établir des statistiques sur la distance et le temps de transport entre le domicile et le lieu de travail de la population <br><br> afin de déterminer les moyens de transport à développer.<br><br> Si vous exercez plusieurs emplois, répondez uniquement pour votre emploi principal.') se situe-t-il principalement dans la commune où vous résidez?\"",
|
|
@@ -10414,7 +10414,7 @@
|
|
|
10414
10414
|
{
|
|
10415
10415
|
"id": "l4r0k3r8",
|
|
10416
10416
|
"componentType": "Radio",
|
|
10417
|
-
"
|
|
10417
|
+
"isMandatory": false,
|
|
10418
10418
|
"page": "37.36",
|
|
10419
10419
|
"label": {
|
|
10420
10420
|
"value": "\"➡ 74. \" || \"L’adresse de votre lieu de travail est-elle:\"",
|
|
@@ -10474,7 +10474,7 @@
|
|
|
10474
10474
|
{
|
|
10475
10475
|
"id": "l4r0g12m",
|
|
10476
10476
|
"componentType": "Input",
|
|
10477
|
-
"
|
|
10477
|
+
"isMandatory": false,
|
|
10478
10478
|
"page": "37.37",
|
|
10479
10479
|
"maxLength": 249,
|
|
10480
10480
|
"label": {
|
|
@@ -10518,7 +10518,7 @@
|
|
|
10518
10518
|
{
|
|
10519
10519
|
"id": "l8voyq7i",
|
|
10520
10520
|
"componentType": "Input",
|
|
10521
|
-
"
|
|
10521
|
+
"isMandatory": false,
|
|
10522
10522
|
"page": "37.38",
|
|
10523
10523
|
"maxLength": 249,
|
|
10524
10524
|
"label": {
|
|
@@ -10569,7 +10569,7 @@
|
|
|
10569
10569
|
{
|
|
10570
10570
|
"id": "l8vp7req",
|
|
10571
10571
|
"componentType": "Dropdown",
|
|
10572
|
-
"
|
|
10572
|
+
"isMandatory": false,
|
|
10573
10573
|
"page": "37.39",
|
|
10574
10574
|
"label": {
|
|
10575
10575
|
"value": "\"➡ 77. \" || \"Indiquez le pays:\"",
|
|
@@ -11838,7 +11838,7 @@
|
|
|
11838
11838
|
{
|
|
11839
11839
|
"id": "l4r0vnk8",
|
|
11840
11840
|
"componentType": "Radio",
|
|
11841
|
-
"
|
|
11841
|
+
"isMandatory": false,
|
|
11842
11842
|
"page": "37.40",
|
|
11843
11843
|
"label": {
|
|
11844
11844
|
"value": "\"➡ 78. \" || \"[Quel mode de transport principal utilisez-vous le plus souvent pour aller travailler ?](. 'Si vous exercez plusieurs emplois, répondez uniquement pour votre emploi principal.<br><br> En cas de covoiturage cochez « Voiture, camion ou fourgonnette »')\"",
|
|
@@ -11927,7 +11927,7 @@
|
|
|
11927
11927
|
{
|
|
11928
11928
|
"id": "l4r0qt6t",
|
|
11929
11929
|
"componentType": "Radio",
|
|
11930
|
-
"
|
|
11930
|
+
"isMandatory": false,
|
|
11931
11931
|
"page": "37.41",
|
|
11932
11932
|
"label": {
|
|
11933
11933
|
"value": "\"➡ 79. \" || \"[Occupez-vous votre emploi :](. 'Si vous exercez plusieurs emplois, répondez uniquement pour votre emploi principal.')\"",
|
|
@@ -11987,7 +11987,7 @@
|
|
|
11987
11987
|
{
|
|
11988
11988
|
"id": "l4r0vfv4",
|
|
11989
11989
|
"componentType": "Radio",
|
|
11990
|
-
"
|
|
11990
|
+
"isMandatory": false,
|
|
11991
11991
|
"page": "37.42",
|
|
11992
11992
|
"label": {
|
|
11993
11993
|
"value": "\"➡ 80. \" || \"[Etes-vous](. 'Si vous exercez plusieurs emplois, répondez uniquement pour votre emploi principal.')\"",
|
|
@@ -12066,7 +12066,7 @@
|
|
|
12066
12066
|
{
|
|
12067
12067
|
"id": "l4r0r5tt",
|
|
12068
12068
|
"componentType": "Radio",
|
|
12069
|
-
"
|
|
12069
|
+
"isMandatory": false,
|
|
12070
12070
|
"page": "37.43",
|
|
12071
12071
|
"label": {
|
|
12072
12072
|
"value": "\"➡ 81. \" || \"[Combien de salariés employez-vous ?](. 'Ne comptez que les salariés : ne comptez pas les personnes qui vous aident sans être rémunérées. <br><br> Si vous exercez plusieurs emplois, répondez uniquement pour votre emploi principal.')\"",
|
|
@@ -12124,7 +12124,7 @@
|
|
|
12124
12124
|
{
|
|
12125
12125
|
"id": "l4r10bz9",
|
|
12126
12126
|
"componentType": "Input",
|
|
12127
|
-
"
|
|
12127
|
+
"isMandatory": false,
|
|
12128
12128
|
"page": "37.44",
|
|
12129
12129
|
"maxLength": 249,
|
|
12130
12130
|
"label": {
|
|
@@ -12212,7 +12212,7 @@
|
|
|
12212
12212
|
{
|
|
12213
12213
|
"id": "l4r16kh4",
|
|
12214
12214
|
"componentType": "Radio",
|
|
12215
|
-
"
|
|
12215
|
+
"isMandatory": false,
|
|
12216
12216
|
"page": "37.45",
|
|
12217
12217
|
"label": {
|
|
12218
12218
|
"value": "\"➡ 83. \" || \"Quel est votre [type de contrat ou d'emploi](. 'CES : contrat d’emploi solidarité<br><br> Si vous êtes en Contrat initiative emploi (CIE) ou en contrat d’accompagnement à l’emploi (CAE) cochez « Emploi jeune, CES, contrat de qualification ou autre emploi »<br><br> Si vous exercez plusieurs emplois, répondez uniquement pour votre emploi principal.') ?\"",
|
|
@@ -12316,7 +12316,7 @@
|
|
|
12316
12316
|
{
|
|
12317
12317
|
"id": "l4r2lvm2",
|
|
12318
12318
|
"componentType": "Radio",
|
|
12319
|
-
"
|
|
12319
|
+
"isMandatory": false,
|
|
12320
12320
|
"page": "37.46",
|
|
12321
12321
|
"label": {
|
|
12322
12322
|
"value": "\"➡ 84. \" || \"[Dans votre emploi, êtes-vous](. 'Si vous êtes instituteur, cochez « agent de catégorie B ».<br> Si vous êtes professeur des écoles, cochez « agent de catégorie A ».<br><br> VRP : Voyageur, Représentant, Placier<br><br>Si vous exercez plusieurs emplois, répondez uniquement pour votre emploi principal.')\"",
|
|
@@ -12444,7 +12444,7 @@
|
|
|
12444
12444
|
{
|
|
12445
12445
|
"id": "l4r2pald",
|
|
12446
12446
|
"componentType": "Input",
|
|
12447
|
-
"
|
|
12447
|
+
"isMandatory": false,
|
|
12448
12448
|
"page": "37.47",
|
|
12449
12449
|
"maxLength": 249,
|
|
12450
12450
|
"label": {
|
|
@@ -12511,7 +12511,7 @@
|
|
|
12511
12511
|
{
|
|
12512
12512
|
"id": "l4r2ho48",
|
|
12513
12513
|
"componentType": "Radio",
|
|
12514
|
-
"
|
|
12514
|
+
"isMandatory": false,
|
|
12515
12515
|
"page": "37.48",
|
|
12516
12516
|
"label": {
|
|
12517
12517
|
"value": "\"➡ 86. \" || \"Dans votre emploi, quelle est votre [fonction principale](. 'Pour les emplois occasionnels ou de très courte durée,<br> précisez l’emploi saisonnier actuel.<br> Si vous exercez plusieurs emplois,<br> répondez uniquement pour votre emploi principal.') ?\"",
|
|
@@ -12638,7 +12638,7 @@
|
|
|
12638
12638
|
{
|
|
12639
12639
|
"id": "l4wve0rs",
|
|
12640
12640
|
"componentType": "CheckboxBoolean",
|
|
12641
|
-
"
|
|
12641
|
+
"isMandatory": false,
|
|
12642
12642
|
"page": "37.49",
|
|
12643
12643
|
"label": {
|
|
12644
12644
|
"value": "\"➡ 87. \" || \"Le questionnaire de \" || (if (isnull(PRENOM)) then \"cet habitant\" else PRENOM) || \" \" || (if (isnull(NOM)) then \"\" else NOM) || \" est terminé. Pour valider le questionnaire, veuillez cocher la case puis cliquer sur le bouton \"Suivant\". \"",
|
|
@@ -12718,7 +12718,7 @@
|
|
|
12718
12718
|
{
|
|
12719
12719
|
"id": "COMMENT-QUESTION",
|
|
12720
12720
|
"componentType": "Textarea",
|
|
12721
|
-
"
|
|
12721
|
+
"isMandatory": false,
|
|
12722
12722
|
"page": "22",
|
|
12723
12723
|
"maxLength": 2000,
|
|
12724
12724
|
"label": {
|