TAO 3.3 is released. Check out the announcement here - https://forum.taotesting.com/discussion/593/tao-community-edition-3-3-released#latest
Stop timer while question (itm) is loading
Hi,
We are stopping client side the timer for Test/Section while item is loading as we dont want reduce test taker time while item is loading.
Its working fine, but the server time is getting timeout even we have time in client side. The time gap between client and server is vary based on network speed. We have tried to stop server timers, but server is validation remaining time by differentiating the test starting time and current time.
Is there a way to sync server and client time? or can we updated server time based on client time?
Do we have any rest api to update server test time?
thanks
Comments
Yes, you can,
you can set timer target to 'client', and set bootstrap --> communication --> enabled to true, and set the boostrap -> timeout (The network timeout, in seconds.)
For more information, please read : https://hub.taotesting.com/techdocs/tao-testqti/test-runner-config
CMIIW