introduction of online quiz website in php and mysqli


introduction of online quiz website in php and mysqli

frontend: html, php
backend: mysqli

Here i am going to show you how you can make online quiz website in php and mysqli step by step so you can unserstand easily we will use theme with bootstrap so this website will looks like 100% responsive and also you can easily understand that
how to implement bootstrap in php also, and we are going to use ajax also user can switch one question to another without refreshing the page.

we are going to cover below functionalities..
user side

(1) user can register
(2) user can login
(3) user can select the exam
(4) then exam will start of user, admin will set time for exam when time will over exam will automatically over or when user give all questions answer then also exam will over.
(5) we will use ajax for load question so page will not refresh again and again
(6) user can see count down timer for remaining time of exam
(7) after exam complete user can see how many question was there in exam and how many correct and how many incorrect answer.
(8) user can see their past exams results also..
(9) user can logout

admin side
(1) admin can login
(2) admin can block unblock user
(3) admin can create new exams categories like maths, science, computer etc.
(4) admin can set time of that exam.
(5) admin can add question for exam with 4 choice of each question
(6) admin can see all students results
(7) admin can edit everthing like questions, exam time, exam categories etc..
(8) admin can logout

how to make online examination system in php,How To Make Online Examination System in PHP,online examination system in php bootstrap, quiz website in php and mysqli,how to create a quiz in php,create a quiz using mysqli database,online quiz system using php and mysqli,quiz website,quiz website php,quiz website tutorial,online quiz project in php and mysqli,online examination system in php, online examination system in php and mysqli.

Our Other Videos