From 786b850dbeff9a92f761e65cd01a0e948140f37d Mon Sep 17 00:00:00 2001 From: Pieter Vander Vennet Date: Tue, 3 Sep 2024 21:00:42 +0200 Subject: [PATCH] Themes: allow multiple internet access types --- assets/layers/questions/questions.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/assets/layers/questions/questions.json b/assets/layers/questions/questions.json index 1f6c460ab..5595d6ada 100644 --- a/assets/layers/questions/questions.json +++ b/assets/layers/questions/questions.json @@ -2080,6 +2080,7 @@ "ca": "Aquest lloc ofereix accés a internet?", "pl": "Czy to miejsce oferuje dostęp do Internetu?" }, + "multiAnswer": true, "mappings": [ { "if": "internet_access=wlan", @@ -2259,7 +2260,7 @@ "labels": [ "internet-all" ], - "condition": "internet_access=wlan", + "condition": "internet_access~.*wlan.*", "question": { "en": "What is the network name for the wireless internet access?", "nl": "Wat is de netwerknaam voor de draadloze internettoegang?",