A web server to host quizzes.
-
Clone this repository
git clone https://pypi.org/project/vocabulum/
-
Install dependencies
pip install -r requirements.txt
-
Make migrations
python manage.py makemigrations
-
Perform migration
python manage.py migrate
-
Create a super user
python manage.py createsuperuser
Start server
python manage.py runserver 0.0.0.0:8000
-
A single
User
can be associated with 1-2Player
s -
A timer for the entire
Quiz
-
A
User
is timed only if the complete aTask
.Their time metric is the duration since the start of the challenge till their last successful
Task
completion. -
A leaderboard showcasing the
User
s with the most points.Ties are settled based on the time taken to complete
Task
s