Results 1 to 4 of 4

Thread: Online Test [RESOLVED]

  1. #1

    Thread Starter
    Banned ThaRubby's Avatar
    Join Date
    Apr 2005
    Location
    127.0.0.1
    Posts
    356

    Resolved Online Test [RESOLVED]

    How can I make some kind of online test? Like there is questions and 4 answers, and you check which answer you want and when your done click a button to grade it.
    Last edited by ThaRubby; Jun 11th, 2005 at 08:16 PM.

  2. #2

    Thread Starter
    Banned ThaRubby's Avatar
    Join Date
    Apr 2005
    Location
    127.0.0.1
    Posts
    356

    Re: Online Test

    <form method="post" action"quiz.php">
    Question 1 <b>blah blah blah</b><br>
    answer 1:<input type="radio" value="a" name="answer"><br>
    answer 2:<input type="radio" value="b" name="answer"><br>
    answer 3:<input type="radio" value="c" name="answer"><br>
    <input type="submit" value="check my answers" name="submit"><br>
    </form>
    <?php
    $answer=$_POST["answer"];
    if ($answer == "a")
    {
    echo "correct";
    }
    ?>


    NVM got it =DD

  3. #3
    Fanatic Member ALL's Avatar
    Join Date
    Jul 2004
    Location
    192.168.1.1
    Posts
    711

    Re: Online Test

    ahem... are you forgetting somthing [cough]resolved, checkmark[/cough]
    Please support one of my projects?
    TKForums.com

    Web Forum
    JavaScript Wiki
    ________________________
    If somone helps you, please rate their post, by clicking the to rate their post

  4. #4

    Thread Starter
    Banned ThaRubby's Avatar
    Join Date
    Apr 2005
    Location
    127.0.0.1
    Posts
    356

    Re: Online Test

    ^.- Lol sorry.

Posting Permissions

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



Click Here to Expand Forum to Full Width