metadata_presenter 3.2.10 → 3.2.11
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.
- checksums.yaml +4 -4
 - data/app/controllers/metadata_presenter/engine_controller.rb +13 -29
 - data/app/controllers/metadata_presenter/pages_controller.rb +10 -1
 - data/app/models/metadata_presenter/component.rb +6 -0
 - data/app/models/metadata_presenter/evaluate_content_conditionals.rb +68 -22
 - data/app/models/metadata_presenter/page.rb +43 -2
 - data/app/models/metadata_presenter/service.rb +26 -9
 - data/app/views/metadata_presenter/component/_components.html.erb +5 -1
 - data/app/views/metadata_presenter/component/_conditional_component_banner.html.erb +5 -0
 - data/app/views/metadata_presenter/page/checkanswers.html.erb +3 -0
 - data/app/views/metadata_presenter/page/confirmation.html.erb +55 -50
 - data/app/views/metadata_presenter/page/content.html.erb +2 -0
 - data/app/views/metadata_presenter/page/exit.html.erb +3 -0
 - data/app/views/metadata_presenter/page/multiplequestions.html.erb +2 -0
 - data/config/locales/en.yml +2 -0
 - data/default_metadata/component/content.json +1 -0
 - data/fixtures/conditional.json +461 -0
 - data/fixtures/conditional_content.json +313 -384
 - data/fixtures/conditional_content_2.json +1208 -0
 - data/lib/metadata_presenter/version.rb +1 -1
 - data/schemas/component/content.json +8 -0
 - data/schemas/definition/expression_item.json +2 -0
 - metadata +5 -2
 
| 
         @@ -0,0 +1,1208 @@ 
     | 
|
| 
      
 1 
     | 
    
         
            +
                      {
         
     | 
| 
      
 2 
     | 
    
         
            +
              "_id": "service.base",
         
     | 
| 
      
 3 
     | 
    
         
            +
              "flow": {
         
     | 
| 
      
 4 
     | 
    
         
            +
                "062c7a19-a676-4976-b3a6-8aac3313b963": {
         
     | 
| 
      
 5 
     | 
    
         
            +
                  "next": {
         
     | 
| 
      
 6 
     | 
    
         
            +
                    "default": "a8c7e96a-0c81-4202-806a-13a1e17e3618"
         
     | 
| 
      
 7 
     | 
    
         
            +
                  },
         
     | 
| 
      
 8 
     | 
    
         
            +
                  "_type": "flow.page"
         
     | 
| 
      
 9 
     | 
    
         
            +
                },
         
     | 
| 
      
 10 
     | 
    
         
            +
                "0a528350-3fa0-49e5-837e-b82c70991e6e": {
         
     | 
| 
      
 11 
     | 
    
         
            +
                  "next": {
         
     | 
| 
      
 12 
     | 
    
         
            +
                    "default": ""
         
     | 
| 
      
 13 
     | 
    
         
            +
                  },
         
     | 
| 
      
 14 
     | 
    
         
            +
                  "_type": "flow.page"
         
     | 
| 
      
 15 
     | 
    
         
            +
                },
         
     | 
| 
      
 16 
     | 
    
         
            +
                "3bb45d12-7625-48a4-8b5f-0340f81f8eae": {
         
     | 
| 
      
 17 
     | 
    
         
            +
                  "next": {
         
     | 
| 
      
 18 
     | 
    
         
            +
                    "default": "bb72a6a3-5f75-4874-90c3-ac7a6b83e9e5",
         
     | 
| 
      
 19 
     | 
    
         
            +
                    "conditionals": [
         
     | 
| 
      
 20 
     | 
    
         
            +
                      {
         
     | 
| 
      
 21 
     | 
    
         
            +
                        "next": "bd365ada-2a2a-47b6-a04e-874e300e7b03",
         
     | 
| 
      
 22 
     | 
    
         
            +
                        "_type": "if",
         
     | 
| 
      
 23 
     | 
    
         
            +
                        "_uuid": "e73c4413-8b33-4d91-a4c0-d5d7cc47c35a",
         
     | 
| 
      
 24 
     | 
    
         
            +
                        "expressions": [
         
     | 
| 
      
 25 
     | 
    
         
            +
                          {
         
     | 
| 
      
 26 
     | 
    
         
            +
                            "page": "fa925598-c4b9-4494-a42b-01ed5390ad7d",
         
     | 
| 
      
 27 
     | 
    
         
            +
                            "field": "8a32d8d8-1934-4b53-84bb-e4586c2f0709",
         
     | 
| 
      
 28 
     | 
    
         
            +
                            "operator": "is",
         
     | 
| 
      
 29 
     | 
    
         
            +
                            "component": "67e3461a-c5f8-42d3-8239-fb1e8dd2694e"
         
     | 
| 
      
 30 
     | 
    
         
            +
                          }
         
     | 
| 
      
 31 
     | 
    
         
            +
                        ]
         
     | 
| 
      
 32 
     | 
    
         
            +
                      }
         
     | 
| 
      
 33 
     | 
    
         
            +
                    ]
         
     | 
| 
      
 34 
     | 
    
         
            +
                  },
         
     | 
| 
      
 35 
     | 
    
         
            +
                  "_type": "flow.branch",
         
     | 
| 
      
 36 
     | 
    
         
            +
                  "title": "Branching point 2"
         
     | 
| 
      
 37 
     | 
    
         
            +
                },
         
     | 
| 
      
 38 
     | 
    
         
            +
                "3df5937c-8e6e-4e4e-8108-c3b62ad8c91a": {
         
     | 
| 
      
 39 
     | 
    
         
            +
                  "next": {
         
     | 
| 
      
 40 
     | 
    
         
            +
                    "default": "e0188b41-c029-4d50-82c3-c75e6d82634c"
         
     | 
| 
      
 41 
     | 
    
         
            +
                  },
         
     | 
| 
      
 42 
     | 
    
         
            +
                  "_type": "flow.page"
         
     | 
| 
      
 43 
     | 
    
         
            +
                },
         
     | 
| 
      
 44 
     | 
    
         
            +
                "59c0cfa6-5100-478b-8c80-22f1557c3db0": {
         
     | 
| 
      
 45 
     | 
    
         
            +
                  "next": {
         
     | 
| 
      
 46 
     | 
    
         
            +
                    "default": "3df5937c-8e6e-4e4e-8108-c3b62ad8c91a",
         
     | 
| 
      
 47 
     | 
    
         
            +
                    "conditionals": [
         
     | 
| 
      
 48 
     | 
    
         
            +
                      {
         
     | 
| 
      
 49 
     | 
    
         
            +
                        "next": "744dd0ec-fc61-4974-a669-9530d4ae9f76",
         
     | 
| 
      
 50 
     | 
    
         
            +
                        "_type": "if",
         
     | 
| 
      
 51 
     | 
    
         
            +
                        "_uuid": "a508e355-c9ca-4b18-bad9-1269cdcb436d",
         
     | 
| 
      
 52 
     | 
    
         
            +
                        "expressions": [
         
     | 
| 
      
 53 
     | 
    
         
            +
                          {
         
     | 
| 
      
 54 
     | 
    
         
            +
                            "page": "5da94f10-5824-4739-8fe3-7dc9a4eae727",
         
     | 
| 
      
 55 
     | 
    
         
            +
                            "field": "4837b9a7-0e1b-459e-83cd-93e8897e3e3a",
         
     | 
| 
      
 56 
     | 
    
         
            +
                            "operator": "is",
         
     | 
| 
      
 57 
     | 
    
         
            +
                            "component": "3a774926-249e-4440-8abf-202404ede1a2"
         
     | 
| 
      
 58 
     | 
    
         
            +
                          }
         
     | 
| 
      
 59 
     | 
    
         
            +
                        ]
         
     | 
| 
      
 60 
     | 
    
         
            +
                      }
         
     | 
| 
      
 61 
     | 
    
         
            +
                    ]
         
     | 
| 
      
 62 
     | 
    
         
            +
                  },
         
     | 
| 
      
 63 
     | 
    
         
            +
                  "_type": "flow.branch",
         
     | 
| 
      
 64 
     | 
    
         
            +
                  "title": "Branching point 1"
         
     | 
| 
      
 65 
     | 
    
         
            +
                },
         
     | 
| 
      
 66 
     | 
    
         
            +
                "5da94f10-5824-4739-8fe3-7dc9a4eae727": {
         
     | 
| 
      
 67 
     | 
    
         
            +
                  "next": {
         
     | 
| 
      
 68 
     | 
    
         
            +
                    "default": "59c0cfa6-5100-478b-8c80-22f1557c3db0"
         
     | 
| 
      
 69 
     | 
    
         
            +
                  },
         
     | 
| 
      
 70 
     | 
    
         
            +
                  "_type": "flow.page"
         
     | 
| 
      
 71 
     | 
    
         
            +
                },
         
     | 
| 
      
 72 
     | 
    
         
            +
                "744dd0ec-fc61-4974-a669-9530d4ae9f76": {
         
     | 
| 
      
 73 
     | 
    
         
            +
                  "next": {
         
     | 
| 
      
 74 
     | 
    
         
            +
                    "default": "3df5937c-8e6e-4e4e-8108-c3b62ad8c91a"
         
     | 
| 
      
 75 
     | 
    
         
            +
                  },
         
     | 
| 
      
 76 
     | 
    
         
            +
                  "_type": "flow.page"
         
     | 
| 
      
 77 
     | 
    
         
            +
                },
         
     | 
| 
      
 78 
     | 
    
         
            +
                "88ce3bb5-bd9f-493b-85c5-d2e93466415e": {
         
     | 
| 
      
 79 
     | 
    
         
            +
                  "next": {
         
     | 
| 
      
 80 
     | 
    
         
            +
                    "default": "bb63913a-90a0-490b-9d55-56f32f4c360b"
         
     | 
| 
      
 81 
     | 
    
         
            +
                  },
         
     | 
| 
      
 82 
     | 
    
         
            +
                  "_type": "flow.page"
         
     | 
| 
      
 83 
     | 
    
         
            +
                },
         
     | 
| 
      
 84 
     | 
    
         
            +
                "8da36bb1-830d-49f3-bd31-a0568dba5490": {
         
     | 
| 
      
 85 
     | 
    
         
            +
                  "next": {
         
     | 
| 
      
 86 
     | 
    
         
            +
                    "default": "bb63913a-90a0-490b-9d55-56f32f4c360b"
         
     | 
| 
      
 87 
     | 
    
         
            +
                  },
         
     | 
| 
      
 88 
     | 
    
         
            +
                  "_type": "flow.page"
         
     | 
| 
      
 89 
     | 
    
         
            +
                },
         
     | 
| 
      
 90 
     | 
    
         
            +
                "a8c7e96a-0c81-4202-806a-13a1e17e3618": {
         
     | 
| 
      
 91 
     | 
    
         
            +
                  "next": {
         
     | 
| 
      
 92 
     | 
    
         
            +
                    "default": "fa925598-c4b9-4494-a42b-01ed5390ad7d"
         
     | 
| 
      
 93 
     | 
    
         
            +
                  },
         
     | 
| 
      
 94 
     | 
    
         
            +
                  "_type": "flow.page"
         
     | 
| 
      
 95 
     | 
    
         
            +
                },
         
     | 
| 
      
 96 
     | 
    
         
            +
                "bb63913a-90a0-490b-9d55-56f32f4c360b": {
         
     | 
| 
      
 97 
     | 
    
         
            +
                  "next": {
         
     | 
| 
      
 98 
     | 
    
         
            +
                    "default": "0a528350-3fa0-49e5-837e-b82c70991e6e"
         
     | 
| 
      
 99 
     | 
    
         
            +
                  },
         
     | 
| 
      
 100 
     | 
    
         
            +
                  "_type": "flow.page"
         
     | 
| 
      
 101 
     | 
    
         
            +
                },
         
     | 
| 
      
 102 
     | 
    
         
            +
                "bb72a6a3-5f75-4874-90c3-ac7a6b83e9e5": {
         
     | 
| 
      
 103 
     | 
    
         
            +
                  "next": {
         
     | 
| 
      
 104 
     | 
    
         
            +
                    "default": ""
         
     | 
| 
      
 105 
     | 
    
         
            +
                  },
         
     | 
| 
      
 106 
     | 
    
         
            +
                  "_type": "flow.page"
         
     | 
| 
      
 107 
     | 
    
         
            +
                },
         
     | 
| 
      
 108 
     | 
    
         
            +
                "bd365ada-2a2a-47b6-a04e-874e300e7b03": {
         
     | 
| 
      
 109 
     | 
    
         
            +
                  "next": {
         
     | 
| 
      
 110 
     | 
    
         
            +
                    "default": "5da94f10-5824-4739-8fe3-7dc9a4eae727"
         
     | 
| 
      
 111 
     | 
    
         
            +
                  },
         
     | 
| 
      
 112 
     | 
    
         
            +
                  "_type": "flow.page"
         
     | 
| 
      
 113 
     | 
    
         
            +
                },
         
     | 
| 
      
 114 
     | 
    
         
            +
                "e0188b41-c029-4d50-82c3-c75e6d82634c": {
         
     | 
| 
      
 115 
     | 
    
         
            +
                  "next": {
         
     | 
| 
      
 116 
     | 
    
         
            +
                    "default": "bb63913a-90a0-490b-9d55-56f32f4c360b",
         
     | 
| 
      
 117 
     | 
    
         
            +
                    "conditionals": [
         
     | 
| 
      
 118 
     | 
    
         
            +
                      {
         
     | 
| 
      
 119 
     | 
    
         
            +
                        "next": "88ce3bb5-bd9f-493b-85c5-d2e93466415e",
         
     | 
| 
      
 120 
     | 
    
         
            +
                        "_type": "if",
         
     | 
| 
      
 121 
     | 
    
         
            +
                        "_uuid": "664752f8-0138-43bd-a32b-76c6202f9175",
         
     | 
| 
      
 122 
     | 
    
         
            +
                        "expressions": [
         
     | 
| 
      
 123 
     | 
    
         
            +
                          {
         
     | 
| 
      
 124 
     | 
    
         
            +
                            "page": "3df5937c-8e6e-4e4e-8108-c3b62ad8c91a",
         
     | 
| 
      
 125 
     | 
    
         
            +
                            "field": "f1443897-cf2f-401b-ac97-41711a8f9388",
         
     | 
| 
      
 126 
     | 
    
         
            +
                            "operator": "is",
         
     | 
| 
      
 127 
     | 
    
         
            +
                            "component": "37bc88a2-26c9-42c7-a4b4-3803a4a313a1"
         
     | 
| 
      
 128 
     | 
    
         
            +
                          }
         
     | 
| 
      
 129 
     | 
    
         
            +
                        ]
         
     | 
| 
      
 130 
     | 
    
         
            +
                      }
         
     | 
| 
      
 131 
     | 
    
         
            +
                    ]
         
     | 
| 
      
 132 
     | 
    
         
            +
                  },
         
     | 
| 
      
 133 
     | 
    
         
            +
                  "_type": "flow.branch",
         
     | 
| 
      
 134 
     | 
    
         
            +
                  "title": "Branching point 3"
         
     | 
| 
      
 135 
     | 
    
         
            +
                },
         
     | 
| 
      
 136 
     | 
    
         
            +
                "fa925598-c4b9-4494-a42b-01ed5390ad7d": {
         
     | 
| 
      
 137 
     | 
    
         
            +
                  "next": {
         
     | 
| 
      
 138 
     | 
    
         
            +
                    "default": "3bb45d12-7625-48a4-8b5f-0340f81f8eae"
         
     | 
| 
      
 139 
     | 
    
         
            +
                  },
         
     | 
| 
      
 140 
     | 
    
         
            +
                  "_type": "flow.page"
         
     | 
| 
      
 141 
     | 
    
         
            +
                }
         
     | 
| 
      
 142 
     | 
    
         
            +
              },
         
     | 
| 
      
 143 
     | 
    
         
            +
              "_type": "service.base",
         
     | 
| 
      
 144 
     | 
    
         
            +
              "pages": [
         
     | 
| 
      
 145 
     | 
    
         
            +
                {
         
     | 
| 
      
 146 
     | 
    
         
            +
                  "_id": "page.start",
         
     | 
| 
      
 147 
     | 
    
         
            +
                  "url": "/",
         
     | 
| 
      
 148 
     | 
    
         
            +
                  "body": "Use this service to apply for a service or contact us about a case.\r\n\r\n## Before you start\r\nYou will need:\r\n\r\n* your 8-digit reference number\r\n* a copy of your photo ID\r\n* something else\r\n\r\nThis form will take around 5 minutes to complete. We will reply within 10 working days.",
         
     | 
| 
      
 149 
     | 
    
         
            +
                  "_type": "page.start",
         
     | 
| 
      
 150 
     | 
    
         
            +
                  "_uuid": "062c7a19-a676-4976-b3a6-8aac3313b963",
         
     | 
| 
      
 151 
     | 
    
         
            +
                  "heading": "Service name goes here",
         
     | 
| 
      
 152 
     | 
    
         
            +
                  "before_you_start": "## Other ways to get in touch\r\nYou can also apply or contact us about your case by:\r\n\r\n* telephone: 01234 567889\r\n* email: <example.service@justice.gov.uk>\r\n\r\nThis form is also [available in Welsh (Cymraeg)](https://example-service.form.service.justice.gov.uk/)."
         
     | 
| 
      
 153 
     | 
    
         
            +
                },
         
     | 
| 
      
 154 
     | 
    
         
            +
                {
         
     | 
| 
      
 155 
     | 
    
         
            +
                  "_id": "page.name",
         
     | 
| 
      
 156 
     | 
    
         
            +
                  "url": "name",
         
     | 
| 
      
 157 
     | 
    
         
            +
                  "body": "Body section",
         
     | 
| 
      
 158 
     | 
    
         
            +
                  "lede": "",
         
     | 
| 
      
 159 
     | 
    
         
            +
                  "_type": "page.singlequestion",
         
     | 
| 
      
 160 
     | 
    
         
            +
                  "_uuid": "a8c7e96a-0c81-4202-806a-13a1e17e3618",
         
     | 
| 
      
 161 
     | 
    
         
            +
                  "heading": "",
         
     | 
| 
      
 162 
     | 
    
         
            +
                  "components": [
         
     | 
| 
      
 163 
     | 
    
         
            +
                    {
         
     | 
| 
      
 164 
     | 
    
         
            +
                      "_id": "name_text_1",
         
     | 
| 
      
 165 
     | 
    
         
            +
                      "hint": "",
         
     | 
| 
      
 166 
     | 
    
         
            +
                      "name": "name_text_1",
         
     | 
| 
      
 167 
     | 
    
         
            +
                      "_type": "text",
         
     | 
| 
      
 168 
     | 
    
         
            +
                      "_uuid": "5d77e46c-f9d0-46d1-9246-1ae54219515b",
         
     | 
| 
      
 169 
     | 
    
         
            +
                      "label": "What is your name?",
         
     | 
| 
      
 170 
     | 
    
         
            +
                      "errors": {
         
     | 
| 
      
 171 
     | 
    
         
            +
                      },
         
     | 
| 
      
 172 
     | 
    
         
            +
                      "collection": "components",
         
     | 
| 
      
 173 
     | 
    
         
            +
                      "validation": {
         
     | 
| 
      
 174 
     | 
    
         
            +
                        "required": true
         
     | 
| 
      
 175 
     | 
    
         
            +
                      }
         
     | 
| 
      
 176 
     | 
    
         
            +
                    }
         
     | 
| 
      
 177 
     | 
    
         
            +
                  ],
         
     | 
| 
      
 178 
     | 
    
         
            +
                  "section_heading": ""
         
     | 
| 
      
 179 
     | 
    
         
            +
                },
         
     | 
| 
      
 180 
     | 
    
         
            +
                {
         
     | 
| 
      
 181 
     | 
    
         
            +
                  "_id": "page.chocolate",
         
     | 
| 
      
 182 
     | 
    
         
            +
                  "url": "chocolate",
         
     | 
| 
      
 183 
     | 
    
         
            +
                  "body": "Body section",
         
     | 
| 
      
 184 
     | 
    
         
            +
                  "lede": "",
         
     | 
| 
      
 185 
     | 
    
         
            +
                  "_type": "page.singlequestion",
         
     | 
| 
      
 186 
     | 
    
         
            +
                  "_uuid": "fa925598-c4b9-4494-a42b-01ed5390ad7d",
         
     | 
| 
      
 187 
     | 
    
         
            +
                  "heading": "",
         
     | 
| 
      
 188 
     | 
    
         
            +
                  "components": [
         
     | 
| 
      
 189 
     | 
    
         
            +
                    {
         
     | 
| 
      
 190 
     | 
    
         
            +
                      "_id": "chocolate_radios_1",
         
     | 
| 
      
 191 
     | 
    
         
            +
                      "hint": "",
         
     | 
| 
      
 192 
     | 
    
         
            +
                      "name": "chocolate_radios_1",
         
     | 
| 
      
 193 
     | 
    
         
            +
                      "_type": "radios",
         
     | 
| 
      
 194 
     | 
    
         
            +
                      "_uuid": "67e3461a-c5f8-42d3-8239-fb1e8dd2694e",
         
     | 
| 
      
 195 
     | 
    
         
            +
                      "items": [
         
     | 
| 
      
 196 
     | 
    
         
            +
                        {
         
     | 
| 
      
 197 
     | 
    
         
            +
                          "_id": "chocolate_radios_1_item_1",
         
     | 
| 
      
 198 
     | 
    
         
            +
                          "hint": "",
         
     | 
| 
      
 199 
     | 
    
         
            +
                          "name": "chocolate_radios_1",
         
     | 
| 
      
 200 
     | 
    
         
            +
                          "_type": "radio",
         
     | 
| 
      
 201 
     | 
    
         
            +
                          "_uuid": "8a32d8d8-1934-4b53-84bb-e4586c2f0709",
         
     | 
| 
      
 202 
     | 
    
         
            +
                          "label": "yes",
         
     | 
| 
      
 203 
     | 
    
         
            +
                          "value": "value-1",
         
     | 
| 
      
 204 
     | 
    
         
            +
                          "errors": {
         
     | 
| 
      
 205 
     | 
    
         
            +
                          },
         
     | 
| 
      
 206 
     | 
    
         
            +
                          "legend": "Question",
         
     | 
| 
      
 207 
     | 
    
         
            +
                          "collection": "components",
         
     | 
| 
      
 208 
     | 
    
         
            +
                          "validation": {
         
     | 
| 
      
 209 
     | 
    
         
            +
                            "required": true
         
     | 
| 
      
 210 
     | 
    
         
            +
                          }
         
     | 
| 
      
 211 
     | 
    
         
            +
                        },
         
     | 
| 
      
 212 
     | 
    
         
            +
                        {
         
     | 
| 
      
 213 
     | 
    
         
            +
                          "_id": "chocolate_radios_1_item_2",
         
     | 
| 
      
 214 
     | 
    
         
            +
                          "hint": "",
         
     | 
| 
      
 215 
     | 
    
         
            +
                          "name": "chocolate_radios_1",
         
     | 
| 
      
 216 
     | 
    
         
            +
                          "_type": "radio",
         
     | 
| 
      
 217 
     | 
    
         
            +
                          "_uuid": "bb4d6ee7-c503-48d4-a72d-bc7e39b72573",
         
     | 
| 
      
 218 
     | 
    
         
            +
                          "label": "no",
         
     | 
| 
      
 219 
     | 
    
         
            +
                          "value": "value-2",
         
     | 
| 
      
 220 
     | 
    
         
            +
                          "errors": {
         
     | 
| 
      
 221 
     | 
    
         
            +
                          },
         
     | 
| 
      
 222 
     | 
    
         
            +
                          "legend": "Question",
         
     | 
| 
      
 223 
     | 
    
         
            +
                          "collection": "components",
         
     | 
| 
      
 224 
     | 
    
         
            +
                          "validation": {
         
     | 
| 
      
 225 
     | 
    
         
            +
                            "required": true
         
     | 
| 
      
 226 
     | 
    
         
            +
                          }
         
     | 
| 
      
 227 
     | 
    
         
            +
                        },
         
     | 
| 
      
 228 
     | 
    
         
            +
                        {
         
     | 
| 
      
 229 
     | 
    
         
            +
                          "_id": "chocolate_radios_1_item_3",
         
     | 
| 
      
 230 
     | 
    
         
            +
                          "hint": "",
         
     | 
| 
      
 231 
     | 
    
         
            +
                          "name": "chocolate_radios_1",
         
     | 
| 
      
 232 
     | 
    
         
            +
                          "_type": "radio",
         
     | 
| 
      
 233 
     | 
    
         
            +
                          "_uuid": "aa0c6ac9-6c65-466f-9a74-7786ae55655a",
         
     | 
| 
      
 234 
     | 
    
         
            +
                          "label": "maybe",
         
     | 
| 
      
 235 
     | 
    
         
            +
                          "value": "value-3",
         
     | 
| 
      
 236 
     | 
    
         
            +
                          "errors": {
         
     | 
| 
      
 237 
     | 
    
         
            +
                          },
         
     | 
| 
      
 238 
     | 
    
         
            +
                          "legend": "Question",
         
     | 
| 
      
 239 
     | 
    
         
            +
                          "collection": "components",
         
     | 
| 
      
 240 
     | 
    
         
            +
                          "validation": {
         
     | 
| 
      
 241 
     | 
    
         
            +
                            "required": true
         
     | 
| 
      
 242 
     | 
    
         
            +
                          }
         
     | 
| 
      
 243 
     | 
    
         
            +
                        }
         
     | 
| 
      
 244 
     | 
    
         
            +
                      ],
         
     | 
| 
      
 245 
     | 
    
         
            +
                      "errors": {
         
     | 
| 
      
 246 
     | 
    
         
            +
                      },
         
     | 
| 
      
 247 
     | 
    
         
            +
                      "legend": "Do you like chocolate?",
         
     | 
| 
      
 248 
     | 
    
         
            +
                      "collection": "components",
         
     | 
| 
      
 249 
     | 
    
         
            +
                      "validation": {
         
     | 
| 
      
 250 
     | 
    
         
            +
                        "required": true
         
     | 
| 
      
 251 
     | 
    
         
            +
                      }
         
     | 
| 
      
 252 
     | 
    
         
            +
                    }
         
     | 
| 
      
 253 
     | 
    
         
            +
                  ],
         
     | 
| 
      
 254 
     | 
    
         
            +
                  "section_heading": ""
         
     | 
| 
      
 255 
     | 
    
         
            +
                },
         
     | 
| 
      
 256 
     | 
    
         
            +
                {
         
     | 
| 
      
 257 
     | 
    
         
            +
                  "_id": "page.marmite",
         
     | 
| 
      
 258 
     | 
    
         
            +
                  "url": "marmite",
         
     | 
| 
      
 259 
     | 
    
         
            +
                  "body": "Body section",
         
     | 
| 
      
 260 
     | 
    
         
            +
                  "lede": "",
         
     | 
| 
      
 261 
     | 
    
         
            +
                  "_type": "page.singlequestion",
         
     | 
| 
      
 262 
     | 
    
         
            +
                  "_uuid": "bd365ada-2a2a-47b6-a04e-874e300e7b03",
         
     | 
| 
      
 263 
     | 
    
         
            +
                  "heading": "",
         
     | 
| 
      
 264 
     | 
    
         
            +
                  "components": [
         
     | 
| 
      
 265 
     | 
    
         
            +
                    {
         
     | 
| 
      
 266 
     | 
    
         
            +
                      "_id": "marmite_radios_1",
         
     | 
| 
      
 267 
     | 
    
         
            +
                      "hint": "",
         
     | 
| 
      
 268 
     | 
    
         
            +
                      "name": "marmite_radios_1",
         
     | 
| 
      
 269 
     | 
    
         
            +
                      "_type": "radios",
         
     | 
| 
      
 270 
     | 
    
         
            +
                      "_uuid": "8bfde8c8-3075-4879-b3b1-aea875915da9",
         
     | 
| 
      
 271 
     | 
    
         
            +
                      "items": [
         
     | 
| 
      
 272 
     | 
    
         
            +
                        {
         
     | 
| 
      
 273 
     | 
    
         
            +
                          "_id": "marmite_radios_1_item_1",
         
     | 
| 
      
 274 
     | 
    
         
            +
                          "hint": "",
         
     | 
| 
      
 275 
     | 
    
         
            +
                          "name": "marmite_radios_1",
         
     | 
| 
      
 276 
     | 
    
         
            +
                          "_type": "radio",
         
     | 
| 
      
 277 
     | 
    
         
            +
                          "_uuid": "b0cc81fe-06e2-44d0-94a1-37766027b212",
         
     | 
| 
      
 278 
     | 
    
         
            +
                          "label": "yes",
         
     | 
| 
      
 279 
     | 
    
         
            +
                          "value": "value-1",
         
     | 
| 
      
 280 
     | 
    
         
            +
                          "errors": {
         
     | 
| 
      
 281 
     | 
    
         
            +
                          },
         
     | 
| 
      
 282 
     | 
    
         
            +
                          "legend": "Question",
         
     | 
| 
      
 283 
     | 
    
         
            +
                          "collection": "components",
         
     | 
| 
      
 284 
     | 
    
         
            +
                          "validation": {
         
     | 
| 
      
 285 
     | 
    
         
            +
                            "required": true
         
     | 
| 
      
 286 
     | 
    
         
            +
                          }
         
     | 
| 
      
 287 
     | 
    
         
            +
                        },
         
     | 
| 
      
 288 
     | 
    
         
            +
                        {
         
     | 
| 
      
 289 
     | 
    
         
            +
                          "_id": "marmite_radios_1_item_2",
         
     | 
| 
      
 290 
     | 
    
         
            +
                          "hint": "",
         
     | 
| 
      
 291 
     | 
    
         
            +
                          "name": "marmite_radios_1",
         
     | 
| 
      
 292 
     | 
    
         
            +
                          "_type": "radio",
         
     | 
| 
      
 293 
     | 
    
         
            +
                          "_uuid": "2383955c-d9d5-4001-8675-fa198aff8622",
         
     | 
| 
      
 294 
     | 
    
         
            +
                          "label": "no",
         
     | 
| 
      
 295 
     | 
    
         
            +
                          "value": "value-2",
         
     | 
| 
      
 296 
     | 
    
         
            +
                          "errors": {
         
     | 
| 
      
 297 
     | 
    
         
            +
                          },
         
     | 
| 
      
 298 
     | 
    
         
            +
                          "legend": "Question",
         
     | 
| 
      
 299 
     | 
    
         
            +
                          "collection": "components",
         
     | 
| 
      
 300 
     | 
    
         
            +
                          "validation": {
         
     | 
| 
      
 301 
     | 
    
         
            +
                            "required": true
         
     | 
| 
      
 302 
     | 
    
         
            +
                          }
         
     | 
| 
      
 303 
     | 
    
         
            +
                        },
         
     | 
| 
      
 304 
     | 
    
         
            +
                        {
         
     | 
| 
      
 305 
     | 
    
         
            +
                          "_id": "marmite_radios_1_item_3",
         
     | 
| 
      
 306 
     | 
    
         
            +
                          "hint": "",
         
     | 
| 
      
 307 
     | 
    
         
            +
                          "name": "marmite_radios_1",
         
     | 
| 
      
 308 
     | 
    
         
            +
                          "_type": "radio",
         
     | 
| 
      
 309 
     | 
    
         
            +
                          "_uuid": "797c2262-17bd-4b9d-990a-fee05937875f",
         
     | 
| 
      
 310 
     | 
    
         
            +
                          "label": "never tried it",
         
     | 
| 
      
 311 
     | 
    
         
            +
                          "value": "value-3",
         
     | 
| 
      
 312 
     | 
    
         
            +
                          "errors": {
         
     | 
| 
      
 313 
     | 
    
         
            +
                          },
         
     | 
| 
      
 314 
     | 
    
         
            +
                          "legend": "Question",
         
     | 
| 
      
 315 
     | 
    
         
            +
                          "collection": "components",
         
     | 
| 
      
 316 
     | 
    
         
            +
                          "validation": {
         
     | 
| 
      
 317 
     | 
    
         
            +
                            "required": true
         
     | 
| 
      
 318 
     | 
    
         
            +
                          }
         
     | 
| 
      
 319 
     | 
    
         
            +
                        }
         
     | 
| 
      
 320 
     | 
    
         
            +
                      ],
         
     | 
| 
      
 321 
     | 
    
         
            +
                      "errors": {
         
     | 
| 
      
 322 
     | 
    
         
            +
                      },
         
     | 
| 
      
 323 
     | 
    
         
            +
                      "legend": "Do you like marmite?",
         
     | 
| 
      
 324 
     | 
    
         
            +
                      "collection": "components",
         
     | 
| 
      
 325 
     | 
    
         
            +
                      "validation": {
         
     | 
| 
      
 326 
     | 
    
         
            +
                        "required": true
         
     | 
| 
      
 327 
     | 
    
         
            +
                      }
         
     | 
| 
      
 328 
     | 
    
         
            +
                    }
         
     | 
| 
      
 329 
     | 
    
         
            +
                  ],
         
     | 
| 
      
 330 
     | 
    
         
            +
                  "section_heading": ""
         
     | 
| 
      
 331 
     | 
    
         
            +
                },
         
     | 
| 
      
 332 
     | 
    
         
            +
                {
         
     | 
| 
      
 333 
     | 
    
         
            +
                  "_id": "page.coffee",
         
     | 
| 
      
 334 
     | 
    
         
            +
                  "url": "coffee",
         
     | 
| 
      
 335 
     | 
    
         
            +
                  "body": "Body section",
         
     | 
| 
      
 336 
     | 
    
         
            +
                  "lede": "",
         
     | 
| 
      
 337 
     | 
    
         
            +
                  "_type": "page.singlequestion",
         
     | 
| 
      
 338 
     | 
    
         
            +
                  "_uuid": "5da94f10-5824-4739-8fe3-7dc9a4eae727",
         
     | 
| 
      
 339 
     | 
    
         
            +
                  "heading": "",
         
     | 
| 
      
 340 
     | 
    
         
            +
                  "components": [
         
     | 
| 
      
 341 
     | 
    
         
            +
                    {
         
     | 
| 
      
 342 
     | 
    
         
            +
                      "_id": "coffee_radios_1",
         
     | 
| 
      
 343 
     | 
    
         
            +
                      "hint": "",
         
     | 
| 
      
 344 
     | 
    
         
            +
                      "name": "coffee_radios_1",
         
     | 
| 
      
 345 
     | 
    
         
            +
                      "_type": "radios",
         
     | 
| 
      
 346 
     | 
    
         
            +
                      "_uuid": "3a774926-249e-4440-8abf-202404ede1a2",
         
     | 
| 
      
 347 
     | 
    
         
            +
                      "items": [
         
     | 
| 
      
 348 
     | 
    
         
            +
                        {
         
     | 
| 
      
 349 
     | 
    
         
            +
                          "_id": "coffee_radios_1_item_1",
         
     | 
| 
      
 350 
     | 
    
         
            +
                          "hint": "",
         
     | 
| 
      
 351 
     | 
    
         
            +
                          "name": "coffee_radios_1",
         
     | 
| 
      
 352 
     | 
    
         
            +
                          "_type": "radio",
         
     | 
| 
      
 353 
     | 
    
         
            +
                          "_uuid": "4837b9a7-0e1b-459e-83cd-93e8897e3e3a",
         
     | 
| 
      
 354 
     | 
    
         
            +
                          "label": "yes",
         
     | 
| 
      
 355 
     | 
    
         
            +
                          "value": "value-1",
         
     | 
| 
      
 356 
     | 
    
         
            +
                          "errors": {
         
     | 
| 
      
 357 
     | 
    
         
            +
                          },
         
     | 
| 
      
 358 
     | 
    
         
            +
                          "legend": "Question",
         
     | 
| 
      
 359 
     | 
    
         
            +
                          "collection": "components",
         
     | 
| 
      
 360 
     | 
    
         
            +
                          "validation": {
         
     | 
| 
      
 361 
     | 
    
         
            +
                            "required": true
         
     | 
| 
      
 362 
     | 
    
         
            +
                          }
         
     | 
| 
      
 363 
     | 
    
         
            +
                        },
         
     | 
| 
      
 364 
     | 
    
         
            +
                        {
         
     | 
| 
      
 365 
     | 
    
         
            +
                          "_id": "coffee_radios_1_item_2",
         
     | 
| 
      
 366 
     | 
    
         
            +
                          "hint": "",
         
     | 
| 
      
 367 
     | 
    
         
            +
                          "name": "coffee_radios_1",
         
     | 
| 
      
 368 
     | 
    
         
            +
                          "_type": "radio",
         
     | 
| 
      
 369 
     | 
    
         
            +
                          "_uuid": "4360be95-f9fa-4f9c-90a3-ca4b9eba9256",
         
     | 
| 
      
 370 
     | 
    
         
            +
                          "label": "no",
         
     | 
| 
      
 371 
     | 
    
         
            +
                          "value": "value-2",
         
     | 
| 
      
 372 
     | 
    
         
            +
                          "errors": {
         
     | 
| 
      
 373 
     | 
    
         
            +
                          },
         
     | 
| 
      
 374 
     | 
    
         
            +
                          "legend": "Question",
         
     | 
| 
      
 375 
     | 
    
         
            +
                          "collection": "components",
         
     | 
| 
      
 376 
     | 
    
         
            +
                          "validation": {
         
     | 
| 
      
 377 
     | 
    
         
            +
                            "required": true
         
     | 
| 
      
 378 
     | 
    
         
            +
                          }
         
     | 
| 
      
 379 
     | 
    
         
            +
                        }
         
     | 
| 
      
 380 
     | 
    
         
            +
                      ],
         
     | 
| 
      
 381 
     | 
    
         
            +
                      "errors": {
         
     | 
| 
      
 382 
     | 
    
         
            +
                      },
         
     | 
| 
      
 383 
     | 
    
         
            +
                      "legend": "Do you like coffee?",
         
     | 
| 
      
 384 
     | 
    
         
            +
                      "collection": "components",
         
     | 
| 
      
 385 
     | 
    
         
            +
                      "validation": {
         
     | 
| 
      
 386 
     | 
    
         
            +
                        "required": true
         
     | 
| 
      
 387 
     | 
    
         
            +
                      }
         
     | 
| 
      
 388 
     | 
    
         
            +
                    }
         
     | 
| 
      
 389 
     | 
    
         
            +
                  ],
         
     | 
| 
      
 390 
     | 
    
         
            +
                  "section_heading": ""
         
     | 
| 
      
 391 
     | 
    
         
            +
                },
         
     | 
| 
      
 392 
     | 
    
         
            +
                {
         
     | 
| 
      
 393 
     | 
    
         
            +
                  "_id": "page.multiple",
         
     | 
| 
      
 394 
     | 
    
         
            +
                  "url": "multiple",
         
     | 
| 
      
 395 
     | 
    
         
            +
                  "_type": "page.multiplequestions",
         
     | 
| 
      
 396 
     | 
    
         
            +
                  "_uuid": "3df5937c-8e6e-4e4e-8108-c3b62ad8c91a",
         
     | 
| 
      
 397 
     | 
    
         
            +
                  "heading": "Mulitple",
         
     | 
| 
      
 398 
     | 
    
         
            +
                  "components": [
         
     | 
| 
      
 399 
     | 
    
         
            +
                    {
         
     | 
| 
      
 400 
     | 
    
         
            +
                      "_id": "multiple_radios_1",
         
     | 
| 
      
 401 
     | 
    
         
            +
                      "hint": "",
         
     | 
| 
      
 402 
     | 
    
         
            +
                      "name": "multiple_radios_1",
         
     | 
| 
      
 403 
     | 
    
         
            +
                      "_type": "radios",
         
     | 
| 
      
 404 
     | 
    
         
            +
                      "_uuid": "9e898dd1-2811-46b8-8fc2-ccc89e24a187",
         
     | 
| 
      
 405 
     | 
    
         
            +
                      "items": [
         
     | 
| 
      
 406 
     | 
    
         
            +
                        {
         
     | 
| 
      
 407 
     | 
    
         
            +
                          "_id": "multiple_radios_1_item_1",
         
     | 
| 
      
 408 
     | 
    
         
            +
                          "hint": "",
         
     | 
| 
      
 409 
     | 
    
         
            +
                          "name": "multiple_radios_1",
         
     | 
| 
      
 410 
     | 
    
         
            +
                          "_type": "radio",
         
     | 
| 
      
 411 
     | 
    
         
            +
                          "_uuid": "ce6f0744-4046-4335-a2ef-8bb1153b07a0",
         
     | 
| 
      
 412 
     | 
    
         
            +
                          "label": "cheddar",
         
     | 
| 
      
 413 
     | 
    
         
            +
                          "value": "value-1",
         
     | 
| 
      
 414 
     | 
    
         
            +
                          "errors": {
         
     | 
| 
      
 415 
     | 
    
         
            +
                          },
         
     | 
| 
      
 416 
     | 
    
         
            +
                          "legend": "Question",
         
     | 
| 
      
 417 
     | 
    
         
            +
                          "collection": "components",
         
     | 
| 
      
 418 
     | 
    
         
            +
                          "validation": {
         
     | 
| 
      
 419 
     | 
    
         
            +
                            "required": true
         
     | 
| 
      
 420 
     | 
    
         
            +
                          }
         
     | 
| 
      
 421 
     | 
    
         
            +
                        },
         
     | 
| 
      
 422 
     | 
    
         
            +
                        {
         
     | 
| 
      
 423 
     | 
    
         
            +
                          "_id": "multiple_radios_1_item_2",
         
     | 
| 
      
 424 
     | 
    
         
            +
                          "hint": "",
         
     | 
| 
      
 425 
     | 
    
         
            +
                          "name": "multiple_radios_1",
         
     | 
| 
      
 426 
     | 
    
         
            +
                          "_type": "radio",
         
     | 
| 
      
 427 
     | 
    
         
            +
                          "_uuid": "69e84518-369f-434d-a1a0-67d9561939c5",
         
     | 
| 
      
 428 
     | 
    
         
            +
                          "label": "wensleydale",
         
     | 
| 
      
 429 
     | 
    
         
            +
                          "value": "value-2",
         
     | 
| 
      
 430 
     | 
    
         
            +
                          "errors": {
         
     | 
| 
      
 431 
     | 
    
         
            +
                          },
         
     | 
| 
      
 432 
     | 
    
         
            +
                          "legend": "Question",
         
     | 
| 
      
 433 
     | 
    
         
            +
                          "collection": "components",
         
     | 
| 
      
 434 
     | 
    
         
            +
                          "validation": {
         
     | 
| 
      
 435 
     | 
    
         
            +
                            "required": true
         
     | 
| 
      
 436 
     | 
    
         
            +
                          }
         
     | 
| 
      
 437 
     | 
    
         
            +
                        },
         
     | 
| 
      
 438 
     | 
    
         
            +
                        {
         
     | 
| 
      
 439 
     | 
    
         
            +
                          "_id": "multiple_radios_1_item_3",
         
     | 
| 
      
 440 
     | 
    
         
            +
                          "hint": "",
         
     | 
| 
      
 441 
     | 
    
         
            +
                          "name": "multiple_radios_1",
         
     | 
| 
      
 442 
     | 
    
         
            +
                          "_type": "radio",
         
     | 
| 
      
 443 
     | 
    
         
            +
                          "_uuid": "fbbe3268-2523-425e-ad25-955114d90021",
         
     | 
| 
      
 444 
     | 
    
         
            +
                          "label": "brie",
         
     | 
| 
      
 445 
     | 
    
         
            +
                          "value": "value-3",
         
     | 
| 
      
 446 
     | 
    
         
            +
                          "errors": {
         
     | 
| 
      
 447 
     | 
    
         
            +
                          },
         
     | 
| 
      
 448 
     | 
    
         
            +
                          "legend": "Question",
         
     | 
| 
      
 449 
     | 
    
         
            +
                          "collection": "components",
         
     | 
| 
      
 450 
     | 
    
         
            +
                          "validation": {
         
     | 
| 
      
 451 
     | 
    
         
            +
                            "required": true
         
     | 
| 
      
 452 
     | 
    
         
            +
                          }
         
     | 
| 
      
 453 
     | 
    
         
            +
                        },
         
     | 
| 
      
 454 
     | 
    
         
            +
                        {
         
     | 
| 
      
 455 
     | 
    
         
            +
                          "_id": "multiple_radios_1_item_4",
         
     | 
| 
      
 456 
     | 
    
         
            +
                          "hint": "",
         
     | 
| 
      
 457 
     | 
    
         
            +
                          "name": "multiple_radios_1",
         
     | 
| 
      
 458 
     | 
    
         
            +
                          "_type": "radio",
         
     | 
| 
      
 459 
     | 
    
         
            +
                          "_uuid": "72bfcd17-74ab-4a41-a1b2-f2be4da255fe",
         
     | 
| 
      
 460 
     | 
    
         
            +
                          "label": "stilton",
         
     | 
| 
      
 461 
     | 
    
         
            +
                          "value": "value-4",
         
     | 
| 
      
 462 
     | 
    
         
            +
                          "errors": {
         
     | 
| 
      
 463 
     | 
    
         
            +
                          },
         
     | 
| 
      
 464 
     | 
    
         
            +
                          "legend": "Question",
         
     | 
| 
      
 465 
     | 
    
         
            +
                          "collection": "components",
         
     | 
| 
      
 466 
     | 
    
         
            +
                          "validation": {
         
     | 
| 
      
 467 
     | 
    
         
            +
                            "required": true
         
     | 
| 
      
 468 
     | 
    
         
            +
                          }
         
     | 
| 
      
 469 
     | 
    
         
            +
                        }
         
     | 
| 
      
 470 
     | 
    
         
            +
                      ],
         
     | 
| 
      
 471 
     | 
    
         
            +
                      "errors": {
         
     | 
| 
      
 472 
     | 
    
         
            +
                      },
         
     | 
| 
      
 473 
     | 
    
         
            +
                      "legend": "What is your favourite cheese?",
         
     | 
| 
      
 474 
     | 
    
         
            +
                      "collection": "components",
         
     | 
| 
      
 475 
     | 
    
         
            +
                      "validation": {
         
     | 
| 
      
 476 
     | 
    
         
            +
                        "required": true
         
     | 
| 
      
 477 
     | 
    
         
            +
                      }
         
     | 
| 
      
 478 
     | 
    
         
            +
                    },
         
     | 
| 
      
 479 
     | 
    
         
            +
                    {
         
     | 
| 
      
 480 
     | 
    
         
            +
                      "_id": "multiple_content_1",
         
     | 
| 
      
 481 
     | 
    
         
            +
                      "name": "multiple_content_1",
         
     | 
| 
      
 482 
     | 
    
         
            +
                      "_type": "content",
         
     | 
| 
      
 483 
     | 
    
         
            +
                      "_uuid": "e03e5c74-f719-4310-ab04-0705357cb159",
         
     | 
| 
      
 484 
     | 
    
         
            +
                      "content": "You said that you liked marmite. ",
         
     | 
| 
      
 485 
     | 
    
         
            +
                      "display": "conditional",
         
     | 
| 
      
 486 
     | 
    
         
            +
                      "collection": "components",
         
     | 
| 
      
 487 
     | 
    
         
            +
                      "conditionals": [
         
     | 
| 
      
 488 
     | 
    
         
            +
                        {
         
     | 
| 
      
 489 
     | 
    
         
            +
                          "_type": "if",
         
     | 
| 
      
 490 
     | 
    
         
            +
                          "_uuid": "ee144540-bd30-493d-8797-bb530f8e05f4",
         
     | 
| 
      
 491 
     | 
    
         
            +
                          "expressions": [
         
     | 
| 
      
 492 
     | 
    
         
            +
                            {
         
     | 
| 
      
 493 
     | 
    
         
            +
                              "page": "bd365ada-2a2a-47b6-a04e-874e300e7b03",
         
     | 
| 
      
 494 
     | 
    
         
            +
                              "field": "b0cc81fe-06e2-44d0-94a1-37766027b212",
         
     | 
| 
      
 495 
     | 
    
         
            +
                              "operator": "is",
         
     | 
| 
      
 496 
     | 
    
         
            +
                              "component": "8bfde8c8-3075-4879-b3b1-aea875915da9"
         
     | 
| 
      
 497 
     | 
    
         
            +
                            }
         
     | 
| 
      
 498 
     | 
    
         
            +
                          ]
         
     | 
| 
      
 499 
     | 
    
         
            +
                        }
         
     | 
| 
      
 500 
     | 
    
         
            +
                      ]
         
     | 
| 
      
 501 
     | 
    
         
            +
                    },
         
     | 
| 
      
 502 
     | 
    
         
            +
                    {
         
     | 
| 
      
 503 
     | 
    
         
            +
                      "_id": "multiple_checkboxes_1",
         
     | 
| 
      
 504 
     | 
    
         
            +
                      "hint": "",
         
     | 
| 
      
 505 
     | 
    
         
            +
                      "name": "multiple_checkboxes_1",
         
     | 
| 
      
 506 
     | 
    
         
            +
                      "_type": "checkboxes",
         
     | 
| 
      
 507 
     | 
    
         
            +
                      "_uuid": "aa895578-c9fc-48e8-ac71-802d7cf61cca",
         
     | 
| 
      
 508 
     | 
    
         
            +
                      "items": [
         
     | 
| 
      
 509 
     | 
    
         
            +
                        {
         
     | 
| 
      
 510 
     | 
    
         
            +
                          "_id": "multiple_checkboxes_1_item_1",
         
     | 
| 
      
 511 
     | 
    
         
            +
                          "hint": "",
         
     | 
| 
      
 512 
     | 
    
         
            +
                          "name": "multiple_checkboxes_1",
         
     | 
| 
      
 513 
     | 
    
         
            +
                          "_type": "checkbox",
         
     | 
| 
      
 514 
     | 
    
         
            +
                          "_uuid": "b4053846-9e8c-4d0f-baae-f88a4a919fdb",
         
     | 
| 
      
 515 
     | 
    
         
            +
                          "label": "Cheese and onion",
         
     | 
| 
      
 516 
     | 
    
         
            +
                          "value": "value-1",
         
     | 
| 
      
 517 
     | 
    
         
            +
                          "errors": {
         
     | 
| 
      
 518 
     | 
    
         
            +
                          },
         
     | 
| 
      
 519 
     | 
    
         
            +
                          "legend": "Question",
         
     | 
| 
      
 520 
     | 
    
         
            +
                          "collection": "components",
         
     | 
| 
      
 521 
     | 
    
         
            +
                          "validation": {
         
     | 
| 
      
 522 
     | 
    
         
            +
                            "required": true
         
     | 
| 
      
 523 
     | 
    
         
            +
                          }
         
     | 
| 
      
 524 
     | 
    
         
            +
                        },
         
     | 
| 
      
 525 
     | 
    
         
            +
                        {
         
     | 
| 
      
 526 
     | 
    
         
            +
                          "_id": "multiple_checkboxes_1_item_2",
         
     | 
| 
      
 527 
     | 
    
         
            +
                          "hint": "",
         
     | 
| 
      
 528 
     | 
    
         
            +
                          "name": "multiple_checkboxes_1",
         
     | 
| 
      
 529 
     | 
    
         
            +
                          "_type": "checkbox",
         
     | 
| 
      
 530 
     | 
    
         
            +
                          "_uuid": "25ee9b2e-da5d-4ccc-ba96-c62e5e3446da",
         
     | 
| 
      
 531 
     | 
    
         
            +
                          "label": "Prawn cocktail",
         
     | 
| 
      
 532 
     | 
    
         
            +
                          "value": "value-2",
         
     | 
| 
      
 533 
     | 
    
         
            +
                          "errors": {
         
     | 
| 
      
 534 
     | 
    
         
            +
                          },
         
     | 
| 
      
 535 
     | 
    
         
            +
                          "legend": "Question",
         
     | 
| 
      
 536 
     | 
    
         
            +
                          "collection": "components",
         
     | 
| 
      
 537 
     | 
    
         
            +
                          "validation": {
         
     | 
| 
      
 538 
     | 
    
         
            +
                            "required": true
         
     | 
| 
      
 539 
     | 
    
         
            +
                          }
         
     | 
| 
      
 540 
     | 
    
         
            +
                        },
         
     | 
| 
      
 541 
     | 
    
         
            +
                        {
         
     | 
| 
      
 542 
     | 
    
         
            +
                          "_id": "multiple_checkboxes_1_item_3",
         
     | 
| 
      
 543 
     | 
    
         
            +
                          "hint": "",
         
     | 
| 
      
 544 
     | 
    
         
            +
                          "name": "multiple_checkboxes_1",
         
     | 
| 
      
 545 
     | 
    
         
            +
                          "_type": "checkbox",
         
     | 
| 
      
 546 
     | 
    
         
            +
                          "_uuid": "c37511ed-d37f-4807-85f1-ff5102a1306d",
         
     | 
| 
      
 547 
     | 
    
         
            +
                          "label": "Roast chicken",
         
     | 
| 
      
 548 
     | 
    
         
            +
                          "value": "value-3",
         
     | 
| 
      
 549 
     | 
    
         
            +
                          "errors": {
         
     | 
| 
      
 550 
     | 
    
         
            +
                          },
         
     | 
| 
      
 551 
     | 
    
         
            +
                          "legend": "Question",
         
     | 
| 
      
 552 
     | 
    
         
            +
                          "collection": "components",
         
     | 
| 
      
 553 
     | 
    
         
            +
                          "validation": {
         
     | 
| 
      
 554 
     | 
    
         
            +
                            "required": true
         
     | 
| 
      
 555 
     | 
    
         
            +
                          }
         
     | 
| 
      
 556 
     | 
    
         
            +
                        },
         
     | 
| 
      
 557 
     | 
    
         
            +
                        {
         
     | 
| 
      
 558 
     | 
    
         
            +
                          "_id": "multiple_checkboxes_1_item_4",
         
     | 
| 
      
 559 
     | 
    
         
            +
                          "hint": "",
         
     | 
| 
      
 560 
     | 
    
         
            +
                          "name": "multiple_checkboxes_1",
         
     | 
| 
      
 561 
     | 
    
         
            +
                          "_type": "checkbox",
         
     | 
| 
      
 562 
     | 
    
         
            +
                          "_uuid": "384ff4cb-5efd-4226-9e2a-c5aca77e51af",
         
     | 
| 
      
 563 
     | 
    
         
            +
                          "label": "Salt and vinegar",
         
     | 
| 
      
 564 
     | 
    
         
            +
                          "value": "value-4",
         
     | 
| 
      
 565 
     | 
    
         
            +
                          "errors": {
         
     | 
| 
      
 566 
     | 
    
         
            +
                          },
         
     | 
| 
      
 567 
     | 
    
         
            +
                          "legend": "Question",
         
     | 
| 
      
 568 
     | 
    
         
            +
                          "collection": "components",
         
     | 
| 
      
 569 
     | 
    
         
            +
                          "validation": {
         
     | 
| 
      
 570 
     | 
    
         
            +
                            "required": true
         
     | 
| 
      
 571 
     | 
    
         
            +
                          }
         
     | 
| 
      
 572 
     | 
    
         
            +
                        },
         
     | 
| 
      
 573 
     | 
    
         
            +
                        {
         
     | 
| 
      
 574 
     | 
    
         
            +
                          "_id": "multiple_checkboxes_1_item_5",
         
     | 
| 
      
 575 
     | 
    
         
            +
                          "hint": "",
         
     | 
| 
      
 576 
     | 
    
         
            +
                          "name": "multiple_checkboxes_1",
         
     | 
| 
      
 577 
     | 
    
         
            +
                          "_type": "checkbox",
         
     | 
| 
      
 578 
     | 
    
         
            +
                          "_uuid": "551e9363-354d-4bce-8b21-34a1e74e5aaa",
         
     | 
| 
      
 579 
     | 
    
         
            +
                          "label": "Ready salted",
         
     | 
| 
      
 580 
     | 
    
         
            +
                          "value": "value-5",
         
     | 
| 
      
 581 
     | 
    
         
            +
                          "errors": {
         
     | 
| 
      
 582 
     | 
    
         
            +
                          },
         
     | 
| 
      
 583 
     | 
    
         
            +
                          "legend": "Question",
         
     | 
| 
      
 584 
     | 
    
         
            +
                          "collection": "components",
         
     | 
| 
      
 585 
     | 
    
         
            +
                          "validation": {
         
     | 
| 
      
 586 
     | 
    
         
            +
                            "required": true
         
     | 
| 
      
 587 
     | 
    
         
            +
                          }
         
     | 
| 
      
 588 
     | 
    
         
            +
                        }
         
     | 
| 
      
 589 
     | 
    
         
            +
                      ],
         
     | 
| 
      
 590 
     | 
    
         
            +
                      "errors": {
         
     | 
| 
      
 591 
     | 
    
         
            +
                      },
         
     | 
| 
      
 592 
     | 
    
         
            +
                      "legend": "Choose your top 3 crisp flavours",
         
     | 
| 
      
 593 
     | 
    
         
            +
                      "collection": "components",
         
     | 
| 
      
 594 
     | 
    
         
            +
                      "validation": {
         
     | 
| 
      
 595 
     | 
    
         
            +
                        "required": true
         
     | 
| 
      
 596 
     | 
    
         
            +
                      }
         
     | 
| 
      
 597 
     | 
    
         
            +
                    },
         
     | 
| 
      
 598 
     | 
    
         
            +
                    {
         
     | 
| 
      
 599 
     | 
    
         
            +
                      "_id": "multiple_radios_2",
         
     | 
| 
      
 600 
     | 
    
         
            +
                      "hint": "",
         
     | 
| 
      
 601 
     | 
    
         
            +
                      "name": "multiple_radios_2",
         
     | 
| 
      
 602 
     | 
    
         
            +
                      "_type": "radios",
         
     | 
| 
      
 603 
     | 
    
         
            +
                      "_uuid": "37bc88a2-26c9-42c7-a4b4-3803a4a313a1",
         
     | 
| 
      
 604 
     | 
    
         
            +
                      "items": [
         
     | 
| 
      
 605 
     | 
    
         
            +
                        {
         
     | 
| 
      
 606 
     | 
    
         
            +
                          "_id": "multiple_radios_2_item_1",
         
     | 
| 
      
 607 
     | 
    
         
            +
                          "hint": "",
         
     | 
| 
      
 608 
     | 
    
         
            +
                          "name": "multiple_radios_2",
         
     | 
| 
      
 609 
     | 
    
         
            +
                          "_type": "radio",
         
     | 
| 
      
 610 
     | 
    
         
            +
                          "_uuid": "f1443897-cf2f-401b-ac97-41711a8f9388",
         
     | 
| 
      
 611 
     | 
    
         
            +
                          "label": "Jelly babies",
         
     | 
| 
      
 612 
     | 
    
         
            +
                          "value": "value-1",
         
     | 
| 
      
 613 
     | 
    
         
            +
                          "errors": {
         
     | 
| 
      
 614 
     | 
    
         
            +
                          },
         
     | 
| 
      
 615 
     | 
    
         
            +
                          "legend": "Question",
         
     | 
| 
      
 616 
     | 
    
         
            +
                          "collection": "components",
         
     | 
| 
      
 617 
     | 
    
         
            +
                          "validation": {
         
     | 
| 
      
 618 
     | 
    
         
            +
                            "required": true
         
     | 
| 
      
 619 
     | 
    
         
            +
                          }
         
     | 
| 
      
 620 
     | 
    
         
            +
                        },
         
     | 
| 
      
 621 
     | 
    
         
            +
                        {
         
     | 
| 
      
 622 
     | 
    
         
            +
                          "_id": "multiple_radios_2_item_2",
         
     | 
| 
      
 623 
     | 
    
         
            +
                          "hint": "",
         
     | 
| 
      
 624 
     | 
    
         
            +
                          "name": "multiple_radios_2",
         
     | 
| 
      
 625 
     | 
    
         
            +
                          "_type": "radio",
         
     | 
| 
      
 626 
     | 
    
         
            +
                          "_uuid": "29f577cc-8dff-4bd3-a5e6-1f06c25d187c",
         
     | 
| 
      
 627 
     | 
    
         
            +
                          "label": "Pear drops",
         
     | 
| 
      
 628 
     | 
    
         
            +
                          "value": "value-2",
         
     | 
| 
      
 629 
     | 
    
         
            +
                          "errors": {
         
     | 
| 
      
 630 
     | 
    
         
            +
                          },
         
     | 
| 
      
 631 
     | 
    
         
            +
                          "legend": "Question",
         
     | 
| 
      
 632 
     | 
    
         
            +
                          "collection": "components",
         
     | 
| 
      
 633 
     | 
    
         
            +
                          "validation": {
         
     | 
| 
      
 634 
     | 
    
         
            +
                            "required": true
         
     | 
| 
      
 635 
     | 
    
         
            +
                          }
         
     | 
| 
      
 636 
     | 
    
         
            +
                        },
         
     | 
| 
      
 637 
     | 
    
         
            +
                        {
         
     | 
| 
      
 638 
     | 
    
         
            +
                          "_id": "multiple_radios_2_item_3",
         
     | 
| 
      
 639 
     | 
    
         
            +
                          "hint": "",
         
     | 
| 
      
 640 
     | 
    
         
            +
                          "name": "multiple_radios_2",
         
     | 
| 
      
 641 
     | 
    
         
            +
                          "_type": "radio",
         
     | 
| 
      
 642 
     | 
    
         
            +
                          "_uuid": "80f6fc5f-d141-4810-ab36-dd37b6078837",
         
     | 
| 
      
 643 
     | 
    
         
            +
                          "label": "Liquorice",
         
     | 
| 
      
 644 
     | 
    
         
            +
                          "value": "value-3",
         
     | 
| 
      
 645 
     | 
    
         
            +
                          "errors": {
         
     | 
| 
      
 646 
     | 
    
         
            +
                          },
         
     | 
| 
      
 647 
     | 
    
         
            +
                          "legend": "Question",
         
     | 
| 
      
 648 
     | 
    
         
            +
                          "collection": "components",
         
     | 
| 
      
 649 
     | 
    
         
            +
                          "validation": {
         
     | 
| 
      
 650 
     | 
    
         
            +
                            "required": true
         
     | 
| 
      
 651 
     | 
    
         
            +
                          }
         
     | 
| 
      
 652 
     | 
    
         
            +
                        }
         
     | 
| 
      
 653 
     | 
    
         
            +
                      ],
         
     | 
| 
      
 654 
     | 
    
         
            +
                      "errors": {
         
     | 
| 
      
 655 
     | 
    
         
            +
                      },
         
     | 
| 
      
 656 
     | 
    
         
            +
                      "legend": "Which is the best sweet?",
         
     | 
| 
      
 657 
     | 
    
         
            +
                      "collection": "components",
         
     | 
| 
      
 658 
     | 
    
         
            +
                      "validation": {
         
     | 
| 
      
 659 
     | 
    
         
            +
                        "required": true
         
     | 
| 
      
 660 
     | 
    
         
            +
                      }
         
     | 
| 
      
 661 
     | 
    
         
            +
                    }
         
     | 
| 
      
 662 
     | 
    
         
            +
                  ],
         
     | 
| 
      
 663 
     | 
    
         
            +
                  "add_component": "radios",
         
     | 
| 
      
 664 
     | 
    
         
            +
                  "section_heading": ""
         
     | 
| 
      
 665 
     | 
    
         
            +
                },
         
     | 
| 
      
 666 
     | 
    
         
            +
                {
         
     | 
| 
      
 667 
     | 
    
         
            +
                  "_id": "page.conditional-content",
         
     | 
| 
      
 668 
     | 
    
         
            +
                  "url": "conditional-content",
         
     | 
| 
      
 669 
     | 
    
         
            +
                  "lede": "",
         
     | 
| 
      
 670 
     | 
    
         
            +
                  "_type": "page.content",
         
     | 
| 
      
 671 
     | 
    
         
            +
                  "_uuid": "8da36bb1-830d-49f3-bd31-a0568dba5490",
         
     | 
| 
      
 672 
     | 
    
         
            +
                  "heading": "Conditional content",
         
     | 
| 
      
 673 
     | 
    
         
            +
                  "components": [
         
     | 
| 
      
 674 
     | 
    
         
            +
                    {
         
     | 
| 
      
 675 
     | 
    
         
            +
                      "_id": "conditional-content_content_1",
         
     | 
| 
      
 676 
     | 
    
         
            +
                      "name": "conditional-content_content_1",
         
     | 
| 
      
 677 
     | 
    
         
            +
                      "_type": "content",
         
     | 
| 
      
 678 
     | 
    
         
            +
                      "_uuid": "fe502342-5396-4d5a-b882-b1e76c3ed462",
         
     | 
| 
      
 679 
     | 
    
         
            +
                      "content": "You will always see this text",
         
     | 
| 
      
 680 
     | 
    
         
            +
                      "display": "always",
         
     | 
| 
      
 681 
     | 
    
         
            +
                      "collection": "components"
         
     | 
| 
      
 682 
     | 
    
         
            +
                    },
         
     | 
| 
      
 683 
     | 
    
         
            +
                    {
         
     | 
| 
      
 684 
     | 
    
         
            +
                      "_id": "conditional-content_content_2",
         
     | 
| 
      
 685 
     | 
    
         
            +
                      "name": "conditional-content_content_2",
         
     | 
| 
      
 686 
     | 
    
         
            +
                      "_type": "content",
         
     | 
| 
      
 687 
     | 
    
         
            +
                      "_uuid": "30933d3f-6fc6-4562-ba0b-9c7fc7bb1f6e",
         
     | 
| 
      
 688 
     | 
    
         
            +
                      "content": "You will never see this bit of text",
         
     | 
| 
      
 689 
     | 
    
         
            +
                      "display": "never",
         
     | 
| 
      
 690 
     | 
    
         
            +
                      "collection": "components",
         
     | 
| 
      
 691 
     | 
    
         
            +
                      "conditionals": [
         
     | 
| 
      
 692 
     | 
    
         
            +
             
     | 
| 
      
 693 
     | 
    
         
            +
                      ]
         
     | 
| 
      
 694 
     | 
    
         
            +
                    },
         
     | 
| 
      
 695 
     | 
    
         
            +
                    {
         
     | 
| 
      
 696 
     | 
    
         
            +
                      "_id": "conditional-content_content_3",
         
     | 
| 
      
 697 
     | 
    
         
            +
                      "name": "conditional-content_content_3",
         
     | 
| 
      
 698 
     | 
    
         
            +
                      "_type": "content",
         
     | 
| 
      
 699 
     | 
    
         
            +
                      "_uuid": "65ae10d6-4bdc-459e-93f7-408e2845d073",
         
     | 
| 
      
 700 
     | 
    
         
            +
                      "content": "You like black coffee",
         
     | 
| 
      
 701 
     | 
    
         
            +
                      "display": "conditional",
         
     | 
| 
      
 702 
     | 
    
         
            +
                      "collection": "components",
         
     | 
| 
      
 703 
     | 
    
         
            +
                      "conditionals": [
         
     | 
| 
      
 704 
     | 
    
         
            +
                        {
         
     | 
| 
      
 705 
     | 
    
         
            +
                          "_type": "and",
         
     | 
| 
      
 706 
     | 
    
         
            +
                          "_uuid": "f907e199-1780-4657-9272-2b1b60a34dd4",
         
     | 
| 
      
 707 
     | 
    
         
            +
                          "expressions": [
         
     | 
| 
      
 708 
     | 
    
         
            +
                            {
         
     | 
| 
      
 709 
     | 
    
         
            +
                              "page": "5da94f10-5824-4739-8fe3-7dc9a4eae727",
         
     | 
| 
      
 710 
     | 
    
         
            +
                              "field": "4837b9a7-0e1b-459e-83cd-93e8897e3e3a",
         
     | 
| 
      
 711 
     | 
    
         
            +
                              "operator": "is",
         
     | 
| 
      
 712 
     | 
    
         
            +
                              "component": "3a774926-249e-4440-8abf-202404ede1a2"
         
     | 
| 
      
 713 
     | 
    
         
            +
                            },
         
     | 
| 
      
 714 
     | 
    
         
            +
                            {
         
     | 
| 
      
 715 
     | 
    
         
            +
                              "page": "744dd0ec-fc61-4974-a669-9530d4ae9f76",
         
     | 
| 
      
 716 
     | 
    
         
            +
                              "field": "6af85117-2353-436e-9945-b5ac96728240",
         
     | 
| 
      
 717 
     | 
    
         
            +
                              "operator": "contains",
         
     | 
| 
      
 718 
     | 
    
         
            +
                              "component": "1c3bc32c-46d3-4393-98eb-d35b4de50a4f"
         
     | 
| 
      
 719 
     | 
    
         
            +
                            }
         
     | 
| 
      
 720 
     | 
    
         
            +
                          ]
         
     | 
| 
      
 721 
     | 
    
         
            +
                        }
         
     | 
| 
      
 722 
     | 
    
         
            +
                      ]
         
     | 
| 
      
 723 
     | 
    
         
            +
                    },
         
     | 
| 
      
 724 
     | 
    
         
            +
                    {
         
     | 
| 
      
 725 
     | 
    
         
            +
                      "_id": "conditional-content_content_4",
         
     | 
| 
      
 726 
     | 
    
         
            +
                      "name": "conditional-content_content_4",
         
     | 
| 
      
 727 
     | 
    
         
            +
                      "_type": "content",
         
     | 
| 
      
 728 
     | 
    
         
            +
                      "_uuid": "f1df3f4b-f6ab-4c1e-897c-acaf1d79d96e",
         
     | 
| 
      
 729 
     | 
    
         
            +
                      "content": "You like milky coffee",
         
     | 
| 
      
 730 
     | 
    
         
            +
                      "display": "conditional",
         
     | 
| 
      
 731 
     | 
    
         
            +
                      "collection": "components",
         
     | 
| 
      
 732 
     | 
    
         
            +
                      "conditionals": [
         
     | 
| 
      
 733 
     | 
    
         
            +
                        {
         
     | 
| 
      
 734 
     | 
    
         
            +
                          "_type": "and",
         
     | 
| 
      
 735 
     | 
    
         
            +
                          "_uuid": "c49acc3a-7626-4b62-82e5-138c521ef3d8",
         
     | 
| 
      
 736 
     | 
    
         
            +
                          "expressions": [
         
     | 
| 
      
 737 
     | 
    
         
            +
                            {
         
     | 
| 
      
 738 
     | 
    
         
            +
                              "page": "5da94f10-5824-4739-8fe3-7dc9a4eae727",
         
     | 
| 
      
 739 
     | 
    
         
            +
                              "field": "4837b9a7-0e1b-459e-83cd-93e8897e3e3a",
         
     | 
| 
      
 740 
     | 
    
         
            +
                              "operator": "is",
         
     | 
| 
      
 741 
     | 
    
         
            +
                              "component": "3a774926-249e-4440-8abf-202404ede1a2"
         
     | 
| 
      
 742 
     | 
    
         
            +
                            },
         
     | 
| 
      
 743 
     | 
    
         
            +
                            {
         
     | 
| 
      
 744 
     | 
    
         
            +
                              "page": "744dd0ec-fc61-4974-a669-9530d4ae9f76",
         
     | 
| 
      
 745 
     | 
    
         
            +
                              "field": "143ccfe3-33e6-4bd9-a548-ae9b42154f62",
         
     | 
| 
      
 746 
     | 
    
         
            +
                              "operator": "contains",
         
     | 
| 
      
 747 
     | 
    
         
            +
                              "component": "1c3bc32c-46d3-4393-98eb-d35b4de50a4f"
         
     | 
| 
      
 748 
     | 
    
         
            +
                            }
         
     | 
| 
      
 749 
     | 
    
         
            +
                          ]
         
     | 
| 
      
 750 
     | 
    
         
            +
                        }
         
     | 
| 
      
 751 
     | 
    
         
            +
                      ]
         
     | 
| 
      
 752 
     | 
    
         
            +
                    },
         
     | 
| 
      
 753 
     | 
    
         
            +
                    {
         
     | 
| 
      
 754 
     | 
    
         
            +
                      "_id": "conditional-content_content_5",
         
     | 
| 
      
 755 
     | 
    
         
            +
                      "name": "conditional-content_content_5",
         
     | 
| 
      
 756 
     | 
    
         
            +
                      "_type": "content",
         
     | 
| 
      
 757 
     | 
    
         
            +
                      "_uuid": "1954627c-1a6f-4cac-b4be-6802561fb81a",
         
     | 
| 
      
 758 
     | 
    
         
            +
                      "content": "You like sweet coffee",
         
     | 
| 
      
 759 
     | 
    
         
            +
                      "display": "conditional",
         
     | 
| 
      
 760 
     | 
    
         
            +
                      "collection": "components",
         
     | 
| 
      
 761 
     | 
    
         
            +
                      "conditionals": [
         
     | 
| 
      
 762 
     | 
    
         
            +
                        {
         
     | 
| 
      
 763 
     | 
    
         
            +
                          "_type": "and",
         
     | 
| 
      
 764 
     | 
    
         
            +
                          "_uuid": "00c0ec18-62a9-4cdd-98fb-f8aeb311f9d8",
         
     | 
| 
      
 765 
     | 
    
         
            +
                          "expressions": [
         
     | 
| 
      
 766 
     | 
    
         
            +
                            {
         
     | 
| 
      
 767 
     | 
    
         
            +
                              "page": "5da94f10-5824-4739-8fe3-7dc9a4eae727",
         
     | 
| 
      
 768 
     | 
    
         
            +
                              "field": "4837b9a7-0e1b-459e-83cd-93e8897e3e3a",
         
     | 
| 
      
 769 
     | 
    
         
            +
                              "operator": "is",
         
     | 
| 
      
 770 
     | 
    
         
            +
                              "component": "3a774926-249e-4440-8abf-202404ede1a2"
         
     | 
| 
      
 771 
     | 
    
         
            +
                            },
         
     | 
| 
      
 772 
     | 
    
         
            +
                            {
         
     | 
| 
      
 773 
     | 
    
         
            +
                              "page": "744dd0ec-fc61-4974-a669-9530d4ae9f76",
         
     | 
| 
      
 774 
     | 
    
         
            +
                              "field": "a5a4e3c9-db26-4bb1-823b-088a52d5ff32",
         
     | 
| 
      
 775 
     | 
    
         
            +
                              "operator": "contains",
         
     | 
| 
      
 776 
     | 
    
         
            +
                              "component": "1c3bc32c-46d3-4393-98eb-d35b4de50a4f"
         
     | 
| 
      
 777 
     | 
    
         
            +
                            }
         
     | 
| 
      
 778 
     | 
    
         
            +
                          ]
         
     | 
| 
      
 779 
     | 
    
         
            +
                        },
         
     | 
| 
      
 780 
     | 
    
         
            +
                        {
         
     | 
| 
      
 781 
     | 
    
         
            +
                          "_type": "and",
         
     | 
| 
      
 782 
     | 
    
         
            +
                          "_uuid": "d6d153ce-b06f-411c-a145-907a0f0ed9b1",
         
     | 
| 
      
 783 
     | 
    
         
            +
                          "expressions": [
         
     | 
| 
      
 784 
     | 
    
         
            +
                            {
         
     | 
| 
      
 785 
     | 
    
         
            +
                              "page": "5da94f10-5824-4739-8fe3-7dc9a4eae727",
         
     | 
| 
      
 786 
     | 
    
         
            +
                              "field": "4837b9a7-0e1b-459e-83cd-93e8897e3e3a",
         
     | 
| 
      
 787 
     | 
    
         
            +
                              "operator": "is",
         
     | 
| 
      
 788 
     | 
    
         
            +
                              "component": "3a774926-249e-4440-8abf-202404ede1a2"
         
     | 
| 
      
 789 
     | 
    
         
            +
                            },
         
     | 
| 
      
 790 
     | 
    
         
            +
                            {
         
     | 
| 
      
 791 
     | 
    
         
            +
                              "page": "744dd0ec-fc61-4974-a669-9530d4ae9f76",
         
     | 
| 
      
 792 
     | 
    
         
            +
                              "field": "4865a3a4-9531-4070-a99e-eff079596b99",
         
     | 
| 
      
 793 
     | 
    
         
            +
                              "operator": "contains",
         
     | 
| 
      
 794 
     | 
    
         
            +
                              "component": "1c3bc32c-46d3-4393-98eb-d35b4de50a4f"
         
     | 
| 
      
 795 
     | 
    
         
            +
                            }
         
     | 
| 
      
 796 
     | 
    
         
            +
                          ]
         
     | 
| 
      
 797 
     | 
    
         
            +
                        },
         
     | 
| 
      
 798 
     | 
    
         
            +
                        {
         
     | 
| 
      
 799 
     | 
    
         
            +
                          "_type": "and",
         
     | 
| 
      
 800 
     | 
    
         
            +
                          "_uuid": "7e0c7c5a-8f51-4b25-9097-a54cf7197b10",
         
     | 
| 
      
 801 
     | 
    
         
            +
                          "expressions": [
         
     | 
| 
      
 802 
     | 
    
         
            +
                            {
         
     | 
| 
      
 803 
     | 
    
         
            +
                              "page": "5da94f10-5824-4739-8fe3-7dc9a4eae727",
         
     | 
| 
      
 804 
     | 
    
         
            +
                              "field": "4837b9a7-0e1b-459e-83cd-93e8897e3e3a",
         
     | 
| 
      
 805 
     | 
    
         
            +
                              "operator": "is",
         
     | 
| 
      
 806 
     | 
    
         
            +
                              "component": "3a774926-249e-4440-8abf-202404ede1a2"
         
     | 
| 
      
 807 
     | 
    
         
            +
                            },
         
     | 
| 
      
 808 
     | 
    
         
            +
                            {
         
     | 
| 
      
 809 
     | 
    
         
            +
                              "page": "744dd0ec-fc61-4974-a669-9530d4ae9f76",
         
     | 
| 
      
 810 
     | 
    
         
            +
                              "field": "3b0f6941-a824-4677-ad14-cbc5a53f788c",
         
     | 
| 
      
 811 
     | 
    
         
            +
                              "operator": "contains",
         
     | 
| 
      
 812 
     | 
    
         
            +
                              "component": "1c3bc32c-46d3-4393-98eb-d35b4de50a4f"
         
     | 
| 
      
 813 
     | 
    
         
            +
                            }
         
     | 
| 
      
 814 
     | 
    
         
            +
                          ]
         
     | 
| 
      
 815 
     | 
    
         
            +
                        }
         
     | 
| 
      
 816 
     | 
    
         
            +
                      ]
         
     | 
| 
      
 817 
     | 
    
         
            +
                    },
         
     | 
| 
      
 818 
     | 
    
         
            +
                    {
         
     | 
| 
      
 819 
     | 
    
         
            +
                      "_id": "conditional-content_content_6",
         
     | 
| 
      
 820 
     | 
    
         
            +
                      "name": "conditional-content_content_6",
         
     | 
| 
      
 821 
     | 
    
         
            +
                      "_type": "content",
         
     | 
| 
      
 822 
     | 
    
         
            +
                      "_uuid": "7cd89b4e-bbb9-4395-a1d3-a64300d3cc85",
         
     | 
| 
      
 823 
     | 
    
         
            +
                      "content": "You like marmite, but not stilton",
         
     | 
| 
      
 824 
     | 
    
         
            +
                      "display": "conditional",
         
     | 
| 
      
 825 
     | 
    
         
            +
                      "collection": "components",
         
     | 
| 
      
 826 
     | 
    
         
            +
                      "conditionals": [
         
     | 
| 
      
 827 
     | 
    
         
            +
                        {
         
     | 
| 
      
 828 
     | 
    
         
            +
                          "_type": "and",
         
     | 
| 
      
 829 
     | 
    
         
            +
                          "_uuid": "1448a447-3754-4596-a4f1-cbb49b68ef8a",
         
     | 
| 
      
 830 
     | 
    
         
            +
                          "expressions": [
         
     | 
| 
      
 831 
     | 
    
         
            +
                            {
         
     | 
| 
      
 832 
     | 
    
         
            +
                              "page": "bd365ada-2a2a-47b6-a04e-874e300e7b03",
         
     | 
| 
      
 833 
     | 
    
         
            +
                              "field": "b0cc81fe-06e2-44d0-94a1-37766027b212",
         
     | 
| 
      
 834 
     | 
    
         
            +
                              "operator": "is",
         
     | 
| 
      
 835 
     | 
    
         
            +
                              "component": "8bfde8c8-3075-4879-b3b1-aea875915da9"
         
     | 
| 
      
 836 
     | 
    
         
            +
                            },
         
     | 
| 
      
 837 
     | 
    
         
            +
                            {
         
     | 
| 
      
 838 
     | 
    
         
            +
                              "page": "3df5937c-8e6e-4e4e-8108-c3b62ad8c91a",
         
     | 
| 
      
 839 
     | 
    
         
            +
                              "field": "72bfcd17-74ab-4a41-a1b2-f2be4da255fe",
         
     | 
| 
      
 840 
     | 
    
         
            +
                              "operator": "is_not",
         
     | 
| 
      
 841 
     | 
    
         
            +
                              "component": "9e898dd1-2811-46b8-8fc2-ccc89e24a187"
         
     | 
| 
      
 842 
     | 
    
         
            +
                            }
         
     | 
| 
      
 843 
     | 
    
         
            +
                          ]
         
     | 
| 
      
 844 
     | 
    
         
            +
                        }
         
     | 
| 
      
 845 
     | 
    
         
            +
                      ]
         
     | 
| 
      
 846 
     | 
    
         
            +
                    },
         
     | 
| 
      
 847 
     | 
    
         
            +
                    {
         
     | 
| 
      
 848 
     | 
    
         
            +
                      "_id": "conditional-content_content_7",
         
     | 
| 
      
 849 
     | 
    
         
            +
                      "name": "conditional-content_content_7",
         
     | 
| 
      
 850 
     | 
    
         
            +
                      "_type": "content",
         
     | 
| 
      
 851 
     | 
    
         
            +
                      "_uuid": "6cf9f6ef-450c-43af-8b24-e61bd45a3cbd",
         
     | 
| 
      
 852 
     | 
    
         
            +
                      "content": "I wonder what happens if you haven't answered the question the conditional content depends upon?  In this case, this content depends on the what do you put on your coffee question.... ",
         
     | 
| 
      
 853 
     | 
    
         
            +
                      "display": "conditional",
         
     | 
| 
      
 854 
     | 
    
         
            +
                      "collection": "components",
         
     | 
| 
      
 855 
     | 
    
         
            +
                      "conditionals": [
         
     | 
| 
      
 856 
     | 
    
         
            +
                        {
         
     | 
| 
      
 857 
     | 
    
         
            +
                          "_type": "if",
         
     | 
| 
      
 858 
     | 
    
         
            +
                          "_uuid": "797be8b3-f756-487b-a975-d7361f748c43",
         
     | 
| 
      
 859 
     | 
    
         
            +
                          "expressions": [
         
     | 
| 
      
 860 
     | 
    
         
            +
                            {
         
     | 
| 
      
 861 
     | 
    
         
            +
                              "page": "744dd0ec-fc61-4974-a669-9530d4ae9f76",
         
     | 
| 
      
 862 
     | 
    
         
            +
                              "field": "143ccfe3-33e6-4bd9-a548-ae9b42154f62",
         
     | 
| 
      
 863 
     | 
    
         
            +
                              "operator": "contains",
         
     | 
| 
      
 864 
     | 
    
         
            +
                              "component": "1c3bc32c-46d3-4393-98eb-d35b4de50a4f"
         
     | 
| 
      
 865 
     | 
    
         
            +
                            }
         
     | 
| 
      
 866 
     | 
    
         
            +
                          ]
         
     | 
| 
      
 867 
     | 
    
         
            +
                        }
         
     | 
| 
      
 868 
     | 
    
         
            +
                      ]
         
     | 
| 
      
 869 
     | 
    
         
            +
                    },
         
     | 
| 
      
 870 
     | 
    
         
            +
                    {
         
     | 
| 
      
 871 
     | 
    
         
            +
                      "_id": "conditional-content_content_8",
         
     | 
| 
      
 872 
     | 
    
         
            +
                      "name": "conditional-content_content_8",
         
     | 
| 
      
 873 
     | 
    
         
            +
                      "_type": "content",
         
     | 
| 
      
 874 
     | 
    
         
            +
                      "_uuid": "b872d971-28eb-4aca-826a-5a44d52cead5",
         
     | 
| 
      
 875 
     | 
    
         
            +
                      "content": "You either like marmite or brie",
         
     | 
| 
      
 876 
     | 
    
         
            +
                      "display": "conditional",
         
     | 
| 
      
 877 
     | 
    
         
            +
                      "collection": "components",
         
     | 
| 
      
 878 
     | 
    
         
            +
                      "conditionals": [
         
     | 
| 
      
 879 
     | 
    
         
            +
                        {
         
     | 
| 
      
 880 
     | 
    
         
            +
                          "_type": "if",
         
     | 
| 
      
 881 
     | 
    
         
            +
                          "_uuid": "c3b3fd2d-fe70-464d-9cf1-8ea174676aea",
         
     | 
| 
      
 882 
     | 
    
         
            +
                          "expressions": [
         
     | 
| 
      
 883 
     | 
    
         
            +
                            {
         
     | 
| 
      
 884 
     | 
    
         
            +
                              "page": "bd365ada-2a2a-47b6-a04e-874e300e7b03",
         
     | 
| 
      
 885 
     | 
    
         
            +
                              "field": "b0cc81fe-06e2-44d0-94a1-37766027b212",
         
     | 
| 
      
 886 
     | 
    
         
            +
                              "operator": "is",
         
     | 
| 
      
 887 
     | 
    
         
            +
                              "component": "8bfde8c8-3075-4879-b3b1-aea875915da9"
         
     | 
| 
      
 888 
     | 
    
         
            +
                            }
         
     | 
| 
      
 889 
     | 
    
         
            +
                          ]
         
     | 
| 
      
 890 
     | 
    
         
            +
                        },
         
     | 
| 
      
 891 
     | 
    
         
            +
                        {
         
     | 
| 
      
 892 
     | 
    
         
            +
                          "_type": "if",
         
     | 
| 
      
 893 
     | 
    
         
            +
                          "_uuid": "34923068-c0e9-4f50-a6dc-663a992f71f5",
         
     | 
| 
      
 894 
     | 
    
         
            +
                          "expressions": [
         
     | 
| 
      
 895 
     | 
    
         
            +
                            {
         
     | 
| 
      
 896 
     | 
    
         
            +
                              "page": "3df5937c-8e6e-4e4e-8108-c3b62ad8c91a",
         
     | 
| 
      
 897 
     | 
    
         
            +
                              "field": "fbbe3268-2523-425e-ad25-955114d90021",
         
     | 
| 
      
 898 
     | 
    
         
            +
                              "operator": "is",
         
     | 
| 
      
 899 
     | 
    
         
            +
                              "component": "9e898dd1-2811-46b8-8fc2-ccc89e24a187"
         
     | 
| 
      
 900 
     | 
    
         
            +
                            }
         
     | 
| 
      
 901 
     | 
    
         
            +
                          ]
         
     | 
| 
      
 902 
     | 
    
         
            +
                        }
         
     | 
| 
      
 903 
     | 
    
         
            +
                      ]
         
     | 
| 
      
 904 
     | 
    
         
            +
                    }
         
     | 
| 
      
 905 
     | 
    
         
            +
                  ],
         
     | 
| 
      
 906 
     | 
    
         
            +
                  "add_component": "content",
         
     | 
| 
      
 907 
     | 
    
         
            +
                  "section_heading": ""
         
     | 
| 
      
 908 
     | 
    
         
            +
                },
         
     | 
| 
      
 909 
     | 
    
         
            +
                {
         
     | 
| 
      
 910 
     | 
    
         
            +
                  "_id": "page.checkanswers",
         
     | 
| 
      
 911 
     | 
    
         
            +
                  "url": "check-answers",
         
     | 
| 
      
 912 
     | 
    
         
            +
                  "_type": "page.checkanswers",
         
     | 
| 
      
 913 
     | 
    
         
            +
                  "_uuid": "bb63913a-90a0-490b-9d55-56f32f4c360b",
         
     | 
| 
      
 914 
     | 
    
         
            +
                  "heading": "Check your answers",
         
     | 
| 
      
 915 
     | 
    
         
            +
                  "send_body": "By submitting this application you confirm that, to the best of your knowledge, the details you are providing are correct.",
         
     | 
| 
      
 916 
     | 
    
         
            +
                  "components": [
         
     | 
| 
      
 917 
     | 
    
         
            +
             
     | 
| 
      
 918 
     | 
    
         
            +
                  ],
         
     | 
| 
      
 919 
     | 
    
         
            +
                  "send_heading": "Now send your application",
         
     | 
| 
      
 920 
     | 
    
         
            +
                  "extra_components": [
         
     | 
| 
      
 921 
     | 
    
         
            +
             
     | 
| 
      
 922 
     | 
    
         
            +
                  ]
         
     | 
| 
      
 923 
     | 
    
         
            +
                },
         
     | 
| 
      
 924 
     | 
    
         
            +
                {
         
     | 
| 
      
 925 
     | 
    
         
            +
                  "_id": "page.confirmation",
         
     | 
| 
      
 926 
     | 
    
         
            +
                  "url": "form-sent",
         
     | 
| 
      
 927 
     | 
    
         
            +
                  "_type": "page.confirmation",
         
     | 
| 
      
 928 
     | 
    
         
            +
                  "_uuid": "0a528350-3fa0-49e5-837e-b82c70991e6e",
         
     | 
| 
      
 929 
     | 
    
         
            +
                  "heading": "Application complete",
         
     | 
| 
      
 930 
     | 
    
         
            +
                  "components": [
         
     | 
| 
      
 931 
     | 
    
         
            +
             
     | 
| 
      
 932 
     | 
    
         
            +
                  ]
         
     | 
| 
      
 933 
     | 
    
         
            +
                },
         
     | 
| 
      
 934 
     | 
    
         
            +
                {
         
     | 
| 
      
 935 
     | 
    
         
            +
                  "_id": "page.coffee-additions",
         
     | 
| 
      
 936 
     | 
    
         
            +
                  "url": "coffee-additions",
         
     | 
| 
      
 937 
     | 
    
         
            +
                  "body": "Body section",
         
     | 
| 
      
 938 
     | 
    
         
            +
                  "lede": "",
         
     | 
| 
      
 939 
     | 
    
         
            +
                  "_type": "page.singlequestion",
         
     | 
| 
      
 940 
     | 
    
         
            +
                  "_uuid": "744dd0ec-fc61-4974-a669-9530d4ae9f76",
         
     | 
| 
      
 941 
     | 
    
         
            +
                  "heading": "",
         
     | 
| 
      
 942 
     | 
    
         
            +
                  "components": [
         
     | 
| 
      
 943 
     | 
    
         
            +
                    {
         
     | 
| 
      
 944 
     | 
    
         
            +
                      "_id": "coffee-additions_checkboxes_1",
         
     | 
| 
      
 945 
     | 
    
         
            +
                      "hint": "",
         
     | 
| 
      
 946 
     | 
    
         
            +
                      "name": "coffee-additions_checkboxes_1",
         
     | 
| 
      
 947 
     | 
    
         
            +
                      "_type": "checkboxes",
         
     | 
| 
      
 948 
     | 
    
         
            +
                      "_uuid": "1c3bc32c-46d3-4393-98eb-d35b4de50a4f",
         
     | 
| 
      
 949 
     | 
    
         
            +
                      "items": [
         
     | 
| 
      
 950 
     | 
    
         
            +
                        {
         
     | 
| 
      
 951 
     | 
    
         
            +
                          "_id": "coffee-additions_checkboxes_1_item_1",
         
     | 
| 
      
 952 
     | 
    
         
            +
                          "hint": "",
         
     | 
| 
      
 953 
     | 
    
         
            +
                          "name": "coffee-additions_checkboxes_1",
         
     | 
| 
      
 954 
     | 
    
         
            +
                          "_type": "checkbox",
         
     | 
| 
      
 955 
     | 
    
         
            +
                          "_uuid": "6af85117-2353-436e-9945-b5ac96728240",
         
     | 
| 
      
 956 
     | 
    
         
            +
                          "label": "nothing, I like it black",
         
     | 
| 
      
 957 
     | 
    
         
            +
                          "value": "value-1",
         
     | 
| 
      
 958 
     | 
    
         
            +
                          "errors": {
         
     | 
| 
      
 959 
     | 
    
         
            +
                          },
         
     | 
| 
      
 960 
     | 
    
         
            +
                          "legend": "Question",
         
     | 
| 
      
 961 
     | 
    
         
            +
                          "collection": "components",
         
     | 
| 
      
 962 
     | 
    
         
            +
                          "validation": {
         
     | 
| 
      
 963 
     | 
    
         
            +
                            "required": true
         
     | 
| 
      
 964 
     | 
    
         
            +
                          }
         
     | 
| 
      
 965 
     | 
    
         
            +
                        },
         
     | 
| 
      
 966 
     | 
    
         
            +
                        {
         
     | 
| 
      
 967 
     | 
    
         
            +
                          "_id": "coffee-additions_checkboxes_1_item_2",
         
     | 
| 
      
 968 
     | 
    
         
            +
                          "hint": "",
         
     | 
| 
      
 969 
     | 
    
         
            +
                          "name": "coffee-additions_checkboxes_1",
         
     | 
| 
      
 970 
     | 
    
         
            +
                          "_type": "checkbox",
         
     | 
| 
      
 971 
     | 
    
         
            +
                          "_uuid": "143ccfe3-33e6-4bd9-a548-ae9b42154f62",
         
     | 
| 
      
 972 
     | 
    
         
            +
                          "label": "milk",
         
     | 
| 
      
 973 
     | 
    
         
            +
                          "value": "value-2",
         
     | 
| 
      
 974 
     | 
    
         
            +
                          "errors": {
         
     | 
| 
      
 975 
     | 
    
         
            +
                          },
         
     | 
| 
      
 976 
     | 
    
         
            +
                          "legend": "Question",
         
     | 
| 
      
 977 
     | 
    
         
            +
                          "collection": "components",
         
     | 
| 
      
 978 
     | 
    
         
            +
                          "validation": {
         
     | 
| 
      
 979 
     | 
    
         
            +
                            "required": true
         
     | 
| 
      
 980 
     | 
    
         
            +
                          }
         
     | 
| 
      
 981 
     | 
    
         
            +
                        },
         
     | 
| 
      
 982 
     | 
    
         
            +
                        {
         
     | 
| 
      
 983 
     | 
    
         
            +
                          "_id": "coffee-additions_checkboxes_1_item_3",
         
     | 
| 
      
 984 
     | 
    
         
            +
                          "hint": "",
         
     | 
| 
      
 985 
     | 
    
         
            +
                          "name": "coffee-additions_checkboxes_1",
         
     | 
| 
      
 986 
     | 
    
         
            +
                          "_type": "checkbox",
         
     | 
| 
      
 987 
     | 
    
         
            +
                          "_uuid": "a5a4e3c9-db26-4bb1-823b-088a52d5ff32",
         
     | 
| 
      
 988 
     | 
    
         
            +
                          "label": "sugar",
         
     | 
| 
      
 989 
     | 
    
         
            +
                          "value": "value-3",
         
     | 
| 
      
 990 
     | 
    
         
            +
                          "errors": {
         
     | 
| 
      
 991 
     | 
    
         
            +
                          },
         
     | 
| 
      
 992 
     | 
    
         
            +
                          "legend": "Question",
         
     | 
| 
      
 993 
     | 
    
         
            +
                          "collection": "components",
         
     | 
| 
      
 994 
     | 
    
         
            +
                          "validation": {
         
     | 
| 
      
 995 
     | 
    
         
            +
                            "required": true
         
     | 
| 
      
 996 
     | 
    
         
            +
                          }
         
     | 
| 
      
 997 
     | 
    
         
            +
                        },
         
     | 
| 
      
 998 
     | 
    
         
            +
                        {
         
     | 
| 
      
 999 
     | 
    
         
            +
                          "_id": "coffee-additions_checkboxes_1_item_4",
         
     | 
| 
      
 1000 
     | 
    
         
            +
                          "hint": "",
         
     | 
| 
      
 1001 
     | 
    
         
            +
                          "name": "coffee-additions_checkboxes_1",
         
     | 
| 
      
 1002 
     | 
    
         
            +
                          "_type": "checkbox",
         
     | 
| 
      
 1003 
     | 
    
         
            +
                          "_uuid": "4865a3a4-9531-4070-a99e-eff079596b99",
         
     | 
| 
      
 1004 
     | 
    
         
            +
                          "label": "sweetener",
         
     | 
| 
      
 1005 
     | 
    
         
            +
                          "value": "value-4",
         
     | 
| 
      
 1006 
     | 
    
         
            +
                          "errors": {
         
     | 
| 
      
 1007 
     | 
    
         
            +
                          },
         
     | 
| 
      
 1008 
     | 
    
         
            +
                          "legend": "Question",
         
     | 
| 
      
 1009 
     | 
    
         
            +
                          "collection": "components",
         
     | 
| 
      
 1010 
     | 
    
         
            +
                          "validation": {
         
     | 
| 
      
 1011 
     | 
    
         
            +
                            "required": true
         
     | 
| 
      
 1012 
     | 
    
         
            +
                          }
         
     | 
| 
      
 1013 
     | 
    
         
            +
                        },
         
     | 
| 
      
 1014 
     | 
    
         
            +
                        {
         
     | 
| 
      
 1015 
     | 
    
         
            +
                          "_id": "coffee-additions_checkboxes_1_item_5",
         
     | 
| 
      
 1016 
     | 
    
         
            +
                          "hint": "",
         
     | 
| 
      
 1017 
     | 
    
         
            +
                          "name": "coffee-additions_checkboxes_1",
         
     | 
| 
      
 1018 
     | 
    
         
            +
                          "_type": "checkbox",
         
     | 
| 
      
 1019 
     | 
    
         
            +
                          "_uuid": "3b0f6941-a824-4677-ad14-cbc5a53f788c",
         
     | 
| 
      
 1020 
     | 
    
         
            +
                          "label": "syrup",
         
     | 
| 
      
 1021 
     | 
    
         
            +
                          "value": "value-5",
         
     | 
| 
      
 1022 
     | 
    
         
            +
                          "errors": {
         
     | 
| 
      
 1023 
     | 
    
         
            +
                          },
         
     | 
| 
      
 1024 
     | 
    
         
            +
                          "legend": "Question",
         
     | 
| 
      
 1025 
     | 
    
         
            +
                          "collection": "components",
         
     | 
| 
      
 1026 
     | 
    
         
            +
                          "validation": {
         
     | 
| 
      
 1027 
     | 
    
         
            +
                            "required": true
         
     | 
| 
      
 1028 
     | 
    
         
            +
                          }
         
     | 
| 
      
 1029 
     | 
    
         
            +
                        }
         
     | 
| 
      
 1030 
     | 
    
         
            +
                      ],
         
     | 
| 
      
 1031 
     | 
    
         
            +
                      "errors": {
         
     | 
| 
      
 1032 
     | 
    
         
            +
                      },
         
     | 
| 
      
 1033 
     | 
    
         
            +
                      "legend": "What do you put in your coffee?",
         
     | 
| 
      
 1034 
     | 
    
         
            +
                      "collection": "components",
         
     | 
| 
      
 1035 
     | 
    
         
            +
                      "validation": {
         
     | 
| 
      
 1036 
     | 
    
         
            +
                        "required": true
         
     | 
| 
      
 1037 
     | 
    
         
            +
                      }
         
     | 
| 
      
 1038 
     | 
    
         
            +
                    }
         
     | 
| 
      
 1039 
     | 
    
         
            +
                  ],
         
     | 
| 
      
 1040 
     | 
    
         
            +
                  "section_heading": ""
         
     | 
| 
      
 1041 
     | 
    
         
            +
                },
         
     | 
| 
      
 1042 
     | 
    
         
            +
                {
         
     | 
| 
      
 1043 
     | 
    
         
            +
                  "_id": "page.bye",
         
     | 
| 
      
 1044 
     | 
    
         
            +
                  "url": "bye",
         
     | 
| 
      
 1045 
     | 
    
         
            +
                  "lede": "Sorry, but we can only accept people who like chocolate.",
         
     | 
| 
      
 1046 
     | 
    
         
            +
                  "_type": "page.exit",
         
     | 
| 
      
 1047 
     | 
    
         
            +
                  "_uuid": "bb72a6a3-5f75-4874-90c3-ac7a6b83e9e5",
         
     | 
| 
      
 1048 
     | 
    
         
            +
                  "heading": "Bye",
         
     | 
| 
      
 1049 
     | 
    
         
            +
                  "components": [
         
     | 
| 
      
 1050 
     | 
    
         
            +
                    {
         
     | 
| 
      
 1051 
     | 
    
         
            +
                      "_id": "bye_content_1",
         
     | 
| 
      
 1052 
     | 
    
         
            +
                      "name": "bye_content_1",
         
     | 
| 
      
 1053 
     | 
    
         
            +
                      "_type": "content",
         
     | 
| 
      
 1054 
     | 
    
         
            +
                      "_uuid": "baac6887-78ac-4bf4-856b-4ebd850c7424",
         
     | 
| 
      
 1055 
     | 
    
         
            +
                      "content": "At least your decisive.  Decisive, but wrong!",
         
     | 
| 
      
 1056 
     | 
    
         
            +
                      "display": "conditional",
         
     | 
| 
      
 1057 
     | 
    
         
            +
                      "collection": "components",
         
     | 
| 
      
 1058 
     | 
    
         
            +
                      "conditionals": [
         
     | 
| 
      
 1059 
     | 
    
         
            +
                        {
         
     | 
| 
      
 1060 
     | 
    
         
            +
                          "_type": "if",
         
     | 
| 
      
 1061 
     | 
    
         
            +
                          "_uuid": "bc8b284b-8d49-4761-8f0b-ac2048de50cb",
         
     | 
| 
      
 1062 
     | 
    
         
            +
                          "expressions": [
         
     | 
| 
      
 1063 
     | 
    
         
            +
                            {
         
     | 
| 
      
 1064 
     | 
    
         
            +
                              "page": "fa925598-c4b9-4494-a42b-01ed5390ad7d",
         
     | 
| 
      
 1065 
     | 
    
         
            +
                              "field": "bb4d6ee7-c503-48d4-a72d-bc7e39b72573",
         
     | 
| 
      
 1066 
     | 
    
         
            +
                              "operator": "is",
         
     | 
| 
      
 1067 
     | 
    
         
            +
                              "component": "67e3461a-c5f8-42d3-8239-fb1e8dd2694e"
         
     | 
| 
      
 1068 
     | 
    
         
            +
                            }
         
     | 
| 
      
 1069 
     | 
    
         
            +
                          ]
         
     | 
| 
      
 1070 
     | 
    
         
            +
                        }
         
     | 
| 
      
 1071 
     | 
    
         
            +
                      ]
         
     | 
| 
      
 1072 
     | 
    
         
            +
                    },
         
     | 
| 
      
 1073 
     | 
    
         
            +
                    {
         
     | 
| 
      
 1074 
     | 
    
         
            +
                      "_id": "bye_content_2",
         
     | 
| 
      
 1075 
     | 
    
         
            +
                      "name": "bye_content_2",
         
     | 
| 
      
 1076 
     | 
    
         
            +
                      "_type": "content",
         
     | 
| 
      
 1077 
     | 
    
         
            +
                      "_uuid": "1ffc91c5-bbe9-45d5-8848-528e567e8d66",
         
     | 
| 
      
 1078 
     | 
    
         
            +
                      "content": "How can you be uncertain?",
         
     | 
| 
      
 1079 
     | 
    
         
            +
                      "display": "conditional",
         
     | 
| 
      
 1080 
     | 
    
         
            +
                      "collection": "components",
         
     | 
| 
      
 1081 
     | 
    
         
            +
                      "conditionals": [
         
     | 
| 
      
 1082 
     | 
    
         
            +
                        {
         
     | 
| 
      
 1083 
     | 
    
         
            +
                          "_type": "if",
         
     | 
| 
      
 1084 
     | 
    
         
            +
                          "_uuid": "4d28592a-24d9-4a9d-b5a7-8b9707aabe5e",
         
     | 
| 
      
 1085 
     | 
    
         
            +
                          "expressions": [
         
     | 
| 
      
 1086 
     | 
    
         
            +
                            {
         
     | 
| 
      
 1087 
     | 
    
         
            +
                              "page": "fa925598-c4b9-4494-a42b-01ed5390ad7d",
         
     | 
| 
      
 1088 
     | 
    
         
            +
                              "field": "aa0c6ac9-6c65-466f-9a74-7786ae55655a",
         
     | 
| 
      
 1089 
     | 
    
         
            +
                              "operator": "is",
         
     | 
| 
      
 1090 
     | 
    
         
            +
                              "component": "67e3461a-c5f8-42d3-8239-fb1e8dd2694e"
         
     | 
| 
      
 1091 
     | 
    
         
            +
                            }
         
     | 
| 
      
 1092 
     | 
    
         
            +
                          ]
         
     | 
| 
      
 1093 
     | 
    
         
            +
                        }
         
     | 
| 
      
 1094 
     | 
    
         
            +
                      ]
         
     | 
| 
      
 1095 
     | 
    
         
            +
                    }
         
     | 
| 
      
 1096 
     | 
    
         
            +
                  ],
         
     | 
| 
      
 1097 
     | 
    
         
            +
                  "add_component": "content",
         
     | 
| 
      
 1098 
     | 
    
         
            +
                  "section_heading": ""
         
     | 
| 
      
 1099 
     | 
    
         
            +
                },
         
     | 
| 
      
 1100 
     | 
    
         
            +
                {
         
     | 
| 
      
 1101 
     | 
    
         
            +
                  "_id": "page.approval",
         
     | 
| 
      
 1102 
     | 
    
         
            +
                  "url": "approval",
         
     | 
| 
      
 1103 
     | 
    
         
            +
                  "lede": "You have good taste in sweets.",
         
     | 
| 
      
 1104 
     | 
    
         
            +
                  "_type": "page.content",
         
     | 
| 
      
 1105 
     | 
    
         
            +
                  "_uuid": "88ce3bb5-bd9f-493b-85c5-d2e93466415e",
         
     | 
| 
      
 1106 
     | 
    
         
            +
                  "heading": "Good choice",
         
     | 
| 
      
 1107 
     | 
    
         
            +
                  "components": [
         
     | 
| 
      
 1108 
     | 
    
         
            +
                    {
         
     | 
| 
      
 1109 
     | 
    
         
            +
                      "_id": "approval_content_1",
         
     | 
| 
      
 1110 
     | 
    
         
            +
                      "name": "approval_content_1",
         
     | 
| 
      
 1111 
     | 
    
         
            +
                      "_type": "content",
         
     | 
| 
      
 1112 
     | 
    
         
            +
                      "_uuid": "80bc39c5-b7dd-4e45-90d3-e74e74113f81",
         
     | 
| 
      
 1113 
     | 
    
         
            +
                      "content": "Everyone loves jelly babies!",
         
     | 
| 
      
 1114 
     | 
    
         
            +
                      "display": "conditional",
         
     | 
| 
      
 1115 
     | 
    
         
            +
                      "collection": "components",
         
     | 
| 
      
 1116 
     | 
    
         
            +
                      "conditionals": [
         
     | 
| 
      
 1117 
     | 
    
         
            +
                        {
         
     | 
| 
      
 1118 
     | 
    
         
            +
                          "_type": "if",
         
     | 
| 
      
 1119 
     | 
    
         
            +
                          "_uuid": "0e8b3e3b-e480-450a-8898-6e539394e69e",
         
     | 
| 
      
 1120 
     | 
    
         
            +
                          "expressions": [
         
     | 
| 
      
 1121 
     | 
    
         
            +
                            {
         
     | 
| 
      
 1122 
     | 
    
         
            +
                              "page": "3df5937c-8e6e-4e4e-8108-c3b62ad8c91a",
         
     | 
| 
      
 1123 
     | 
    
         
            +
                              "field": "f1443897-cf2f-401b-ac97-41711a8f9388",
         
     | 
| 
      
 1124 
     | 
    
         
            +
                              "operator": "is",
         
     | 
| 
      
 1125 
     | 
    
         
            +
                              "component": "37bc88a2-26c9-42c7-a4b4-3803a4a313a1"
         
     | 
| 
      
 1126 
     | 
    
         
            +
                            }
         
     | 
| 
      
 1127 
     | 
    
         
            +
                          ]
         
     | 
| 
      
 1128 
     | 
    
         
            +
                        }
         
     | 
| 
      
 1129 
     | 
    
         
            +
                      ]
         
     | 
| 
      
 1130 
     | 
    
         
            +
                    }
         
     | 
| 
      
 1131 
     | 
    
         
            +
                  ],
         
     | 
| 
      
 1132 
     | 
    
         
            +
                  "add_component": "content",
         
     | 
| 
      
 1133 
     | 
    
         
            +
                  "section_heading": ""
         
     | 
| 
      
 1134 
     | 
    
         
            +
                }
         
     | 
| 
      
 1135 
     | 
    
         
            +
              ],
         
     | 
| 
      
 1136 
     | 
    
         
            +
              "locale": "en",
         
     | 
| 
      
 1137 
     | 
    
         
            +
              "created_at": "2023-09-28T13:36:34Z",
         
     | 
| 
      
 1138 
     | 
    
         
            +
              "created_by": "339d8726-a6e7-4084-a3ad-0a8300093c40",
         
     | 
| 
      
 1139 
     | 
    
         
            +
              "service_id": "c1740b93-b99d-4b91-8ab1-12a508f546d2",
         
     | 
| 
      
 1140 
     | 
    
         
            +
              "version_id": "d3212816-943b-4d88-b75e-1c63377ba359",
         
     | 
| 
      
 1141 
     | 
    
         
            +
              "service_name": "Conditional Content Test",
         
     | 
| 
      
 1142 
     | 
    
         
            +
              "configuration": {
         
     | 
| 
      
 1143 
     | 
    
         
            +
                "meta": {
         
     | 
| 
      
 1144 
     | 
    
         
            +
                  "_id": "config.meta",
         
     | 
| 
      
 1145 
     | 
    
         
            +
                  "_type": "config.meta",
         
     | 
| 
      
 1146 
     | 
    
         
            +
                  "items": [
         
     | 
| 
      
 1147 
     | 
    
         
            +
                    {
         
     | 
| 
      
 1148 
     | 
    
         
            +
                      "_id": "config.meta--link",
         
     | 
| 
      
 1149 
     | 
    
         
            +
                      "href": "/cookies",
         
     | 
| 
      
 1150 
     | 
    
         
            +
                      "text": "Cookies",
         
     | 
| 
      
 1151 
     | 
    
         
            +
                      "_type": "link"
         
     | 
| 
      
 1152 
     | 
    
         
            +
                    },
         
     | 
| 
      
 1153 
     | 
    
         
            +
                    {
         
     | 
| 
      
 1154 
     | 
    
         
            +
                      "_id": "config.meta--link--2",
         
     | 
| 
      
 1155 
     | 
    
         
            +
                      "href": "/privacy",
         
     | 
| 
      
 1156 
     | 
    
         
            +
                      "text": "Privacy",
         
     | 
| 
      
 1157 
     | 
    
         
            +
                      "_type": "link"
         
     | 
| 
      
 1158 
     | 
    
         
            +
                    },
         
     | 
| 
      
 1159 
     | 
    
         
            +
                    {
         
     | 
| 
      
 1160 
     | 
    
         
            +
                      "_id": "config.meta--link--3",
         
     | 
| 
      
 1161 
     | 
    
         
            +
                      "href": "/accessibility",
         
     | 
| 
      
 1162 
     | 
    
         
            +
                      "text": "Accessibility",
         
     | 
| 
      
 1163 
     | 
    
         
            +
                      "_type": "link"
         
     | 
| 
      
 1164 
     | 
    
         
            +
                    }
         
     | 
| 
      
 1165 
     | 
    
         
            +
                  ]
         
     | 
| 
      
 1166 
     | 
    
         
            +
                },
         
     | 
| 
      
 1167 
     | 
    
         
            +
                "service": {
         
     | 
| 
      
 1168 
     | 
    
         
            +
                  "_id": "config.service",
         
     | 
| 
      
 1169 
     | 
    
         
            +
                  "_type": "config.service"
         
     | 
| 
      
 1170 
     | 
    
         
            +
                }
         
     | 
| 
      
 1171 
     | 
    
         
            +
              },
         
     | 
| 
      
 1172 
     | 
    
         
            +
              "standalone_pages": [
         
     | 
| 
      
 1173 
     | 
    
         
            +
                {
         
     | 
| 
      
 1174 
     | 
    
         
            +
                  "_id": "page.cookies",
         
     | 
| 
      
 1175 
     | 
    
         
            +
                  "url": "cookies",
         
     | 
| 
      
 1176 
     | 
    
         
            +
                  "body": "This form saves small files (known as 'cookies') onto your device.\r\n \r\nCookies are used to:\r\n \r\n* remember your progress\r\n* measure how you use the form so it can be updated and improved based on your needs\r\n \r\nThese cookies are not used to identify you personally.\r\n \r\nYou will normally see a message on the form before we store a cookie on your computer. Essential cookies are necessary for the form to work but you can still complete the form if you choose not to accept analytics cookies.\r\n \r\nFind out more about [how to manage cookies](https://www.aboutcookies.org/).\r\n \r\n## Essential cookies\r\n \r\nEssential cookies are required to make this form work and keep your information secure while you use it.\r\n \r\nWe use the following essential cookies: \r\n \r\n| Name | Purpose | Expires |\r\n|---|---|---|\r\n| \\_fb\\_runner\\_session | Saves your current progress on this computer and tracks inactivity periods | After 30 minutes of inactivity or when you close your browser |\r\n| analytics | Remembers whether you accept or reject analytics cookies on this form | After 1 year |\r\n \r\n## Analytics cookies\r\n \r\nAnalytics cookies collect information about how you use this form. This helps us make sure the form is meeting the needs of its users and to help us make improvements.\r\n \r\nWe use Google Analytics to learn about:\r\n \r\n* the pages you visit\r\n* how long you spend on each page\r\n* how you got to the form\r\n* what you click on while you are using the form\r\n \r\nWe do not collect or store your personal information (for example your name or address) so this information can't be used to identify who you are. We do not allow third parties to use or share our analytics data.\r\n \r\nThis form may use different versions of Google Analytics and could save some or all of the following cookies:\r\n \r\n| Name | Purpose | Expires |\r\n|---|---|---|\r\n| \\_ga | Helps us count how many people visit this form | 2 years |\r\n| \\_gid | Helps us count how many people visit this form | 1 day   |\r\n| \\_ga\\_\\<container-id> | Used to persist session state | 2 years |\r\n| \\_gac\\_gb\\_\\<container-id> | Contains campaign-related information | 90 days |\r\n| \\_gat | Used to throttle request rate | 1 minute |\r\n| \\_dc\\_gtm\\_\\<property-id>| Used to throttle request rate | 1 minute |\r\n| AMP\\_TOKEN | Contains a token that can be used to retrieve a Client ID from AMP Client ID service | 30 seconds to 1 year |\r\n| \\_gac\\_\\<property-id> | Contains campaign related information | 90 days |\r\n \r\nYou can use a browser addon to [opt out of Google Analytics cookies](https://tools.google.com/dlpage/gaoptout) on all websites.",
         
     | 
| 
      
 1177 
     | 
    
         
            +
                  "_type": "page.standalone",
         
     | 
| 
      
 1178 
     | 
    
         
            +
                  "_uuid": "cac8b411-d50d-47b4-ae6d-9009256f249a",
         
     | 
| 
      
 1179 
     | 
    
         
            +
                  "heading": "Cookies",
         
     | 
| 
      
 1180 
     | 
    
         
            +
                  "components": [
         
     | 
| 
      
 1181 
     | 
    
         
            +
             
     | 
| 
      
 1182 
     | 
    
         
            +
                  ]
         
     | 
| 
      
 1183 
     | 
    
         
            +
                },
         
     | 
| 
      
 1184 
     | 
    
         
            +
                {
         
     | 
| 
      
 1185 
     | 
    
         
            +
                  "_id": "page.privacy",
         
     | 
| 
      
 1186 
     | 
    
         
            +
                  "url": "privacy",
         
     | 
| 
      
 1187 
     | 
    
         
            +
                  "body": "[[Guidance notes on completing this notice](https://intranet.justice.gov.uk/documents/2018/03/privacy-notice-guidance.pdf) - delete before publishing]\r\n\r\n## [Name of your form or service]\r\n\r\nThe Ministry of Justice (MoJ) is committed to the protection and security of your personal information.\r\n\r\nIt is important that you read this notice so that you are aware of how and why we are using such information. This privacy notice describes how we collect and use personal information during and after your relationship with us, in accordance with data protection law. \r\n\r\n[Insert name – delete if not an EA or ALB] is an Executive Agency/Arm’s Length Body of the MoJ. MoJ is the data controller for the personal data used for the purposes of [Insert overarching purpose].\r\n\r\n### The type of personal data we process\r\n\r\nWe currently collect and use the following information:\r\n\r\n[list the type of personal data used e.g. name, address, contact details etc]\r\n\r\nWe also collect special categories of information, such as [delete this section if not applicable]:\r\n\r\n* race or ethnicity \r\n* political opinions\r\n* religious or philosophical beliefs\r\n* trade union membership\r\n* health, sex life or sexual orientation \r\n* genetics or biometrics\r\n* criminal convictions\r\n\r\n\r\n### How we get your personal data and why we have it\r\n\r\nMost of the personal information we process is provided to us directly by you for one of the following reasons: [List reasons e.g. providing an online service]\r\n\r\nWe also receive personal information indirectly, from the following sources in the following scenarios: [Include details of the source of the personal data unless the data is collected directly from the data subject]\r\n\r\nWe use the personal data we receive in order to: [list how you use the personal data] \r\n\r\nWe may share this information with: [enter organisations or individuals]\r\n\r\nUnder the UK General Data Protection Regulation (UK GDPR), the lawful bases we rely on for processing this information are: [delete as appropriate]\r\n\r\n* Your consent. You may withdraw your consent at any time by contacting [enter contact details].\r\n* We have a contractual obligation.\r\n* We have a legal obligation.\r\n* We have a vital interest.\r\n* We need it to perform a public task.\r\n* We have a legitimate interest.\r\n\r\n[Explain the purpose and lawful basis for processing the personal data you collect. If lawful basis is a legal obligation or public task, explain what this is e.g. refer to legislation or policy.]  \r\n\r\nThe legal bases on which the MoJ processes special categories of information you have provided, is on the basis of: [delete this section if not applicable]\r\n\r\n* Your explicit consent. You may withdraw your consent at any time by contacting [insert contact details].\r\n* The processing being necessary for the MoJ in the field of employment, social security and social protection law.\r\n* The information being manifestly made public by you.\r\n* The processing being necessary for the establishment, exercise or defence of legal claims.\r\n* The substantial public interest in the MoJ [tailor as required and choose relevant [substantial public interest condition](https://ico.org.uk/for-organisations/guide-to-data-protection/guide-to-the-general-data-protection-regulation-gdpr/special-category-data/what-are-the-substantial-public-interest-conditions/)]. \r\n* The processing is necessary for historical research purposes/statistical purposes.\r\n\r\n### International data transfers\r\n\r\n[Delete one of the following paragraphs as appropriate]\r\n\r\nPersonal data is transferred to [insert name of country] for the purpose of [insert purpose]. This international transfer complies with UK data protection law [delete as appropriate].\r\n\r\n\r\nThere are no international transfers.\r\n\r\n### How we store your personal data\r\n\r\n[set out how long the information is retained, or the criteria used to determine how long the information is retained]\r\n\r\nPersonal data is stored securely and in accordance with our data retention schedule [insert link to the schedule or details of retention periods]. At the end of this period your data is [insert with it is retained as a public record or whether it is disposed of].\r\n\r\n### Your rights\r\n\r\n[This section lists all data subject rights found in the UKGDPR and the Data Protection Act 2018. You should only include those relevant to your lawful basis for processing. [Find out more about which rights apply and when](https://ico.org.uk/for-organisations/guide-to-data-protection/guide-to-the-general-data-protection-regulation-gdpr/individual-rights/)]\r\n\r\n* Your right of access - You have the right to ask us for copies of your personal information. \r\n* Your right to rectification - You have the right to ask us to rectify personal information you think is inaccurate. You also have the right to ask us to complete information you think is incomplete. \r\n* Your right to erasure - You have the right to ask us to erase your personal information in certain circumstances. \r\n* Your right to restriction of processing - You have the right to ask us to restrict the processing of your personal information in certain circumstances. \r\n* Your right to object to processing - You have the right to object to the processing of your personal information in certain circumstances. \r\n* Your right to data portability - You have the right to ask that we transfer the personal information you gave us to another organisation, or to you, in certain circumstances. \r\n\r\nDepending on the lawful basis on which your personal data is being processed, not all rights will apply.\r\n\r\nYou are not required to pay any charge for exercising your rights. If you make a request, we have one month to respond to you. If you wish to exercise your data protection rights please contact one of these teams.\r\n\r\nIf you have ever been convicted of a criminal offence, contact:\r\n\r\n\r\nBranston Registry<br> \r\nBuilding 16, S & T Store<br> \r\nBurton Road<br>\r\nBranston<br>\r\nBurton-on-Trent<br> \r\nStaffordshire<br>\r\nDE14 3EG\r\nEmail: <data.access1@justice.gov.uk>\r\n\r\nOtherwise, contact:\r\n\r\n\r\nDisclosure Team<br>\r\nPost point 10.38<br>\r\n102 petty France<br>\r\nLondon<br>\r\nSW1H 9AJ\r\nEmail: <data.access@justice.gov.uk> \r\n\r\n### How to complain\r\n\r\nIf you have any concerns about our use of your personal data, you can contact the MoJ data protection officer:\r\n\r\nData Protection Officer<br>\r\nMinistry of Justice<br>\r\n3rd Floor, Post Point 3.20<br>\r\n10 South Colonnades<br>\r\nCanary Wharf<br>\r\nLondon<br>\r\nE14 4PU\r\n\r\nEmail: <dpo@justice.gov.uk> \r\n\r\n\r\nYou can also complain to the Information Commissioner’s Office (ICO) if you are unhappy with how we have used your data:\r\n\r\n\r\nInformation Commissioner’s Office<br>\r\nWycliffe House<br>\r\nWater Lane<br>\r\nWilmslow<br>\r\nCheshire<br>\r\nSK9 5AF\r\n\r\nTelephone: 0303 123 1113<br>\r\n[ICO website](https://www.ico.org.uk)\r\n\r\nDate of last review: [Insert publication or update date]",
         
     | 
| 
      
 1188 
     | 
    
         
            +
                  "_type": "page.standalone",
         
     | 
| 
      
 1189 
     | 
    
         
            +
                  "_uuid": "d57f759a-4123-4ef7-a6db-f2f619a2a52f",
         
     | 
| 
      
 1190 
     | 
    
         
            +
                  "heading": "Privacy notice",
         
     | 
| 
      
 1191 
     | 
    
         
            +
                  "components": [
         
     | 
| 
      
 1192 
     | 
    
         
            +
             
     | 
| 
      
 1193 
     | 
    
         
            +
                  ]
         
     | 
| 
      
 1194 
     | 
    
         
            +
                },
         
     | 
| 
      
 1195 
     | 
    
         
            +
                {
         
     | 
| 
      
 1196 
     | 
    
         
            +
                  "_id": "page.accessibility",
         
     | 
| 
      
 1197 
     | 
    
         
            +
                  "url": "accessibility",
         
     | 
| 
      
 1198 
     | 
    
         
            +
                  "body": "This accessibility statement applies to [describe your form here - for example, the general enquiries form for the CICA]. There is a separate [accessibility statement for the main GOV.UK website](https://www.gov.uk/help/accessibility-statement).\r\n\r\n### Using this online form\r\n\r\nThis form was built using MoJ Forms, a tool developed by the Ministry of Justice, and uses components from the [GOV.UK Design System](https://design-system.service.gov.uk/).\r\n\r\n[insert your organisation here] is responsible for the content of this online form. The Ministry of Justice is responsible for its technical aspects.\r\n\r\nWe want as many people as possible to be able to use this online form. For example, that means you should be able to:\r\n\r\n- change colours, contrast levels and fonts\r\n- zoom in up to 300% without the text spilling off the screen\r\n- navigate the form using just a keyboard\r\n- navigate the form using speech recognition software\r\n- listen to the form using a screen reader (including recent versions of JAWS, NVDA and VoiceOver)\r\n\r\nWe’ve also made the text as simple as possible to understand.\r\n\r\n[AbilityNet](https://mcmw.abilitynet.org.uk/) has advice on making your device easier to use if you have a disability.\r\n\r\n### Feedback and contact information\r\n\r\nIf you need information on this website in a different format:\r\n\r\n[insert your contact details for user requests here - add other channels, such as text phones or Relay UK, as required]\r\n\r\n- email: [your email address]\r\n- call: [your telephone number]\r\n- [Hours - e.g. Monday to Friday, 9am to 5pm]\r\n\r\nWe'll consider your request and get back to you in [add your SLA - e.g. a week or 5 working days].\r\n\r\n### Reporting accessibility problems with this form\r\n\r\nWe’re always looking to improve the accessibility of this form. If you find any problems not listed on this page or think we’re not meeting accessibility requirements, contact:\r\n\r\n[insert your contact details for user feedback here - add other channels, such as text phones or Relay UK, as required]\r\n\r\n- email: [your email address]\r\n- call: [your telephone number]\r\n- [Hours - e.g. Monday to Friday, 9am to 5pm]\r\n\r\n### Enforcement procedure\r\n\r\nThe Equality and Human Rights Commission (EHRC) is responsible for enforcing the Public Sector Bodies (Websites and Mobile Applications) (No. 2) Accessibility Regulations 2018 (the ‘accessibility regulations’). If you’re not happy with how we respond to your complaint, contact the [Equality Advisory and Support Service (EASS)](https://www.equalityadvisoryservice.com/).\r\n\r\n### Technical information about this online form’s accessibility\r\n\r\nWe are committed to making our online forms and services accessible, in accordance with the Public Sector Bodies (Websites and Mobile Applications) (No. 2) Accessibility Regulations 2018.\r\n\r\n#### Compliance status\r\n\r\nThis online form is fully compliant with the [Web Content Accessibility Guidelines version 2.1 AA standard](https://www.w3.org/TR/WCAG21/)\r\n\r\n### Preparation of this accessibility statement\r\n\r\nThis statement was prepared on [date when it was first published]. It was last reviewed on [date when it was last reviewed].\r\n\r\nThis form was last tested on [date when you performed your basic accessibility check].\r\n\r\nIn order to test the compliance of all forms built using the MoJ Forms tool, the Ministry of Justice commissioned The Digital Accessibility Centre (DAC) to carry out a WCAG 2.1 AA level audit of a sample form. This included extensive testing by users with a wide range of disabilities. The audit was performed on 8 April 2021. The audit highlighted a number of non-compliance issues which were fixed on 11 May 2021.\r\n\r\nIn addition, this form was tested by [insert team or organisation here]. It was tested using the [WAVE Web Accessibility Evaluation Tool](https://wave.webaim.org/) following guidance from the Ministry of Justice and the Government Digital Service (GDS).\r\n\r\n### What we’re doing to improve accessibility\r\n\r\nWe will monitor the accessibility of this website on an ongoing basis and fix any accessibility issues reported to us.",
         
     | 
| 
      
 1199 
     | 
    
         
            +
                  "_type": "page.standalone",
         
     | 
| 
      
 1200 
     | 
    
         
            +
                  "_uuid": "9a784d9d-1ade-4e76-a3a6-de459fb9f17f",
         
     | 
| 
      
 1201 
     | 
    
         
            +
                  "heading": "Accessibility statement",
         
     | 
| 
      
 1202 
     | 
    
         
            +
                  "components": [
         
     | 
| 
      
 1203 
     | 
    
         
            +
             
     | 
| 
      
 1204 
     | 
    
         
            +
                  ]
         
     | 
| 
      
 1205 
     | 
    
         
            +
                }
         
     | 
| 
      
 1206 
     | 
    
         
            +
              ]
         
     | 
| 
      
 1207 
     | 
    
         
            +
            }
         
     | 
| 
      
 1208 
     | 
    
         
            +
                    
         
     |