Skip to content

Commit

Permalink
fix image
Browse files Browse the repository at this point in the history
  • Loading branch information
yibeichan committed Oct 10, 2024
1 parent 9f08c30 commit fc5fd5c
Showing 1 changed file with 8 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
]
}
Expand Down

0 comments on commit fc5fd5c

Please sign in to comment.