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 -
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 -
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@uwcrbc another great find, thanks!
-
@timconsidine ClassQuiz dev here! I'd be happy to to help!
-
@timconsidine ClassQuiz dev here! I'd be happy to to help!
-
@Mawoka welcome here! Very nice, we use kahoot! and Blooket quite a bit . What is the status of the app? Would be great to have a stable release first before we can package it for Cloudron.
@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 ClassQuiz dev here! I'd be happy to to help!
-
@Mawoka thank you
In case you're not aware, one important thing to know about Cloudron apps is that usually the application code (which doesn't change at runtime) is under
/app/code/
and user data is under/app/data
.@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
-
@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 ! -
@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!
-
@timconsidine I may be looking into a single container setup in the future and will let you know!
-
@Mawoka Postgres is built into Cloudron, so the single image for the app need only connect to it for data storage.
-
@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