Add waste_assen, add location for disposal

This commit is contained in:
Robin van der Linde 2022-01-09 17:39:51 +01:00
parent b59f3ca5c8
commit b5bfd6558b
7 changed files with 181 additions and 2 deletions

View file

@ -70,6 +70,36 @@
}
}
]
},
{
"id": "disposal-location",
"question": {
"en": "Where is this container located?",
"nl": "Waar bevindt deze container zich?"
},
"mappings": [
{
"if": "location=underground",
"then": {
"en": "This is an underground container",
"nl": "Dit is een ondergrondse container"
}
},
{
"if": "location=indoor",
"then": {
"en": "This container is located indoors",
"nl": "Deze container bevindt zich binnen"
}
},
{
"if": "location=",
"then": {
"en": "This container is located outdoors",
"nl": "Deze container is buiten"
}
}
]
}
],
"filter": [