All Projects → inducer → Relate

inducer / Relate

RELATE is an Environment for Learning And TEaching

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Relate

Awesome Django
Repository mirror of GitLab: https://gitlab.com/rosarior/awesome-django This repository is not monitored for issues, use original at GitLab.
Stars: ✭ 8,527 (+3467.78%)
Mutual labels:  web-application, django
Openedx Docker
🐳 A best practice Docker image of Open edX
Stars: ✭ 74 (-69.04%)
Mutual labels:  django, lms
Django Multiple User Types Example
Django Quiz Application
Stars: ✭ 395 (+65.27%)
Mutual labels:  quiz, django
Academicstoday Django
A open-source platform for online course-based learning and education.
Stars: ✭ 130 (-45.61%)
Mutual labels:  django, lms
Rest Api
Learn how to build your own REST API with Python, Django, and the Django Rest Framework.
Stars: ✭ 232 (-2.93%)
Mutual labels:  django
Djangochannelsrestframework
A Rest-framework for websockets using Django channels-v3
Stars: ✭ 224 (-6.28%)
Mutual labels:  django
Ownphotos
Self hosted alternative to Google Photos
Stars: ✭ 2,587 (+982.43%)
Mutual labels:  django
Webanno
The Official WebAnno Repository
Stars: ✭ 220 (-7.95%)
Mutual labels:  web-application
Tacticalrmm
A remote monitoring & management tool, built with Django, Vue and Go.
Stars: ✭ 231 (-3.35%)
Mutual labels:  django
Django Rest Passwordreset
An extension of django rest framework, providing a configurable password reset strategy
Stars: ✭ 238 (-0.42%)
Mutual labels:  django
Question Generation
Generating multiple choice questions from text using Machine Learning.
Stars: ✭ 227 (-5.02%)
Mutual labels:  quiz
Opal
A web framework for building highly usable healthcare applications.
Stars: ✭ 227 (-5.02%)
Mutual labels:  django
Django Migration Linter
🚀 Detect backward incompatible migrations for your django project
Stars: ✭ 231 (-3.35%)
Mutual labels:  django
Leftvalues.github.io
LeftValues, a leftist political quiz
Stars: ✭ 224 (-6.28%)
Mutual labels:  quiz
Django Dynamic Preferences
Dynamic global and instance settings for your django project
Stars: ✭ 238 (-0.42%)
Mutual labels:  django
Webperl
Run Perl in the browser with WebPerl!
Stars: ✭ 221 (-7.53%)
Mutual labels:  web-application
Django Data Wizard
🧙⚙️ Import structured data (e.g. Excel, CSV, XML, JSON) into one or more Django models via an interactive web-based wizard
Stars: ✭ 227 (-5.02%)
Mutual labels:  django
Zds Site
Cœur du projet technique de Zeste de Savoir
Stars: ✭ 236 (-1.26%)
Mutual labels:  django
Mayan Edms
Free Open Source Document Management System (mirror, no pull request or issues)
Stars: ✭ 226 (-5.44%)
Mutual labels:  django
Django Sockpuppet
Build reactive applications with the django tooling you already know and love.
Stars: ✭ 225 (-5.86%)
Mutual labels:  django

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://codecov.io/gh/inducer/relate/branch/main/graph/badge.svg :alt: Codecov Coverage Status :target: https://codecov.io/gh/inducer/relate/commits .. 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 <https://en.wikipedia.org/wiki/YAML>, Markdown <https://en.wikipedia.org/wiki/Markdown>

    See example content <https://github.com/inducer/relate-sample>_.

  • Flexible rules for participation, access, and grading

  • Versioning of content through deep integration with git <https://git-scm.org>_. 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 <https://github.com/inducer/xmpp-popup>_.

  • Built-in support for VideoJS <http://www.videojs.com/>_ offers easy-to-use support for integrating HTML5 video into course content without the need for third-party content hosting.

Links

More information around the web:

  • Documentation <http://documen.tician.de/relate>_
  • Source code <https://github.com/inducer/relate>_

Installation

See the installation guide <http://documen.tician.de/relate/misc.html#installation>_.

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].