{"id":50908020,"url":"https://github.com/ateeducacion/moodle-contenttype_exelearning","last_synced_at":"2026-06-16T07:02:37.615Z","repository":{"id":300009705,"uuid":"1004857582","full_name":"ateeducacion/moodle-contenttype_exelearning","owner":"ateeducacion","description":"eXeLearning Moodle content-bank plugin","archived":false,"fork":false,"pushed_at":"2026-06-07T20:10:24.000Z","size":505,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-06-07T21:16:53.487Z","etag":null,"topics":["content-bank","exelearning","moodle"],"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/ateeducacion.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":"AGENTS.md","dco":null,"cla":null}},"created_at":"2025-06-19T09:35:40.000Z","updated_at":"2026-06-07T20:31:20.000Z","dependencies_parsed_at":"2025-06-19T12:39:54.047Z","dependency_job_id":null,"html_url":"https://github.com/ateeducacion/moodle-contenttype_exelearning","commit_stats":null,"previous_names":["ateeducacion/moodle-contenttype_scorm","ateeducacion/moodle-contenttype_exelearning"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/ateeducacion/moodle-contenttype_exelearning","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ateeducacion%2Fmoodle-contenttype_exelearning","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ateeducacion%2Fmoodle-contenttype_exelearning/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ateeducacion%2Fmoodle-contenttype_exelearning/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ateeducacion%2Fmoodle-contenttype_exelearning/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ateeducacion","download_url":"https://codeload.github.com/ateeducacion/moodle-contenttype_exelearning/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ateeducacion%2Fmoodle-contenttype_exelearning/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34393305,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-16T02:00:06.860Z","response_time":126,"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":["content-bank","exelearning","moodle"],"created_at":"2026-06-16T07:02:36.732Z","updated_at":"2026-06-16T07:02:37.605Z","avatar_url":"https://github.com/ateeducacion.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# eXeLearning Content Type for the Moodle Content Bank\n\nMoodle content bank plugin that lets teachers and content creators upload\n[eXeLearning](https://exelearning.net/) packages (`.elpx` and HTML5 `.zip`\nexports) into the content bank, store and reuse them, and **view them rendered\ninline** — the package is extracted and served in a sandboxed iframe, just like\n`mod_exelearning` does for activities.\n\n## Try in Moodle Playground\n\nClick the badge below to open the `main` branch instantly in Moodle Playground\nwith the plugin pre-installed and a sample eXeLearning package already loaded in\nthe content bank. Every pull request also generates a playground preview link so\nreviewers can test changes in a live Moodle instance without any local setup.\n\n\u003ca href=\"https://moodle-playground.com/?blueprint-url=https://raw.githubusercontent.com/ateeducacion/moodle-contenttype_exelearning/refs/heads/main/blueprint.json\"\u003e\u003cimg src=\"https://raw.githubusercontent.com/ateeducacion/action-moodle-playground-pr-preview/refs/heads/main/assets/playground-preview-button.svg\" alt=\"Preview in Moodle Playground\" width=\"200\"\u003e\u003c/a\u003e\n\n## Features\n\n- Upload eXeLearning packages to the content bank: native `.elpx` projects and\n  HTML5 `.zip` web exports.\n- Render the package inline in the content bank visualizer (sandboxed iframe\n  serving the package `index.html` and its assets).\n- Keep the original package available for **download** and **copy**.\n- Use the package screenshot as the content thumbnail when the export includes\n  one, falling back to the plugin icon otherwise.\n- Stores no personal data (null privacy provider).\n\n## Accepted file types\n\nBoth `.elpx` and `.zip` are accepted. The real marker is an `index.html` entry\nat the archive root, which every eXeLearning export includes; a `.zip` that is\nnot an eXeLearning export (no `index.html` at the root) is rejected with a clear\nmessage. This plugin is a viewer/store — it does not grade interactive iDevices\n(use `mod_exelearning` for graded activities).\n\n## Compatibility\n\nThe plugin's minimum required Moodle version is **Moodle 4.4 LTS**\n(`version.php`: `$plugin-\u003erequires = 2024042200`). Every push and pull request is\nverified through a CI matrix (`moodle-ci.yml`):\n\n| Moodle branch  | PHP      | Status                     |\n| -------------- | -------- | -------------------------- |\n| 4.4.x (LTS)    | 8.1, 8.3 | Supported (verified in CI) |\n| 4.5.x (LTS)    | 8.1, 8.3 | Supported (verified in CI) |\n| 5.0.x          | 8.2, 8.4 | Supported (verified in CI) |\n| 5.1.x          | 8.2, 8.4 | Supported (verified in CI) |\n\nEach branch is tested with PostgreSQL and MariaDB (rotated across PHP versions).\nIf you find an incompatibility please open an issue at\n\u003chttps://github.com/ateeducacion/moodle-contenttype_exelearning/issues\u003e.\n\n### Requirements\n\n* **Moodle**: 4.4 or later (CI-verified on 4.4, 4.5 LTS, 5.0 and 5.1).\n* **PHP**: 8.1 through 8.4 (any PHP supported by the Moodle release in use).\n* **Database**: PostgreSQL or MariaDB (CI-verified); any database supported by\n  Moodle should work.\n* **Browser**: any modern, evergreen browser with JavaScript enabled.\n\n## Installation\n\n\u003e **Recommended:** install from a\n\u003e [release ZIP](https://github.com/ateeducacion/moodle-contenttype_exelearning/releases).\n\u003e Release ZIPs are produced by `release.yml` (or `make package RELEASE=X.Y.Z`)\n\u003e and only contain the files Moodle actually needs.\n\n### Installing via uploaded ZIP file (recommended)\n\n1. Download the latest ZIP from the\n   [Releases](https://github.com/ateeducacion/moodle-contenttype_exelearning/releases)\n   page.\n2. Log in to your Moodle site as an admin and go to\n   _Site administration \u003e Plugins \u003e Install plugins_.\n3. Upload the ZIP file. The plugin type should be detected automatically\n   (`contenttype`).\n4. Check the plugin validation report and finish the installation.\n\n### Installing manually\n\n1. Download and extract the latest ZIP.\n2. Place the extracted contents in\n   `{your/moodle/dirroot}/contentbank/contenttype/exelearning`.\n3. Log in as an admin and go to _Site administration \u003e Notifications_ (or run\n   `php admin/cli/upgrade.php`) to complete the installation.\n\n## Usage\n\n1. Open the **Content bank** (at system, category or course level).\n2. Click **Upload** and choose an `.elpx` or `.zip` eXeLearning package.\n3. Open the item to view it rendered inline. Use **Download** to get the\n   original package or **Copy** to reuse it.\n\n## Capabilities\n\n* `contenttype/exelearning:access` — access eXeLearning content in the content bank.\n* `contenttype/exelearning:upload` — upload new eXeLearning content.\n\n## Development\n\nFor local development, the Docker stack, `moodle-plugin-ci` usage, the CI matrix\nand packaging, see [DEVELOPMENT.md](DEVELOPMENT.md).\n\n## Support\n\nFor issues or suggestions, use the **Issues** section in the\n[GitHub repository](https://github.com/ateeducacion/moodle-contenttype_exelearning/issues).\n\n## License\n\nThis project is licensed under **GPL v3**.\n\nCopyright 2025-2026 Área de Tecnología Educativa.\n\n## Author and Contact\n\nDeveloped by the **Área de Tecnología Educativa** of the Government of the\nCanary Islands.\n\n- **Email:** [ate.educacion@gobiernodecanarias.org](mailto:ate.educacion@gobiernodecanarias.org)\n- **Web:** [www3.gobiernodecanarias.org/medusa/ecoescuela/ate/](https://www3.gobiernodecanarias.org/medusa/ecoescuela/ate/)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fateeducacion%2Fmoodle-contenttype_exelearning","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fateeducacion%2Fmoodle-contenttype_exelearning","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fateeducacion%2Fmoodle-contenttype_exelearning/lists"}