mirror of
https://github.com/esx-framework/esx_core.git
synced 2026-09-01 12:01:45 +00:00
4c7e767a1d
chore(coding-style): Fix Indentation
72 lines
3.1 KiB
JavaScript
72 lines
3.1 KiB
JavaScript
var tableauQuestion = [
|
|
{ question : "If you're going 65 mph, 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: __ mph",
|
|
propositionA : "30",
|
|
propositionB : "35",
|
|
propositionC : "40",
|
|
propositionD : "45",
|
|
reponse : "A"},
|
|
|
|
{ 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 70 mph. Most traffic drives at 75 mph, so you should not drive faster than:",
|
|
propositionA : "50 mph",
|
|
propositionB : "25 mph",
|
|
propositionC : "30 mph",
|
|
propositionD : "70 mph",
|
|
reponse : "D"},
|
|
|
|
{ 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"},
|
|
]
|