Facebook
From TŁUMACZENIE, 5 Years ago, written in Plain Text.
Embed
Download Paste or View Raw
Hits: 382
  1. var tableauQuestion = [
  2.     {   question : "If you're going 65 mph, and you're approaching a residential area you must:",
  3.         propositionA : "You accelerate",
  4.         propositionB : "You keep your speed, if you do not pass other vehicles",
  5.         propositionC : "You slow down",
  6.         propositionD : "You keep your speed",
  7.         reponse : "C"},
  8.  
  9.     {   question : "If you're turning right at a traffic light, but see a pedestrian crossing what do you do:",
  10.         propositionA : "You pass the pedestrian",
  11.         propositionB : "You check that there is no other vehicles around",
  12.         propositionC : "You wait until the pedestrian has crossed",
  13.         propositionD : "You shoot the pedestrian and continue to drive",
  14.         reponse : "C"},
  15.  
  16.     {   question : "Without any prior indication, the speed in a residential area is: __ mph",
  17.         propositionA : "30",
  18.         propositionB : "35",
  19.         propositionC : "40",
  20.         propositionD : "45",
  21.         reponse : "A"},
  22.  
  23.   {   question : "Before every lane change you must:",
  24.         propositionA : "Check your mirrors",
  25.         propositionB : "Check your blind spots",
  26.         propositionC : "Signal your intentions",
  27.         propositionD : "All of the above",
  28.         reponse : "D"},
  29.  
  30.   {   question : "What blood alcohol level is classified as driving while intoxicated?",
  31.         propositionA : "0.05%",
  32.         propositionB : "0.18%",
  33.         propositionC : "0.08%",
  34.         propositionD : "0.06%",
  35.         reponse : "C"},
  36.  
  37.   {   question : "When can you continue to drive at a traffic light?",
  38.         propositionA : "When it is green",
  39.         propositionB : "When there is nobody in the intersection",
  40.         propositionC : "You are in a school zone",
  41.         propositionD : "When it is green and / or red and you're turning right",
  42.         reponse : "D"},
  43.  
  44.   {   question : "A pedestrian has a do not cross signal, what do you do?",
  45.         propositionA : "You let them pass",
  46.         propositionB : "You observe before continuing",
  47.         propositionC : "You wave to tell them to cross",
  48.         propositionD : "You continue because your traffic light is green",
  49.         reponse : "D"},
  50.  
  51.   {   question : "What is allowed when passing another vehicle",
  52.         propositionA : "You follow it closely to pass it faster",
  53.         propositionB : "You pass it without leaving the roadway",
  54.         propositionC : "You drive on the opposite side of the road to pass",
  55.         propositionD : "You exceed the speed limit to pass them",
  56.         reponse : "C"},
  57.  
  58.   {   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:",
  59.         propositionA : "50 mph",
  60.         propositionB : "25 mph",
  61.         propositionC : "30 mph",
  62.         propositionD : "70 mph",
  63.         reponse : "D"},
  64.  
  65.   {   question : "When you are overtaken by another vehicle it is important NOT to:",
  66.         propositionA : "Slow Down",
  67.         propositionB : "Check your mirrors",
  68.         propositionC : "Watch other drivers",
  69.         propositionD : "Increase your speed",
  70.         reponse : "D"},
  71.  

Replies to Untitled rss

Title Name Language When
Re: Untitled Crippled Pheasant text 5 Years ago.