77 lines
3.7 KiB
Markdown
77 lines
3.7 KiB
Markdown
<a href="https://github.com/mawoka-myblock/ClassQuiz/stargazers"><img alt="GitHub Repo stars" src="https://img.shields.io/github/stars/mawoka-myblock/classquiz?style=for-the-badge"></a>
|
|
<a href="https://github.com/mawoka-myblock/ClassQuiz/graphs/contributors"><img alt="GitHub contributors" src="https://img.shields.io/github/contributors/mawoka-myblock/classquiz?color=green&style=for-the-badge"></a>
|
|
<a href="https://github.com/mawoka-myblock/ClassQuiz/network/members"><img alt="GitHub forks" src="https://img.shields.io/github/forks/mawoka-myblock/classquiz?style=for-the-badge"></a>
|
|
<a href="https://github.com/mawoka-myblock/ClassQuiz/issues?q=is%3Aissue+is%3Aopen+sort%3Aupdated-desc"><img alt="GitHub issues" src="https://img.shields.io/github/issues/mawoka-myblock/classquiz?style=for-the-badge"></a>
|
|
<a href="https://github.com/mawoka-myblock/ClassQuiz/blob/master/LICENSE"><img alt="GitHub" src="https://img.shields.io/github/license/mawoka-myblock/classquiz?style=for-the-badge"></a>
|
|
<img alt="GitHub code size in bytes" src="https://img.shields.io/github/languages/code-size/mawoka-myblock/classquiz?style=for-the-badge">
|
|
[](https://deepsource.io/gh/mawoka-myblock/ClassQuiz/)
|
|
<img alt="Snky badge" src="https://img.shields.io/badge/Snyk-Check-success?style=for-the-badge">
|
|
[](https://codecov.io/gh/mawoka-myblock/ClassQuiz)
|
|
<img src="https://tokei.rs/b1/github/mawoka-myblock/ClassQuiz?category=lines" alt="Code-Line count">
|
|
|
|
<div align='center'>
|
|
<h2 align='center'>ClassQuiz</h2>
|
|
<img src='logo.png' alt='ClassQuiz Logo' height='100px' width='100px'>
|
|
<p align='center'>
|
|
The open-source quiz-platform!
|
|
<br/>
|
|
<a href='https://classquiz.de/'><strong>Visit the website »</strong></a>
|
|
<br />
|
|
<br />
|
|
<a href='https://classquiz.de/docs'>Docs</a>
|
|
·
|
|
<a href='https://classquiz.de/account/register'>Register</a>
|
|
·
|
|
<a href='https://classquiz.de/docs/self-host'>Self-Hosting</a>
|
|
</p>
|
|
</div>
|
|
|
|
## About ClassQuiz
|
|
|
|
ClassQuiz is a quiz-application like KAHOOT!, but open-source which is very important if it is a product for educational
|
|
purposes.
|
|
You can create quizzes and play them remotely with other people.
|
|
It is mainly made for teachers, who create a
|
|
quiz, so students can compete with their knowledge against each other.
|
|
|
|
## Try it
|
|
|
|
There is a hosted version at [classquiz.de](https://classquiz.de?utm_medium=Github&utm_source=Readme). The server is
|
|
located in Karlsruhe, Germany and hosted by [netcup](https://mawoka.eu/redir?token=2), so expect some latency depending
|
|
on your location.
|
|
|
|
## Donating
|
|
[](https://ko-fi.com/K3K3CK3ES)
|
|
|
|
<a href="https://liberapay.com/Mawoka/donate"><img src="https://img.shields.io/liberapay/goal/Mawoka.svg?logo=liberapay"></a>
|
|
|
|
## Self-Host
|
|
|
|
Please see https://classquiz.de/docs/self-host
|
|
|
|
## Development
|
|
|
|
See https://classquiz.de/docs/develop
|
|
|
|
## Translation
|
|
|
|
ClassQuiz uses a Weblate-instace hosted by Mawoka.
|
|
|
|
|
|
<a href="https://translate.mawoka.eu/engage/classquiz/">
|
|
<img src="https://translate.mawoka.eu/widgets/classquiz/-/frontend/multi-auto.svg" alt="Übersetzungsstatus" />
|
|
</a>
|
|
|
|
## Docs
|
|
|
|
The docs are online at https://classquiz.de/docs
|
|
|
|
### Things to know about the structure
|
|
|
|
1. Everything depends on Redis (API and frontend).
|
|
2. The proxy-container is optional (Caddy), but makes your life easier
|
|
3. You need to set your reverse proxy up, so that it allows Socket.io-connections.
|
|
|
|
---
|
|
*Kahoot! and the K! logo are trademarks of Kahoot! AS*
|