{"id":17685538,"url":"https://github.com/adamisntdead/theory-test-questions","last_synced_at":"2025-04-22T03:56:58.921Z","repository":{"id":144101729,"uuid":"145628188","full_name":"adamisntdead/theory-test-questions","owner":"adamisntdead","description":"A List Of Sample Questions And Answers For The Irish Driver Theory Test","archived":false,"fork":false,"pushed_at":"2018-08-21T23:04:32.000Z","size":114,"stargazers_count":4,"open_issues_count":0,"forks_count":6,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-20T15:58:52.038Z","etag":null,"topics":["driving","irish","questions-and-answers","test"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/adamisntdead.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-08-21T22:58:43.000Z","updated_at":"2025-03-30T01:33:12.000Z","dependencies_parsed_at":null,"dependency_job_id":"35ea1772-9f93-4cae-b641-cdff2a565b3a","html_url":"https://github.com/adamisntdead/theory-test-questions","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adamisntdead%2Ftheory-test-questions","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adamisntdead%2Ftheory-test-questions/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adamisntdead%2Ftheory-test-questions/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adamisntdead%2Ftheory-test-questions/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/adamisntdead","download_url":"https://codeload.github.com/adamisntdead/theory-test-questions/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250167799,"owners_count":21386005,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["driving","irish","questions-and-answers","test"],"created_at":"2024-10-24T10:28:10.986Z","updated_at":"2025-04-22T03:56:58.899Z","avatar_url":"https://github.com/adamisntdead.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Irish Driver Theory Test\n\u003e Sample Questions\n\nThis repository houses a list of questions along with data in this form:\n\n```json\n  {\n    \"question\": \"What does this sign mean?\",\n    \"heading\": \"Traffic Signs and Regulatory Matters\",\n    \"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.\",\n    \"image\": \"http://d1fohtyzq6kn2t.cloudfront.net/img/quiz-img/stop.jpg\",\n    \"questions\": [\n      \"Stop, for school crossing ahead.\",\n      \"Stop your vehicle.\",\n      \"Other traffic must give way to you.\",\n      \"Give way to traffic coming from your right.\"\n    ],\n    \"answer\": \"Stop your vehicle.\",\n    \"id\": 1\n  }\n```\n\nThe data was scraped from [theory-tester.com](http://theory-tester.com).\nThere is 890 questions in this dataset.\n\n## Usage\n\nFirst you must install:\n\n```bash\n$ npm install theory-test-questions\n```\n\nThen you can use the questions:\n\n```js\nconst questions = require('theory-test-questions')\n\nconsole.log(questions) // [{...}, ...]\n```\n\n## License\n\nWhile the questions are not mine, the code for scraping them is licensed under MIT","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fadamisntdead%2Ftheory-test-questions","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fadamisntdead%2Ftheory-test-questions","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fadamisntdead%2Ftheory-test-questions/lists"}