Hi
We had an online aptitude test written for us back in 2004/2005. A user registers on our site then can take a test that evaluates what type of learner they are. After they complete the test, we can send them a .pdf report.
The front end of our site is a wordpress site, the testing center is written in php. Once a user registers, they get a link on our site that sends them out of wordpress to the PHP testing pages.
Question: if we have 4-5 users sign up at once ( which isn't a problem in wordpress ), is there a way to allow for those users to take the aptitude test all at once.
As of now, the "testing center" part of our site is only allowing 1 user at a time.
Is this how PHP works? Is it the hosting server? We are hosted by Network Solutions.
The test is around 120 questions long and 3 pages.
Thanks in advance.