Add operator to vending machine
This commit is contained in:
parent
73f991ae0f
commit
6a254e10e5
1 changed files with 14 additions and 1 deletions
|
@ -132,7 +132,20 @@
|
||||||
"then": "Schwalbe tubes are sold here"
|
"then": "Schwalbe tubes are sold here"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"multiAnswer": true
|
"multiAnswer": true,
|
||||||
|
"condition": "operator!=Schwalbe"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"question": "Who maintains this vending machine?",
|
||||||
|
"mappings": [
|
||||||
|
{
|
||||||
|
"if": "operator=Schwalbe",
|
||||||
|
"then": "Maintained by Schwalbe"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"freeform": {
|
||||||
|
"key": "operator"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"question": "Are other bicycle bicycle accessories sold here?",
|
"question": "Are other bicycle bicycle accessories sold here?",
|
||||||
|
|
Loading…
Reference in a new issue