6. Progress ScreenΒΆ

Now is a time to decide whether to take the user automatically to next level in the game or back to the dashboard.

If moving to next level, you have an option to decide whether to continue using the same session id or to create a new session. We would prefer to continue with the same session id because that makes it easy to track the history/progression of the user. However, this may not be applicable to all situations and you’d need to think more about what structure suits your scenario.

If moving back to dashboard, you can refresh the data to display using the same sequence outlined in Dashboard Screen.