Welcome to WebDesignForums.net!
You're currently viewing WDF as a guest. By registering for a free account, you'll be able to participate with other members in our friendly community. Being a member allows you to ask questions and get answers for those troublesome web development tasks!

In addition, as a member you'll be able to post your websites up for review. Using our unique website review system you can gain some amazing feedback from some of the best web developers around. This is a completely free service to all registered members.

Ready to register yet? Registration is 100% free. Click Here To Join Now!

HOW TO MAKE AN EXAM PAPER? Questions, answers, then print.

Discussion in 'Javascript, AJAX, and JSON' started by askman, Aug 10, 2005.

  1. Offline

    askman New Member

    Message Count:
    6
    Likes Received:
    0
    Trophy Points:
    0
    how to make a text box, where a person will write his answer.... this is how the page should look like:



    1. What is the first question?


    --------------textbox------------------------


    well the answer to the first question is the question itself



    ---------------------------------------------

    (SUBMIT button) when submit button was pushed the answer in the textbox will show in the screen or separate screen... then you will turn to question number 2


    2. What is the second question?


    --------------textbox------------------------


    well the answer to the first question is the question itself



    ---------------------------------------------

    (Submit)



    =================================================

    after you answer all the questions with textbox in it there should be a print button, a button when pressed it will completely print the First question and its answer below and the second question and its answer below. The text box should have an unlimited character space... it - auto scrolls... when submit was pressed, the words written in the textbox will display (now in proper font and size outside the textbox), then when print was clicked it will be printed Questions with the complete answers in paper


  2. Offline

    bfsog Coder

    Message Count:
    2,354
    Likes Received:
    0
    Trophy Points:
    0
    Location:
    UK
    Are all these questions already on the page? Or are they to appear after the previous question is answered

    Also,
    ... will show in the screen? Do you mean beside that question's textbox or what?


Share This Page