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
- Host: GitHub
- URL: https://github.com/adamisntdead/theory-test-questions
- Owner: adamisntdead
- Created: 2018-08-21T22:58:43.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-08-21T23:04:32.000Z (almost 8 years ago)
- Last Synced: 2025-04-20T15:58:52.038Z (about 1 year ago)
- Topics: driving, irish, questions-and-answers, test
- Language: JavaScript
- Homepage:
- Size: 111 KB
- Stars: 4
- Watchers: 2
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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