From fc5fd5c9095d8ef1a3809e09fac75f4def6826d7 Mon Sep 17 00:00:00 2001 From: Yibei Chen Date: Thu, 10 Oct 2024 17:32:25 +0000 Subject: [PATCH] fix image --- .../items/interviewed_who | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/activities/demographics_and_background_information_v1/items/interviewed_who b/activities/demographics_and_background_information_v1/items/interviewed_who index 59099e6a7..d8d8680ca 100644 --- a/activities/demographics_and_background_information_v1/items/interviewed_who +++ b/activities/demographics_and_background_information_v1/items/interviewed_who @@ -12,15 +12,20 @@ "en": "Who is being interviewed?" }, "responseOptions": { + "valueType": "xsd:integer", "choices": [ { "value": 1, - "name": "Participant only " + "name": { + "en": "Participant only" + } }, { "value": 2, - "name": "Participant and informant (e.g.", - "image": "https://raw.githubusercontent.com/hfg-gmuend/openmoji/master/color/618x618/parent).png" + "name": { + "en": "Participant and informant (e.g., parent)" + }, + "image": "https://raw.githubusercontent.com/hfg-gmuend/openmoji/master/color/618x618/parent.png" } ] }