adamisntdead / theory-test-questions

A List Of Sample Questions And Answers For The Irish Driver Theory Test

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Irish Driver Theory Test

Sample Questions

This repository houses a list of questions along with data in this form:

  {
    "question": "What does this sign mean?",
    "heading": "Traffic Signs and Regulatory Matters",
    "explanation": "Explantion: This sign appears at junctions where a minor road joins a major road. You must stop your vehicle completely at a STOP sign.",
    "image": "http://d1fohtyzq6kn2t.cloudfront.net/img/quiz-img/stop.jpg",
    "questions": [
      "Stop, for school crossing ahead.",
      "Stop your vehicle.",
      "Other traffic must give way to you.",
      "Give way to traffic coming from your right."
    ],
    "answer": "Stop your vehicle.",
    "id": 1
  }

The data was scraped from theory-tester.com. There is 890 questions in this dataset.

Usage

First you must install:

$ npm install theory-test-questions

Then you can use the questions:

const questions = require('theory-test-questions')

console.log(questions) // [{...}, ...]

License

While the questions are not mine, the code for scraping them is licensed under MIT

About

A List Of Sample Questions And Answers For The Irish Driver Theory Test


Languages

Language:JavaScript 100.0%