A minimalistic live-polling webapp
Go to file
2025-02-16 01:21:45 +01:00
.gitignore Initial commit 2025-02-15 23:41:22 +01:00
choices.html Use JSON post for answer setup 2025-02-16 00:36:26 +01:00
Dockerfile Dockerize, typos 2025-02-16 01:21:45 +01:00
index.html Remove debug statements 2025-02-15 23:47:59 +01:00
index.js Use JSON post for answer setup 2025-02-16 00:36:26 +01:00
LICENSE License under GPLv3 2025-02-15 23:45:37 +01:00
login.html Initial commit 2025-02-15 23:41:22 +01:00
package-lock.json Initial commit 2025-02-15 23:41:22 +01:00
package.json Initial commit 2025-02-15 23:41:22 +01:00
README.md Dockerize, typos 2025-02-16 01:21:45 +01:00

Liliquiz - Lightweight Live Quiz

Usage

npm install
PASSWORD=my_admin_password node index.js

Point your students to the root URL.

Go to /login to login with the admin password.

Go to /choices to start a poll (admin only).

Going to /#abstain will skip the vote and go straight to the results.