forked from MapComplete/MapComplete
Themes: Add recycling colour question (#1194)
This commit is contained in:
parent
03526a8e16
commit
d8586b57a1
1 changed files with 72 additions and 1 deletions
|
@ -1435,6 +1435,77 @@
|
|||
"es": "Esta instalación de reciclaje puede ser usada por {access}"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "colour",
|
||||
"condition": "recycling_type=container",
|
||||
"question": {
|
||||
"en": "What color is this recycling container?",
|
||||
"nl": "Welke kleur heeft deze recyclingcontainer?"
|
||||
},
|
||||
"freeform": {
|
||||
"key": "colour",
|
||||
"type": "color",
|
||||
"placeholder": {
|
||||
"en": "Colour of the container",
|
||||
"nl": "Kleur van de container"
|
||||
}
|
||||
},
|
||||
"mappings": [
|
||||
{
|
||||
"if": "colour=blue",
|
||||
"then": {
|
||||
"en": "This recycling container is coloured blue",
|
||||
"nl": "Deze recyclingcontainer is blauw gekleurd"
|
||||
}
|
||||
},
|
||||
{
|
||||
"if": "colour=green",
|
||||
"then": {
|
||||
"en": "This recycling container is coloured green",
|
||||
"nl": "Deze recyclingcontainer is groen gekleurd"
|
||||
}
|
||||
},
|
||||
{
|
||||
"if": "colour=maroon",
|
||||
"then": {
|
||||
"en": "This recycling container is coloured maroon",
|
||||
"nl": "Deze recyclingcontainer is kastanjebruin gekleurd"
|
||||
}
|
||||
},
|
||||
{
|
||||
"if": "colour=yellow",
|
||||
"then": {
|
||||
"en": "This recycling container is coloured yellow",
|
||||
"nl": "Deze recyclingcontainer is geel gekleurd"
|
||||
}
|
||||
},
|
||||
{
|
||||
"if": "colour=red",
|
||||
"then": {
|
||||
"en": "This recycling container is coloured red",
|
||||
"nl": "Deze recyclingcontainer is rood gekleurd"
|
||||
}
|
||||
},
|
||||
{
|
||||
"if": "colour=black",
|
||||
"then": {
|
||||
"en": "This recycling container is coloured black",
|
||||
"nl": "Deze recyclingcontainer is zwart gekleurd"
|
||||
}
|
||||
},
|
||||
{
|
||||
"if": "colour=white",
|
||||
"then": {
|
||||
"en": "This recycling container is coloured white",
|
||||
"nl": "Deze recyclingcontainer is wit gekleurd"
|
||||
}
|
||||
}
|
||||
],
|
||||
"render": {
|
||||
"en": "This recycling container is {colour}",
|
||||
"nl": "Deze recyclingcontainer is {colour}"
|
||||
}
|
||||
},
|
||||
"survey_date"
|
||||
],
|
||||
"filter": [
|
||||
|
@ -1795,4 +1866,4 @@
|
|||
"enableRelocation": true,
|
||||
"enableImproveAccuracy": true
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue