Exam Application Programming Tutorial JavaScript Quiz Online Test




Lesson Code: http://www.developphp.com/video/JavaScript/Exam-Application-Programming-Tutorial-Quiz-Online-Test
Learn to create a Quiz, Test or Exam software using JavaScript and HTML. The main objective is to give the user multiple choice questions one at a time in sequence and grade them at the end of the exam. Perfect for school classrooms or educational entities online. The multidimensional array tutorial from yesterday is going to come into play within this application build. You can easily add a timer with setInterval(), and apply all the bells and whistles you need using JavaScript. Storing the questions/answers/options in a secure database that PHP can access, is the most practical way to make sure people do not cheat when you need the test to be secure and cheat proof. Ajax requests would be a big part of that interaction with the server. I discuss securing and externalizing the test data more in the video.

Original source


22 responses to “Exam Application Programming Tutorial JavaScript Quiz Online Test”

  1. Sir,my quiz follows your example.  great learning tool.  I have a 20 question quiz and for some reason it is not reading one of the questions.  Also I was trying to add a certificate at the end of the quiz.  more work, because now I need to create a input screen and track name and what else.What I really need more info on was the AJAX  or MySQL option..

  2. Adam, I am trying to send you some code that I am having a problem with.  I want it to be a FREE PRACTICE TEST for anyone needing to take the written test to obtain a Florida Driver's License or Learner's Permit.  Any suggestions or help would be greatly appreciated.

  3. Hi @Adam, thanks for all your hard work and great video! I am wondering, is there a way to track the users score and for me to get updated with the users results via email? would this be done through JS? Thanks a tonne! I am a total beginner and your videos are amazing.

  4. Hello, gr8 vedio .Can i know how to make a script to automatically answer These Quiz questions in a website i.e i want to write a script that consists of questions when the website dispaly a question it should match the question from my script and automatically answer the question and move to the next question and continue the same till i stop the script .Is This Possible .If possible please help me!

  5. Hiya, excellent tutorial. I have a question though being a beginner an all 😉

    function _(x) {
    return document.getElementById(x);
    }

    I get the logic behind the function, but I'm baffled as to what purpose (x) argument serves as it appears nowhere else in the code. Is it a placeholder of some kind?

    Thanks man..

  6. thank u sir for this wonderful lesson but pls sir like u said at the end of this lesson that the best way is to use php and ajax so that all the question and answers will come from the database,can you help us with that sir.thank u

Leave a Reply