Host live quizzes freeely
The alternative to Kahoot with enhanced collaboration and problem-solving. Fuiz is a privacy-focused, open-source learning platform hosting user-generated quizzes. Instead of competition and memorization, we are committed to providing an accessible classroom tool that encourages teamwork and discussions.
Website is hosted at fuiz.org. We will keep providing this instance for free as long as we are able to.
Fund us at OpenCollective. Your funds are invaluable.
If you cannot donate, please share the word!
Fuiz is under heavy development so strings often keep getting changed and added. Nonetheless, if yoou want to add your translations, feel free to do so by creating a merge request adding your translation similar to en.json.
If you want to contribute a non-trivial amount please create an issue first so we can collaborate more efficiently. At the moment I treat this repo as if I'm the solo developer. So expect stuff to be slightly janky.
Limits are configured in fuiz/game-backend/game/logic/src/settings.rs.
Create a directory for fuiz and cd into it then:
git clone https://gitlab.com/fuiz/game-backend
cd game-backend/Run the game server:
cargo run -p fuiz-serverRun the image storage server:
cargo run -p corkboard-serverFollow up the instructions at fuiz/website.