Hi there we are developing a website for students for taking Online tests. We are working on PHP My SQL. The questions of the all the tests are stored in a table with the test_id associated with the test. Problem: Now as the questions of the tests are being loaded from the server it sometime takes time in loading. As these tests are being TIMED (Online Tests) hence the test taker feels his time is getting wasted.
The loading time may be a result of
slow internet connection
Databse search
Question/s
What is the best way of giving a jerkless experience to the test-taker irrespective of his internet speed and PC configuration.