{"id":19143803,"url":"https://github.com/ashwin-rajeev/maths-quiz","last_synced_at":"2025-11-13T07:04:11.158Z","repository":{"id":141448683,"uuid":"171294721","full_name":"Ashwin-Rajeev/maths-quiz","owner":"Ashwin-Rajeev","description":"A simple maths quiz application using golang.","archived":false,"fork":false,"pushed_at":"2019-02-25T07:14:11.000Z","size":12,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-02-22T19:30:28.082Z","etag":null,"topics":["golang","maths-quiz-game"],"latest_commit_sha":null,"homepage":null,"language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-2-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Ashwin-Rajeev.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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":"2019-02-18T14:02:58.000Z","updated_at":"2020-01-23T17:49:15.000Z","dependencies_parsed_at":null,"dependency_job_id":"22279bba-00c3-4f22-bffc-2eec0ac3d00c","html_url":"https://github.com/Ashwin-Rajeev/maths-quiz","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Ashwin-Rajeev/maths-quiz","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ashwin-Rajeev%2Fmaths-quiz","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ashwin-Rajeev%2Fmaths-quiz/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ashwin-Rajeev%2Fmaths-quiz/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ashwin-Rajeev%2Fmaths-quiz/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Ashwin-Rajeev","download_url":"https://codeload.github.com/Ashwin-Rajeev/maths-quiz/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ashwin-Rajeev%2Fmaths-quiz/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":284170493,"owners_count":26959115,"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","status":"online","status_checked_at":"2025-11-13T02:00:06.582Z","response_time":61,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["golang","maths-quiz-game"],"created_at":"2024-11-09T07:32:52.310Z","updated_at":"2025-11-13T07:04:11.135Z","avatar_url":"https://github.com/Ashwin-Rajeev.png","language":"Go","readme":"# maths-quiz\nA simple maths quiz application using golang.\n---\n## Overview\n\nA simple command line quiz application built using golang. It read input as a csv of questions and answers and execute the quiz based on the questions from csv file. Each right answer give you a point of 1 and no negative marks for wrong answers. If you failed to answer the quiz within time then the program will exit.\n\n### CSV format\n\n|   Questions\t|   Answers\t|\t\n|---\t|---\t|\n|   1+1\t|   2\t|\n|   5-4\t|   1\t|\n|   2+9\t|   11\t|\n\n- Custom file input can used by ```-file``` flag\n- Game time can be customized by ```-time```\nflag\n- Default game time is 30 seconds\n- Default file name is problems.csv\n## Usage\n\n* Run with default values\n\n    ``` go run main.go```\n* Run with custom file flag \n\n    ``` go run main.go -file problems.csv ```\n* Run with custom file and time ( time shoulf be in seconds) flag\n\n    ``` go run main.go -file problems.csv -time 20 ```\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fashwin-rajeev%2Fmaths-quiz","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fashwin-rajeev%2Fmaths-quiz","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fashwin-rajeev%2Fmaths-quiz/lists"}