Skip to content

TkhiienLok/my-quiz-site

Folders and files

NameName
Last commit message
Last commit date

Latest commit

cbbe637 · May 28, 2020

History

34 Commits
May 28, 2020
May 27, 2020
May 28, 2020
May 27, 2020
May 26, 2020
May 25, 2020
May 27, 2020
May 8, 2020
May 27, 2020
May 28, 2020
May 8, 2020
May 27, 2020

Repository files navigation

my-quiz-site

Django Platform for making and passing quizzes. Initially created from this tutorial https://djbook.ru/rel1.9/ref/models/options.html

Design of this website is selfmade therefore far from perfect. Home page: home

Current features

  • Storing of quiz results for each user
  • Result page for each passed quiz which displays which of your answers were correct and expected answers
  • The quiz is limited to one attempt per user (number of passed quizzes is displayed in the profile page)
  • Quizzes can be given a category
  • There is quiz search by category of content
  • Can switch between Multiple or Single choice question type when creating a new quiz
  • Quiz detail information contains author ##Screenshots:

Create quiz

Quiz-create

Quiz results

Results

Public quizzes

Public-quiz-list

Signup

signup

Signin

login

Change profile settings

Profile