{"id":40311263,"url":"https://github.com/vovanmozg/ruby-questions","last_synced_at":"2026-01-20T06:34:49.447Z","repository":{"id":57355791,"uuid":"153627627","full_name":"vovanmozg/ruby-questions","owner":"vovanmozg","description":"Questions for building quizzes","archived":false,"fork":false,"pushed_at":"2024-07-12T23:08:02.000Z","size":208,"stargazers_count":1,"open_issues_count":1,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-09-09T09:13:10.828Z","etag":null,"topics":["quiz","ruby"],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/vovanmozg.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null}},"created_at":"2018-10-18T13:23:55.000Z","updated_at":"2023-07-08T09:22:09.000Z","dependencies_parsed_at":"2023-12-28T01:49:14.893Z","dependency_job_id":"e54c7b80-fdde-4daf-86d7-2e6844af14c6","html_url":"https://github.com/vovanmozg/ruby-questions","commit_stats":{"total_commits":36,"total_committers":1,"mean_commits":36.0,"dds":0.0,"last_synced_commit":"82f89d0932acce9b1146ec101db8a45e3a1eb55e"},"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/vovanmozg/ruby-questions","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vovanmozg%2Fruby-questions","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vovanmozg%2Fruby-questions/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vovanmozg%2Fruby-questions/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vovanmozg%2Fruby-questions/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/vovanmozg","download_url":"https://codeload.github.com/vovanmozg/ruby-questions/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vovanmozg%2Fruby-questions/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28597649,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-20T02:08:49.799Z","status":"ssl_error","status_checked_at":"2026-01-20T02:08:44.148Z","response_time":117,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["quiz","ruby"],"created_at":"2026-01-20T06:34:48.625Z","updated_at":"2026-01-20T06:34:49.436Z","avatar_url":"https://github.com/vovanmozg.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"## Ruby Quiz Questions 🌟\n\nThis package dedicated to hosting questions for Ruby quizzes. Perfect for those wanting to test their knowledge in Ruby!\n\n### Features:\n- **JSON Structured Questions:** All questions are well-structured in JSON format, making it easy to integrate with various platforms or applications.\n\n- **Question Anatomy:**\n    - **ID:** A unique identifier for every question.\n    - **Question Content:** The main quiz question.\n    - **Type:** Denotes the type of question, e.g., multiple-choice (`mc`).\n    - **Choices:** A set of possible answers for the user to select.\n    - **Answer:** The correct answer's key.\n    - **Tags:** Tags associated with the question, such as difficulty level or topic.\n    - **Explanation:** A brief description explaining the correct answer.\n\n### Sample Question:\n```json\n{\n    \"id\": \"fc5d1ed3-7b26-45c0-bbe6-03f46be062fa\",\n    \"question\": \"```x = [a: 1, b: 2]```\\nWhich expression will return true?\",\n    \"type\": \"mc\",\n    \"choices\": {\n      \"1\": \"x[0][:a] == 1\",\n      \"2\": \"x[:a] == 1\",\n      \"3\": \"x[:a] == :b\",\n      \"4\": \"x[0] == 1\"\n    },\n    \"answer\": \"1\",\n    \"tags\": [\"beginner-level\", \"Hash\", \"Array\"],\n    \"explanation\": \"The question focuses on understanding the structure of arrays and hashes in Ruby...\"\n}\n```\n\n### Usage:\nImport the library and start accessing a wealth of Ruby-related questions to build your quiz application or use for educational purposes.\n\n```javascript\nimport questions from 'ruby-questions';\n```\n\n### Example of using\n[React-native applications for testing the knowledge of Ruby](https://github.com/vovanmozg/few-hundred)\n\n### Contribution:\nFeel free to submit pull requests for adding more questions, enhancing question quality, or improving library functionality.\n\n\n### License\n\n[MIT](https://github.com/atom/atom/blob/master/LICENSE.md)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvovanmozg%2Fruby-questions","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvovanmozg%2Fruby-questions","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvovanmozg%2Fruby-questions/lists"}