An open API service indexing awesome lists of open source software.

https://github.com/adamisntdead/theory-test-questions

A List Of Sample Questions And Answers For The Irish Driver Theory Test
https://github.com/adamisntdead/theory-test-questions

driving irish questions-and-answers test

Last synced: about 1 year ago
JSON representation

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

Awesome Lists containing this project

README

          

# Irish Driver Theory Test
> Sample Questions

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

```json
{
"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](http://theory-tester.com).
There is 890 questions in this dataset.

## Usage

First you must install:

```bash
$ npm install theory-test-questions
```

Then you can use the questions:

```js
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