Added B22 and B23

This commit is contained in:
Robin van der Linde 2021-07-26 16:51:58 +02:00
parent d11e0be34a
commit 95d3e973f0
6 changed files with 345 additions and 3 deletions

View file

@ -780,12 +780,29 @@
"question": "Can a cyclist turn right when the light is red?",
"mappings": {
"0": {
"then": "A cyclist can turn right if the light is red"
"then": "A cyclist can turn right if the light is red <img src='./assets/layers/crossings/Belgian_road_sign_B22.svg' style='height: 3em'>"
},
"1": {
"then": "A cyclist can turn right if the light is red"
},
"2": {
"then": "A cyclist can not turn right if the light is red"
}
}
},
"6": {
"question": "Can a cyclist go straight on when the light is red?",
"mappings": {
"0": {
"then": "A cyclist can go straight on if the light is red <img src='./assets/layers/crossings/Belgian_road_sign_B23.svg' style='height: 3em'>"
},
"1": {
"then": "A cyclist can go straight on if the light is red"
},
"2": {
"then": "A cyclist can not go straight on if the light is red"
}
}
}
}
},

View file

@ -862,12 +862,29 @@
"question": "Mag een fietser rechtsaf slaan als het licht rood is?",
"mappings": {
"0": {
"then": "Een fietser mag wel rechtsaf slaan als het licht rood is"
"then": "Een fietser mag wel rechtsaf slaan als het licht rood is <img src='./assets/layers/crossings/Belgian_road_sign_B22.svg' style='height: 3em'>"
},
"1": {
"then": "Een fietser mag wel rechtsaf slaan als het licht rood is"
},
"2": {
"then": "Een fietser mag niet rechtsaf slaan als het licht rood is"
}
}
},
"6": {
"question": "Mag een fietser rechtdoor gaan als het licht rood is?",
"mappings": {
"0": {
"then": "Een fietser mag wel rechtdoor gaan als het licht rood is <img src='./assets/layers/crossings/Belgian_road_sign_B23.svg' style='height: 3em'>"
},
"1": {
"then": "Een fietser mag wel rechtdoor gaan als het licht rood is"
},
"2": {
"then": "Een fietser mag niet rechtdoor gaan als het licht rood is"
}
}
}
}
},