forked from MapComplete/MapComplete
Fix question wrong way round
This commit is contained in:
parent
c3c8525841
commit
d12d8b09fa
2 changed files with 4 additions and 4 deletions
|
@ -230,14 +230,14 @@
|
||||||
"if": "red_turn:right:bicycle=yes",
|
"if": "red_turn:right:bicycle=yes",
|
||||||
"then": {
|
"then": {
|
||||||
"en": "A cyclist can turn right if the light is red",
|
"en": "A cyclist can turn right if the light is red",
|
||||||
"nl": "Een fietser mag niet rechtsaf slaan als het licht rood is"
|
"nl": "Een fietser mag wel rechtsaf slaan als het licht rood is"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"if": "red_turn:right:bicycle=no",
|
"if": "red_turn:right:bicycle=no",
|
||||||
"then": {
|
"then": {
|
||||||
"en": "A cyclist can not turn right if the light is red",
|
"en": "A cyclist can not turn right if the light is red",
|
||||||
"nl": "Een fietser mag rechtsaf slaan als het licht rood is"
|
"nl": "Een fietser mag niet rechtsaf slaan als het licht rood is"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
|
@ -862,10 +862,10 @@
|
||||||
"question": "Mag een fietser rechtsaf slaan als het licht rood is?",
|
"question": "Mag een fietser rechtsaf slaan als het licht rood is?",
|
||||||
"mappings": {
|
"mappings": {
|
||||||
"0": {
|
"0": {
|
||||||
"then": "Een fietser mag niet rechtsaf slaan als het licht rood is"
|
"then": "Een fietser mag wel rechtsaf slaan als het licht rood is"
|
||||||
},
|
},
|
||||||
"1": {
|
"1": {
|
||||||
"then": "Een fietser mag rechtsaf slaan als het licht rood is"
|
"then": "Een fietser mag niet rechtsaf slaan als het licht rood is"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue