You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now the client has to load the page, then send the question number to the server, and wait for a response. This doubles loading times.
We cannot solve this by simply having the server include any questions that are in the url, because it could be affected by the user's settings. Solution: Have JS mirror the user's settings into a cookie, so the first request to the server will include those settings.
The text was updated successfully, but these errors were encountered:
Right now the client has to load the page, then send the question number to the server, and wait for a response. This doubles loading times.
We cannot solve this by simply having the server include any questions that are in the url, because it could be affected by the user's settings. Solution: Have JS mirror the user's settings into a cookie, so the first request to the server will include those settings.
The text was updated successfully, but these errors were encountered: