Hi there, I need your help.
Things are like this: There is a LAN, a web server and a database server. I want to develop a web-based on-line test system for the LAN users. The test system must have the following functions:
1) Questions are selected from databese at random,that is to say, the questions of the test should be different from test to test.
2) Each time only one question is displayed on the web page
3) The user inputs the answer into a text area of a form in a given time. If the time is up ,and the user does not submit his/her answer, then there should be a popup message to indicate the faliure and the correct answer, and the next question is displayed; if the user gives the answer within the given time, then the test system should check the answer and tell the user the answer is correct or not, if not, display the correct answer, and then display the next question.
4) After the user finishes the test,the test system can provide a score report and an analysis.
Now I have no idea about the solution, and not clear which functions are server-end (plan to develop in PHP) and which are client-end.
Excuse me for my poor English,please. Your great help is really appreciated!
Joyy