Added red turn question
This commit is contained in:
parent
10f7305bf0
commit
5d875e5233
3 changed files with 47 additions and 0 deletions
|
@ -218,6 +218,31 @@
|
|||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"question": {
|
||||
"en": "Can a cyclist turn right when the light is red?",
|
||||
"nl": "Mag een fietser rechtsaf slaan als het licht rood is?"
|
||||
},
|
||||
"condition": [
|
||||
"highway=traffic_signals"
|
||||
],
|
||||
"mappings": [
|
||||
{
|
||||
"if": "red_turn:right:bicycle=yes",
|
||||
"then": {
|
||||
"en": "A cyclist can turn right if the light is red",
|
||||
"nl": "Een fietser mag niet rechtsaf slaan als het licht rood is"
|
||||
}
|
||||
},
|
||||
{
|
||||
"if": "red_turn:right:bicycle=no",
|
||||
"then": {
|
||||
"en": "A cyclist can not turn right if the light is red",
|
||||
"nl": "Een fietser mag rechtsaf slaan als het licht rood is"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
|
@ -775,6 +775,17 @@
|
|||
"then": "This traffic light does not have a button to request green light"
|
||||
}
|
||||
}
|
||||
},
|
||||
"5": {
|
||||
"question": "Can a cyclist turn right when the light is red?",
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "A cyclist can turn right if the light is red"
|
||||
},
|
||||
"1": {
|
||||
"then": "A cyclist can not turn right if the light is red"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
|
|
|
@ -857,6 +857,17 @@
|
|||
"then": "Dit verkeerlicht heeft niet een knop voor groen licht"
|
||||
}
|
||||
}
|
||||
},
|
||||
"5": {
|
||||
"question": "Mag een fietser rechtsaf slaan als het licht rood is?",
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Een fietser mag niet rechtsaf slaan als het licht rood is"
|
||||
},
|
||||
"1": {
|
||||
"then": "Een fietser mag rechtsaf slaan als het licht rood is"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
|
|
Loading…
Add table
Reference in a new issue