Results 1 to 2 of 2

Thread: Javascript - online test creation

  1. #1
    Join Date
    Oct 2007
    Posts
    1

    Javascript - online test creation

    hi guys

    i'm hoping you can help me out with some design questions. I want to create a simple site to help people learn things. So, they see a question and then click a button to get the answer. Then click next to go to the next question. There's no need to grade answers or anything.

    I've seen a site that does the same thing. How does it work? Where are the questions stored? Do I have to store the questions on a server? It'd be good if the questions were randomly picked.

    http://www.subnettingquestions.com/default_uk.asp

    Lots of questions! But even just a few hints that'd help me would be welcome.

    Thanks

    John

  2. #2
    Join Date
    May 2004
    Location
    The Internet
    Posts
    2,138
    The site you gave a link for does this really simply using JavaScript. The script really simply shows the hidden answer layer when you click "reveal", and also changes the "reveal" link to the next link.

    The site does use ASP to call the next page up, but you could do that simply by using html.

Similar Threads

  1. without JavaScript online form
    By Panospheric in forum Client & Server Side Scripting (PHP, ASP, JavaScript)
    Replies: 0
    Last Post: 11 May 2007, 04:28 AM
  2. javascript : how to test if page exist
    By vandecan in forum General Questions
    Replies: 0
    Last Post: 06 Sep 2005, 10:32 AM

Posting Permissions

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