Log in

View Full Version : On line test



yaco_dyn
05-16-2009, 11:26 AM
Hello
I'm trying to make an on line test
but couldn't get a good idea
i need to make an admin page which i can create a type of question lik
1-single choice
2-multiple choice
3-reorder phrase
4-match phrase
5-fill blank

and page for user can read fron database mysl this question and display it
for user which type is question

could u help me

maneetpuri
05-19-2009, 07:21 AM
Hi,

I have done something of this sort before, for each question you will have to define its type and the programming you will have to do will be different for each type of question.

Cheers,

~Maneet

yaco_dyn
05-20-2009, 08:16 AM
can u give me an help

forum_amnesiac
05-20-2009, 10:49 AM
If this admin page is for a table, perhaps in MYSQL, then it would be useful to know some details of the table, eg fieldnames, fieldtypes, expected content.

Then some more specifics of the type of admin page and options, eg which fields, what validation, etc.

Give us a more detailed idea of what you are trying to achieve then you will no doubt get the help you need.