Hi,
So I am in the middle of creating an app for androids which has a timed test function. The problem is, during my debugging and testing, we identified that if a person is on a test question they can hit the androids over view button (the one that shows all open apps and you can swipe to close them). This allows them to still view the question and the timer stops while the app isn’t open. So, 2 questions here I guess. First, is there a way to keep the timer going while the app isn’t in the forefront and second, is there a way to make the app image go blank during that overview mode so people can’t keep seeing the question.
I’m currently using a parentscene and show/hiding overlays for each question. I assume i’d stick what ever code in the parentscene file.
Any help would be appreciated. Thanks!