-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Answers not saved on reload #18
Comments
The answers would be sent to the backend if the activity is completed, as far as I understand. However, this might give the impression to participants that they need to redo activities, when in fact they do not. |
this is a stateless client, so nothing is stored in the browser between reloads. but ideally people should not be reloading. we can check if something can be added to prevent a reload, but i think it may not be trappable by the app. |
also no client should be seeing the sidebar, generally. we will probably hide it away by default. |
Understood, thank you! |
Before reload:
After reload:
The text was updated successfully, but these errors were encountered: