Add operator to vending machine

This commit is contained in:
pietervdvn 2021-01-09 02:32:05 +01:00
parent 73f991ae0f
commit 6a254e10e5

View file

@ -132,7 +132,20 @@
"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?",