{"id":22281991,"url":"https://github.com/fixpunkt-com/fp_masterquiz","last_synced_at":"2026-01-15T22:18:59.495Z","repository":{"id":45180795,"uuid":"150263087","full_name":"fixpunkt-com/fp_masterquiz","owner":"fixpunkt-com","description":"TYPO3 extension to create a quiz, poll or test. The user result will be saved in the DB too and could be displayed as a chart.","archived":false,"fork":false,"pushed_at":"2025-11-27T09:27:34.000Z","size":1718,"stargazers_count":4,"open_issues_count":6,"forks_count":11,"subscribers_count":2,"default_branch":"master","last_synced_at":"2026-01-13T19:24:10.692Z","etag":null,"topics":["charts","poll","quiz","typo3"],"latest_commit_sha":null,"homepage":"","language":"PHP","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/fixpunkt-com.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2018-09-25T12:39:55.000Z","updated_at":"2025-11-27T09:26:36.000Z","dependencies_parsed_at":"2024-03-01T22:22:31.576Z","dependency_job_id":"7a24f52e-3ef8-4102-a3cc-30f1addbbbe4","html_url":"https://github.com/fixpunkt-com/fp_masterquiz","commit_stats":{"total_commits":207,"total_committers":7,"mean_commits":"29.571428571428573","dds":"0.22705314009661837","last_synced_commit":"de75017cdb232e0c04097d227b7183e9ac37375d"},"previous_names":["bihor/fp_masterquiz"],"tags_count":99,"template":false,"template_full_name":null,"purl":"pkg:github/fixpunkt-com/fp_masterquiz","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fixpunkt-com%2Ffp_masterquiz","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fixpunkt-com%2Ffp_masterquiz/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fixpunkt-com%2Ffp_masterquiz/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fixpunkt-com%2Ffp_masterquiz/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fixpunkt-com","download_url":"https://codeload.github.com/fixpunkt-com/fp_masterquiz/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fixpunkt-com%2Ffp_masterquiz/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28472626,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-15T22:13:38.078Z","status":"ssl_error","status_checked_at":"2026-01-15T22:12:11.737Z","response_time":62,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: 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":["charts","poll","quiz","typo3"],"created_at":"2024-12-03T16:24:22.414Z","updated_at":"2026-01-15T22:18:59.483Z","avatar_url":"https://github.com/fixpunkt-com.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# fp_masterquiz\n\nversion 7.2.5\n\nTYPO3 extension to create a quiz, poll or test. The participant result will be saved in the DB too and can be deleted automatically via Scheduler.\n\nThe results can be displayed as a chart too. An evaluation is possible too.\n\nFeatures: a quiz, poll or test can be played by submitting a form or by submitting an AJAX-request.\n\n8 question types/modes available: checkbox, radio-box, select-box, yes/no, text-field, textarea, star-rating, matrix.\n\njQuery is required. Optimized for Bootstrap 4/5.\n\nDashboard widget available.\n\nCSV-export available via scheduler task.\n\nAvailable languages: english and german/deutsch.\n\nYou find the documentation at typo3.org:\nhttps://docs.typo3.org/p/fixpunkt/fp-masterquiz/master/en-us/\nund die deutsche Version leider nur bei GitHub:\nhttps://github.com/fixpunkt-com/fp_masterquiz/blob/master/Documentation/Localization.de_DE.tmpl/Configuration/Index.rst\n\n---------------------------\n\nChanges in version 7.0.0:\n- Breaking: PlugIns changed from list_type to CType. You need to execute the Upgrade Wizard to change your PlugIns.\n- Breaking: due to a TYPO3 bug (issues/105135), the Ajax-Version is not working anymore!\n- Breaking: layout changed: fieldset added to questions and user data in the form and settings.wrapQuestionTitle1 changed to legend.\n- Documentation translated to german.\n\nChanges in 7.0.1:\n- Bugfix: the Ajax-version is now working again.\n\nChanges in 7.0.2/3:\n- Bugfix: documentation.\n\nChanges in 7.0.4/5:\n- Bugfix: get FE-users entry + get foreign entries.\n- Bootstrap: added class text-end where text-right is used.\n\nChanges in 7.0.6:\n- Startingpoint added again to a plugin.\n- pluginName in the list-view changed to show, if a target page is defined.\n- Bugfix: documentation.\n\nChanges in 7.1.0:\n- Refactoring with the Rector-tool. You need to use \"Flush TYPO3 and PHP Cache\".\n- PageTitleProvider added.\n- Documentation again.\n\nChanges in 7.1.2:\n- PHP 8.4 Bugfix.\n- New home url: https://github.com/fixpunkt-com/fp_masterquiz\n\nChanges in 7.2.0:\n- Extension configuration file added for the ajax mode.\n\nChanges in 7.2.2:\n- PHP 8.4 Bugfix.\n- Update script for permissions added.\n\nChanges in 7.2.4:\n- Prevent sending empty input field with enter.\n- Make logging into typo3_fpmasterquiz_xxx.log optional.\n\nChanges in 7.2.5:\n- Bugfix: prevent the final page when there is no participant-uid.\n\nYou find the whole changelog here:\nhttps://raw.githubusercontent.com/fixpunkt-com/fp_masterquiz/refs/heads/master/Documentation/ChangeLog/Index.rst\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffixpunkt-com%2Ffp_masterquiz","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffixpunkt-com%2Ffp_masterquiz","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffixpunkt-com%2Ffp_masterquiz/lists"}