Added cycle_barrier type, red turn

This commit is contained in:
Robin van der Linde 2021-07-19 16:07:30 +02:00
parent 3c29798b96
commit da7faf0a8f
11 changed files with 118 additions and 12 deletions

View file

@ -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"
}
}
}
}
},

View file

@ -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"
}
}
}
}
},