We have a custom built system written in PHP that is designed to host an online exam for a client. The system is complete, but the timer function does not work as required. The basic process should be: * A user will have a specific time limit to complete a test (Time limit value is stored in the database) * When each question has been answered, a static text field will be updated showing the time remaining and the time that has elapsed since...