Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/inducer/relate
RELATE is an Environment for Learning And TEaching
https://github.com/inducer/relate
code-homework code-question course-management django docker grading homework learning-management-system lms multiple-choice python quiz web web-application
Last synced: 9 days ago
JSON representation
RELATE is an Environment for Learning And TEaching
- Host: GitHub
- URL: https://github.com/inducer/relate
- Owner: inducer
- License: other
- Created: 2014-05-29T23:39:42.000Z (over 10 years ago)
- Default Branch: main
- Last Pushed: 2024-10-28T18:58:28.000Z (11 days ago)
- Last Synced: 2024-10-29T16:17:08.304Z (10 days ago)
- Topics: code-homework, code-question, course-management, django, docker, grading, homework, learning-management-system, lms, multiple-choice, python, quiz, web, web-application
- Language: Python
- Homepage: http://documen.tician.de/relate
- Size: 11.1 MB
- Stars: 382
- Watchers: 21
- Forks: 118
- Open Issues: 284
-
Metadata Files:
- Readme: README.rst
- Changelog: change-flow-page-type
- License: LICENSE
- Security: SECURITY.md
Awesome Lists containing this project
- awesome-python-applications - Repo - based courseware with support for course planning and versioning, scheduling, testing, and grading. `(server)` (<a id="tag-education" href="#tag-education">Education</a>)
- awesome-python-applications - Repo - based courseware with support for course planning and versioning, scheduling, testing, and grading. `(server)` (<a id="tag-education" href="#tag-education">Education</a>)
- awesome-starred - inducer/relate - RELATE is an Environment for Learning And TEaching (web)
README
RELATE
======Relate is an Environment for Learning And TEaching
.. image:: https://gitlab.tiker.net/inducer/relate/badges/main/pipeline.svg
:alt: Gitlab Build Status
:target: https://gitlab.tiker.net/inducer/relate/commits/main
.. image:: https://github.com/inducer/relate/workflows/CI/badge.svg?branch=main
:alt: Github Build Status
:target: https://github.com/inducer/relate/actions?query=branch%3Amain+workflow%3ACI
.. image:: https://badge.fury.io/py/relate-courseware.png
:alt: Python Package Index Release Page
:target: https://pypi.org/project/relate-courseware/+----------------------------------------------------------------------------------------------+------------------------------------------------------------------------------------------------+
| .. 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 |
+----------------------------------------------------------------------------------------------+------------------------------------------------------------------------------------------------+RELATE is a web-based courseware package. It is set apart by the following
features:* Focus on easy content creation
* Simple, text-based format for reusable course content
* Based on standard `YAML `_,
`Markdown `_See `example content `_.
* Flexible rules for participation, access, and grading
* Versioning of content through deep integration with `git `_.
Instructors can preview newly-authored content while students work with
prior versions, all from the same instance of RELATE.
* Multiple courses can be hosted on the same installation
* Code questions:* Allow students to write code into a text box (with syntax highlighting)
* Sandboxed execution
* Automatic grading
* Plotting support
* Optional second-stage grading by a human* Class calendar and grade book functionality.
* Statistics/analytics of student answers.
* Facilitates live quizzes in the classroom.
* In-class instant messaging via XMPP.
Works well with `xmpp-popup `_.Links
-----More information around the web:
* `Documentation `_
* `Source code `_Installation
------------See the `installation guide `_.
License
-------Copyright (C) 2014-15 Andreas Kloeckner
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.