{"id":35745374,"url":"https://github.com/citolab/qti-components","last_synced_at":"2026-04-02T12:02:50.465Z","repository":{"id":172980223,"uuid":"650053556","full_name":"Citolab/qti-components","owner":"Citolab","description":"QTI item renderer web-components. Easy to use and highly customizable","archived":false,"fork":false,"pushed_at":"2026-02-25T14:12:25.000Z","size":26953,"stargazers_count":15,"open_issues_count":10,"forks_count":8,"subscribers_count":3,"default_branch":"main","last_synced_at":"2026-02-25T15:08:00.024Z","etag":null,"topics":["1edtech","edtech","qti","webcomponents"],"latest_commit_sha":null,"homepage":"https://qti-components.citolab.nl/","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/Citolab.png","metadata":{"files":{"readme":"readme.md","changelog":null,"contributing":null,"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,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":"AGENTS.md","dco":null,"cla":null}},"created_at":"2023-06-06T08:30:29.000Z","updated_at":"2026-02-25T14:12:29.000Z","dependencies_parsed_at":"2026-02-03T10:03:26.039Z","dependency_job_id":null,"html_url":"https://github.com/Citolab/qti-components","commit_stats":null,"previous_names":["citolab/qti-components"],"tags_count":437,"template":false,"template_full_name":null,"purl":"pkg:github/Citolab/qti-components","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Citolab%2Fqti-components","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Citolab%2Fqti-components/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Citolab%2Fqti-components/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Citolab%2Fqti-components/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Citolab","download_url":"https://codeload.github.com/Citolab/qti-components/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Citolab%2Fqti-components/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29983122,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-01T16:35:47.903Z","status":"ssl_error","status_checked_at":"2026-03-01T16:35:44.899Z","response_time":124,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5: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":["1edtech","edtech","qti","webcomponents"],"created_at":"2026-01-06T17:24:32.248Z","updated_at":"2026-04-02T12:02:50.431Z","avatar_url":"https://github.com/Citolab.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# @citolab/qti-components\n\n\u003ca href=\"https://www.repostatus.org/#wip\"\u003e\u003cimg src=\"https://www.repostatus.org/badges/latest/wip.svg\" alt=\"Project Status: WIP – Initial development is in progress, but there has not yet been a stable, usable release suitable for the public.\" /\u003e\u003c/a\u003e\n\n[![npm version](https://badge.fury.io/js/%40citolab%2Fqti-components.svg)](https://badge.fury.io/js/%40citolab%2Fqti-components)\n[![License](https://img.shields.io/badge/license-GPL-blue.svg)](https://opensource.org/license/gpl-2-0/)\n\n@citolab/qti-components is a web component library that can be used to render 1EdTech QTI items.\nIt's highly customizable and can be integrated in almost every web application.\n\n## Installation\n\n### CDN\n\nImport the components with the CDN version\n\n```html\n\u003cscript type=\"module\"\u003e\n  import 'https://unpkg.com/@citolab/qti-components/cdn';\n\u003c/script\u003e\n```\n\n### NPM\n\nOr use npm to install the package:\n\n```shell\nnpm install @citolab/qti-components\n```\n\nTo use @citolab/qti-components, you need to register the web components. By registering the web components, the browser knows how to display the item and create a fully functional test.\n\n```javascript\nimport '@citolab/qti-components';\n```\n\n## Storybook\n\nExplore the complete description of supported QTI tags, examples, and the ability to interactively play with changing attributes of the QTI items in our [Storybook](https://qti-components.citolab.nl/).\n\n## Branch Preview Via StackBlitz\n\nFor pull requests, a bot comment includes one-click StackBlitz links that open the PR branch and start Storybook in-browser. Setup details and manual URL templates are documented in [docs/publishing.mdx](docs/publishing.mdx#pull-request-stackblitz-links).\n\n## Contributing\n\nContributions are welcome! Please follow these guidelines when contributing:\n\n- Fork the repository and clone it to your local machine\n- Create a new branch for your feature or bug fix\n- Commit your changes with clear and concise messages\n- Push your changes to your forked repository\n- Open a pull request to the original repository\n\n## Publishing\n\nRelease and publish workflow details are documented in [docs/publishing.mdx](docs/publishing.mdx). Automated releases use Changesets on `main`.\n\n## Third-Party Components\n\nNote: This repository includes some third-party components solely for showcasing PCIs in Storybook. These components are not included in the published npm package. For licensing details, refer to the LICENSE file in the third-party directory.\n\n## License\n\nThis project is licensed under the [GPLv3 License](LICENSE).\n\nPlease note that the licensing is GPLv3 if you want to use it in another way, feel free to ask!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcitolab%2Fqti-components","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcitolab%2Fqti-components","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcitolab%2Fqti-components/lists"}