Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How to display Question Papers Online

Status
Not open for further replies.

balachandar

Programmer
Apr 16, 2001
88
CA
Hi,
I am building an application for conducting tests online.
I am highly confused about displaying the various questions and extracting the user answer. These are the requirements.

Question Types are : Multiple Choice, True/False, Fill in the Blanks, Match the following. The questions can be in any order.

The questions can be in any order. One True/False followed by match the following , followed by Multiple choice and fill in the blanks
With what control or How I can display these questions and get the user answer easily.

Thanks and Regards
Balachandar Ganesan

 
Bala:

I'd create a form that is populated with textboxes (for fill in the blanks), grouped check/option buttons for multiple choice and true/false questions, and perhaps textboxes or dropdown boxes with match type questions. I don't think you need anything special beyond the basic controls. You can post-back to save/update test or even introduce java and/or DataSets to carryout client side grading if you don't want to post back to the server.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top