Skip to content

meghadandapat/Clash-Round-1

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Clash-Round-1

MCQ Platform based on the theme, Vision. It was built to test the logical aptitude of participants during Credenz, which is a technical event organised by PISB. This 28 minutes long quiz comprising multiple-choice questions on C, C++ and Python also had 3 different lifelines that could be availed at certain points during the game.

Steps to run the project:

Requirements: Python and pip must be installed in your system.

1) Clone the project onto your local machine.

git clone https://github.com/meghadandapat/Clash-Round-1.git

2) Create a virtual environment and install the required packages.

create a virtual envirnoment:

python3 -m venv clashvenv

activate this virtual envirnoment:

cd clashvenv/Scripts/activate

installing all required packages which are present in requirement.txt:

python -m pip install -r requirements.txt

3) Start the development server:

python manage.py runserver

User Interface of the platform:

1) Login

Login

2) Instructions

Instructions

3) Spin the Wheel

Spin the Wheel

4) Visionise

Visionise

5) Get It Assured

Get It Assured

6) Results

Results

About

MCQ Platform for Credenz-Live

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published