From ba9d6521a5f9644f733733332283d406b46789f4 Mon Sep 17 00:00:00 2001 From: DanielHabenicht Date: Sun, 20 Feb 2022 15:28:40 +0000 Subject: [PATCH] fix missing options attribute --- deploy/stanford/questionnaire/en.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/deploy/stanford/questionnaire/en.json b/deploy/stanford/questionnaire/en.json index 76a0538..a178c22 100644 --- a/deploy/stanford/questionnaire/en.json +++ b/deploy/stanford/questionnaire/en.json @@ -35,6 +35,7 @@ }, { "type": "multiselect", + "options": [], "id": "q_restriction", "text": "Access to CovApp is restricted.", "enableWhenExpression": { @@ -45,6 +46,7 @@ { "type": "multiselect", "id": "q_restriction2", + "options": [], "text": "Access to CovApp is restricted.", "enableWhenExpression": { "var": "q_intro.option.no"