{"id":13482875,"url":"https://github.com/inducer/relate","last_synced_at":"2025-05-15T16:01:46.890Z","repository":{"id":17523611,"uuid":"20311659","full_name":"inducer/relate","owner":"inducer","description":"RELATE is an Environment for Learning And TEaching","archived":false,"fork":false,"pushed_at":"2025-05-06T03:02:47.000Z","size":12676,"stargazers_count":406,"open_issues_count":292,"forks_count":124,"subscribers_count":20,"default_branch":"main","last_synced_at":"2025-05-15T05:34:53.019Z","etag":null,"topics":["code-homework","code-question","course-management","django","docker","grading","homework","learning-management-system","lms","multiple-choice","python","quiz","web","web-application"],"latest_commit_sha":null,"homepage":"http://documen.tician.de/relate","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/inducer.png","metadata":{"files":{"readme":"README.rst","changelog":"change-flow-page-type","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2014-05-29T23:39:42.000Z","updated_at":"2025-05-13T12:42:14.000Z","dependencies_parsed_at":"2023-10-20T20:21:40.066Z","dependency_job_id":"3985dfbf-7f9a-47d6-8b27-67ac922092ad","html_url":"https://github.com/inducer/relate","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/inducer%2Frelate","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/inducer%2Frelate/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/inducer%2Frelate/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/inducer%2Frelate/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/inducer","download_url":"https://codeload.github.com/inducer/relate/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254374387,"owners_count":22060609,"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":["code-homework","code-question","course-management","django","docker","grading","homework","learning-management-system","lms","multiple-choice","python","quiz","web","web-application"],"created_at":"2024-07-31T17:01:06.284Z","updated_at":"2025-05-15T16:01:46.827Z","avatar_url":"https://github.com/inducer.png","language":"Python","readme":"RELATE\n======\n\nRelate is an Environment for Learning And TEaching\n\n.. image:: https://gitlab.tiker.net/inducer/relate/badges/main/pipeline.svg\n    :alt: Gitlab Build Status\n    :target: https://gitlab.tiker.net/inducer/relate/commits/main\n.. image:: https://github.com/inducer/relate/workflows/CI/badge.svg?branch=main\n    :alt: Github Build Status\n    :target: https://github.com/inducer/relate/actions?query=branch%3Amain+workflow%3ACI\n.. image:: https://badge.fury.io/py/relate-courseware.png\n    :alt: Python Package Index Release Page\n    :target: https://pypi.org/project/relate-courseware/\n\n+----------------------------------------------------------------------------------------------+------------------------------------------------------------------------------------------------+\n| .. image:: https://raw.githubusercontent.com/inducer/relate/main/doc/images/screenshot.png | .. image:: https://raw.githubusercontent.com/inducer/relate/main/doc/images/screenshot-2.png |\n+----------------------------------------------------------------------------------------------+------------------------------------------------------------------------------------------------+\n\nRELATE is a web-based courseware package.  It is set apart by the following\nfeatures:\n\n* Focus on easy content creation\n\n  * Simple, text-based format for reusable course content\n  * Based on standard `YAML \u003chttps://en.wikipedia.org/wiki/YAML\u003e`_,\n    `Markdown \u003chttps://en.wikipedia.org/wiki/Markdown\u003e`_\n\n  See `example content \u003chttps://github.com/inducer/relate-sample\u003e`_.\n\n* Flexible rules for participation, access, and grading\n* Versioning of content through deep integration with `git \u003chttps://git-scm.org\u003e`_.\n  Instructors can preview newly-authored content while students work with\n  prior versions, all from the same instance of RELATE.\n* Multiple courses can be hosted on the same installation\n* Code questions:\n\n  * Allow students to write code into a text box (with syntax highlighting)\n  * Sandboxed execution\n  * Automatic grading\n  * Plotting support\n  * Optional second-stage grading by a human\n\n* Class calendar and grade book functionality.\n* Statistics/analytics of student answers.\n* Facilitates live quizzes in the classroom.\n* In-class instant messaging via XMPP.\n  Works well with `xmpp-popup \u003chttps://github.com/inducer/xmpp-popup\u003e`_.\n\nLinks\n-----\n\nMore information around the web:\n\n* `Documentation \u003chttp://documen.tician.de/relate\u003e`_\n* `Source code \u003chttps://github.com/inducer/relate\u003e`_\n\nInstallation\n------------\n\nSee the `installation guide \u003chttp://documen.tician.de/relate/misc.html#installation\u003e`_.\n\nLicense\n-------\n\nCopyright (C) 2014-15 Andreas Kloeckner\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN\nTHE SOFTWARE.\n","funding_links":[],"categories":["\u003ca id=\"tag-education\" href=\"#tag-education\"\u003eEducation\u003c/a\u003e","docker"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Finducer%2Frelate","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Finducer%2Frelate","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Finducer%2Frelate/lists"}