2026-04-14 17:41:39 +02:00

92 lines
2.8 KiB
JavaScript

var tableauQuestion = [
{
question: "If you're going 80 km/h, and you're approaching a residential area you must:",
propositionA: "You accelerate",
propositionB: "You keep your speed, if you do not pass other vehicles",
propositionC: "You slow down",
propositionD: "You keep your speed",
reponse: "C"
},
{
question: "If you're turning right at a traffic light, but see a pedestrian crossing what do you do:",
propositionA: "You pass the pedestrian",
propositionB: "You check that there is no other vehicles around",
propositionC: "You wait until the pedestrian has crossed",
propositionD: "You shoot the pedestrian and continue to drive",
reponse: "C"
},
{
question: "Without any prior indication, the speed in a residential area is: __ km/h",
propositionA: "30 km/h",
propositionB: "50 km/h",
propositionC: "40 km/h",
propositionD: "60 km/h",
reponse: "B"
},
{
question: "Before every lane change you must:",
propositionA: "Check your mirrors",
propositionB: "Check your blind spots",
propositionC: "Signal your intentions",
propositionD: "All of the above",
reponse: "D"
},
{
question: "What blood alcohol level is classified as driving while intoxicated?",
propositionA: "0.05%",
propositionB: "0.18%",
propositionC: "0.08%",
propositionD: "0.06%",
reponse: "C"
},
{
question: "When can you continue to drive at a traffic light?",
propositionA: "When it is green",
propositionB: "When there is nobody in the intersection",
propositionC: "You are in a school zone",
propositionD: "When it is green and / or red and you're turning right",
reponse: "D"
},
{
question: "A pedestrian has a do not cross signal, what do you do?",
propositionA: "You let them pass",
propositionB: "You observe before continuing",
propositionC: "You wave to tell them to cross",
propositionD: "You continue because your traffic light is green",
reponse: "D"
},
{
question: "What is allowed when passing another vehicle",
propositionA: "You follow it closely to pass it faster",
propositionB: "You pass it without leaving the roadway",
propositionC: "You drive on the opposite side of the road to pass",
propositionD: "You exceed the speed limit to pass them",
reponse: "C"
},
{
question: "You are driving on a highway which indicates a maximum speed of 120 km/h. But most trafficers drive at 125 km/h, so you should not drive faster than:",
propositionA: "120 km/h",
propositionB: "125 km/h",
propositionC: "130 km/h",
propositionD: "110 km/h",
reponse: "A"
},
{
question: "When you are overtaken by another vehicle it is important NOT to:",
propositionA: "Slow Down",
propositionB: "Check your mirrors",
propositionC: "Watch other drivers",
propositionD: "Increase your speed",
reponse: "D"
},
]