Results 1 to 2 of 2

Thread: urgent Answer Needed

  1. #1
    Join Date
    Sep 2010
    Posts
    4
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Smile urgent Answer Needed

    You are to create a dynamic JavaScript based Quiz Maker. This project should be contained in a single html file that has all of the JavaScript and CSS internal. For this assignment we are not going to worry about the look and feel of the webpage, however, you should feel free to make it look good. The primary focus of this assignment is to write good JavaScript code that performs the desired functions.
    When this webpage is loaded it should inform the user that they must first create the quiz. You should prompt the user to enter a title for the quiz and get the title from the user. Each quiz can consist of 5-20 questions. Your code should prompt for this number and verify it is within the specified range. Keep prompting for this number until an appropriate number is given. The user should then be prompted to enter the questions and the correct answers, one at a time. Once all of the questions and answers are entered, this page should place the title on the page followed by a button that says something like: “Take the Quiz.” When a user clicks on the button, they get to take the quiz. The quiz’s behavior should mimic that of the quiz example from our textbook. When the quiz is completed, your code should display the success rate (i.e. 3 out of 5 correct) and offer a button to retake the quiz.
    Last edited by dogstail; 09-23-2010 at 03:10 AM. Reason: Java Script

  2. #2
    Join Date
    May 2007
    Location
    Boston,ma
    Posts
    2,127
    Thanks
    173
    Thanked 207 Times in 205 Posts

    Default

    Is this a direct copy of your homework assignment? We don't do people's (home)work. We will help with an idea or a concept but this has no direct question this is more of a do my work request.
    Corrections to my coding/thoughts welcome.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •