Answer the question
In order to leave comments, you need to log in
How to understand condition in JSON property value?
I created JSON using Survey Creator :
{
"pages": [
{
"name": "page1",
"elements": [
{
"type": "radiogroup",
"name": "question1",
"choices": [
"item1",
"item2",
"item3"
]
},
{
"type": "text",
"name": "question2",
"visibleIf": "{question1} = \"item1\""
}
}
]
}
"visibleIf": { "name":"question1", "value":"item1" }
But I don't understand the option above.
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question