{"id":18534924,"url":"https://github.com/jacek13/quiz","last_synced_at":"2026-04-14T00:03:44.803Z","repository":{"id":125298229,"uuid":"501322430","full_name":"jacek13/quiz","owner":"jacek13","description":"simple quiz application written in C++ with Qt","archived":false,"fork":false,"pushed_at":"2022-06-17T11:53:31.000Z","size":118,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-12-26T03:12:04.660Z","etag":null,"topics":["cpp","cpp17","json","qt","quiz","quizapp"],"latest_commit_sha":null,"homepage":"","language":"C++","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/jacek13.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":"2022-06-08T16:07:36.000Z","updated_at":"2022-06-17T11:59:41.000Z","dependencies_parsed_at":null,"dependency_job_id":"b432bffd-372c-4347-9fa8-785c46731288","html_url":"https://github.com/jacek13/quiz","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/jacek13%2Fquiz","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jacek13%2Fquiz/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jacek13%2Fquiz/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jacek13%2Fquiz/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jacek13","download_url":"https://codeload.github.com/jacek13/quiz/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239248773,"owners_count":19607092,"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":["cpp","cpp17","json","qt","quiz","quizapp"],"created_at":"2024-11-06T19:18:00.687Z","updated_at":"2026-04-14T00:03:44.771Z","avatar_url":"https://github.com/jacek13.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"### **About project**\n\nQuiz - is a simple application that allows you to solve quizzes.\n\nHere you can test [demo](https://jacek13.github.io/) of the application in the WebAssembly version in your browser. Note that this version does not support the full functionality of the PC version (QT WebAssambly limitations).\n\n---\n\n### **How to load questions**\n\nWe can pass files with questions from the local machine or use an internet connection. Then enter the URL with the hosted quiz into the application\n\n---\n\n### **File format**\n\nQuizzes are stored in .json format. Below is an example file:\n\n```json\n{\n   \"categories\":[\n      {\n         \"name\":\"First category\",\n         \"questions\":[\n            {\n               \"question\":\"Select best programming language.\",\n               \"answers\":[\n                  \"C\",\n                  \"C++\",\n                  \"C#\",\n                  \"Python\"\n               ],\n               \"values\":[\n                  true,\n                  true,\n                  true,\n                  false\n               ]\n            },\n            {\n               \"question\":\"Select fastest programming language\",\n               \"answers\":[\n                  \"Java\",\n                  \"C#\",\n                  \"C\",\n                  \"Python\"\n               ],\n               \"values\":[\n                  false,\n                  false,\n                  true,\n                  false\n               ]\n            }\n         ]\n      },\n      {\n         \"name\":\"Second category\",\n         \"questions\":[\n            {\n               \"question\":\"Select slowest programming language.\",\n               \"answers\":[\n                  \"Java\",\n                  \"C++\",\n                  \"C#\",\n                  \"C\"\n               ],\n               \"values\":[\n                  true,\n                  false,\n                  false,\n                  false\n               ]\n            }\n         ]\n      }\n   ]\n}\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjacek13%2Fquiz","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjacek13%2Fquiz","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjacek13%2Fquiz/lists"}