Our site is for creation and conducting quizzes. It is much more easier for teachers to check students' knowledge by using quizzes, because it can reduce time for checking. Here teachers can create a quiz and then students can join this quiz, and in the end teachers will get the results of the quiz. And because most companies with such functionality left Russian market, ours will be really useful nowdays in Russia.
- On the starting page you need to write a pincode you are given
- Answer quiestions you are given
- See results
- You need to authorize into your account
- Create a quiz
- Create questions for quiz
- Open a quiz
- Share the pincode and QR code with students
- Wait while they are solving the quiz
- Get the results
- Creating a new quiz
- Joining a quiz
- Deleting a quiz
- Deleting a question
- Authentication for quizmakers
- Opening and closing a quiz
- Seeing results of a quiz
- Leaving a quiz
- Seeing the list of top 5 players
- Counting points for players
- Clone the repository
- Install python
- Create and activate a new virtual environment (
python -m venv venv-name) - Install dependencies using requirements.txt (
pip install -r requirements.txt) - Set environment variables (
export FLASK_APP=\_\_init__.pyorset FLASK_APP=\_\_init__.pyfor Windows-users) - Change the SECRET-KEY and SQLALCHEMY_DATABASE_URI in the __init__.py file
- Run the application (
flask run)






