ClassQuiz
-
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.
Additional links:
Website: https://classquiz.de/
source: https://github.com/mawoka-myblock/ClassQuiz
docs: https://classquiz.de/docs
self-hosting: https://classquiz.de/docs/self-host
License: This repository is licensed under the Mozilla Public License 2.0 -
@timconsidine ClassQuiz dev here! I'd be happy to to help!
-
@girish Ah, yes! The problem with releases! Some features are done, others are... functional. ClassQuiz is definitely under active development, but I tend to add new features without polishing others. You can easily go ahead and test it online. The hosted version is exactly from the git master branch. I'll have a look at releases and will tell you what I'll come up with.
-
@timconsidine But ClassQuiz is a docker-conpose stack, not just one container and 2 containers save user data:
- Image uploads from the api container
- Application data is saved by the postgres
-
@Mawoka Ah
OK
Beyond my skills then sadly.
Others maybe can advise about multiple containers.
Cloudron doesn't use docker-compose.
Just Dockerfile.
I had a quick look at modifying your Dockerfile in repo, but failed. Sorry ! -
@timconsidine I may be looking into a single container setup in the future and will let you know!