{"id":20777221,"url":"https://github.com/sharadcodes/quizzo_web_component","last_synced_at":"2025-07-14T01:14:14.556Z","repository":{"id":122889469,"uuid":"267665691","full_name":"sharadcodes/quizzo_web_component","owner":"sharadcodes","description":"An Open Source web component for your json quizzes.","archived":false,"fork":false,"pushed_at":"2020-07-07T05:49:59.000Z","size":53,"stargazers_count":3,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-18T08:22:51.439Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/sharadcodes.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":"2020-05-28T18:27:37.000Z","updated_at":"2023-01-18T23:54:01.000Z","dependencies_parsed_at":null,"dependency_job_id":"b366c416-66c3-48e0-90ec-fd7472b457c3","html_url":"https://github.com/sharadcodes/quizzo_web_component","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/sharadcodes%2Fquizzo_web_component","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sharadcodes%2Fquizzo_web_component/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sharadcodes%2Fquizzo_web_component/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sharadcodes%2Fquizzo_web_component/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sharadcodes","download_url":"https://codeload.github.com/sharadcodes/quizzo_web_component/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243119662,"owners_count":20239319,"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":[],"created_at":"2024-11-17T13:14:32.659Z","updated_at":"2025-03-11T21:45:33.504Z","avatar_url":"https://github.com/sharadcodes.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Quizzo Web Component\nAn Open Source web component for your quizzes.\n\u003e Developer: [Sharad Raj](https://github.com/sharadcodes/)\n\n## UI \n![Quizzo Web Component Snap](https://raw.githubusercontent.com/sharadcodes/quizzo_web_component/master/screenshots/snap.png)\n\n## [Live Demo](https://sharadcodes.github.io/quizzo_web_component/example/)\n\n## USAGE\n\nThe `json` file should be in the following format. For example file check [ques.json](https://sharadcodes.github.io/quizzo_web_component/example/ques.json)\n\n```json\n[\n    {\n        \"que\": \"Which among the following is not an operating system ?\",\n        \"opt\": [\n            \"Fedora\",\n            \"MacOS\",\n            \"Windows\",\n            \"Android\"\n        ],\n        \"ans\": 3\n    },\n    {\n        \"que\": \"Is Windows good\",\n        \"opt\": [\n            \"Yes\",\n            \"No\"\n        ],\n        \"ans\": 2\n    }\n]    \n```\n\n```html\n\u003c!DOCTYPE html\u003e\n\u003chtml lang=\"en\"\u003e\n  \u003chead\u003e\n    \u003cmeta charset=\"UTF-8\" /\u003e\n    \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\" /\u003e\n    \u003ctitle\u003eQuizzo Web Component Example\u003c/title\u003e\n\n    \u003c!-- Include the script --\u003e\n    \u003cscript src=\"https://sharadcodes.github.io/quizzo_web_component/src/quizzo_web_component.js\" async\u003e\u003c/script\u003e\n    \n  \u003c/head\u003e\n  \u003cbody\u003e\n    \n    \u003c!-- add the tag with all attributes --\u003e\n    \u003cquizzo-web-comp\n      json-file=\"./ques.json\" \n      name=\"This is a demo quiz\"\n    /\u003e\n    \n  \u003c/body\u003e\n\u003c/html\u003e\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsharadcodes%2Fquizzo_web_component","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsharadcodes%2Fquizzo_web_component","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsharadcodes%2Fquizzo_web_component/lists"}