Site is deployed at Link
Problem Statement
- To design an interactive puzzle that can be solved on an online website.
- Aim of the puzzle is to assess the soft skills of the users (eg - eye for detail, perseverance, curiosity, etc.)
- The puzzle should incorporate direct or subtle methods of measuring these soft skills.
- Logical Thinking Ability
- Pattern Recognizing skills
- Flexibility with numbers
- Visual Ability Test
- Test of consciousness
- Reading Test
- General Knowledge Test
- The game consist of 11 questions
- Every question has 3 lives
- The user using all the lives must face the dead end if they answer incorrectly!
- Proper clues are being provided
- Total time taken for correct submission is measured and considered for the leaderboard
- Timer is provied for each question
- Proper warnings are given in case of wrong submissions
- Authentication
- Puzzles
- Accuracy,Score,time is being recorded
- Refreshing has no effect on current session
- Admin Panel to add questions,track users and manage submissions.
- Timer for each question
- Leaderboard
- Scoreboard (displays Time-taken,Score,Accuracy and status)
- user Analytics (line chart of accuracy throughout the questions)
- SQL Database (sqlite)
- Responsive website
-
- python -m venv myworld (Unix/MacOS)
- py -m venv myworld (windows)
-
- source myworld/bin/activate (Unix/MacOS)
- myworld\Scripts\activate.bat (windows)
-
- pip install -r requirements.txt
-
- python manage.py runserver