SmartZoos / Toolset

Gaming platform for SmartZoos project
MIT License
0 stars 1 forks source link

Single-item activity gets stuck #97

Closed kaimikael closed 7 years ago

kaimikael commented 7 years ago

The “Konstutflykten” activity has a single, multiple-choice, item. I started the game and opened the question. The correct answer was already filled-in, possibly (I can’t quite remember) because I had already played the activity once and filled in the correct answer then. The only option I had was to press the “Exit game” button.

This raises some questions: Is it only possible to play a particular activity once? In that case we should indicate this on the list of activities. If not, it should be possible to reset (automatically or manually) the previous results in order to play again. Even if an activity is playable only once, should it be possible to review the questions there? (For revising purposes or whatever.) In that case it should be possible to close an opened question and return to the activity map, even if there are no other questions left, in order to feel in control.

pjotrsavitski commented 7 years ago

Yes, the same activity could only be completed once by the same user. If it is left unfinished, then it could be completed later (dashboard shown all activities). That was the logic from the initial issues.

Resetting could be made possible, but that requires description of consequences. Example: all the answers are deleted and the system will not hold any information about that. That might not fit well in some contexts. This would also enable cheating by answering questions, seeing what is correct and what is not and starting afresh.

Currently, the user will see a list of all results from some activity, once that is complete. If that is not how the logic should be, then it will have to be changed.

kaimikael commented 7 years ago

That sounds reasonable, but it does not seem to be what happened to me?

pjotrsavitski commented 7 years ago

I could test it out.

There could be some small bug left after refactoring.

If you have that on Toolset, just paste the link here. I will check it right there. If there is a bug, then I will just fix it and update. I'll try to get there in the evening.

On 9 May 2017, at 17:21, Kai-Mikael Jää-Aro notifications@github.com wrote:

That sounds reasonable, but it does not seem to be what happened to me?

— You are receiving this because you commented. Reply to this email directly, view it on GitHub, or mute the thread.

kaimikael commented 7 years ago

https://toolset.smartzoos.eu/games/bc34faf3-5821-4da4-9cdf-8a65893c7c84/play

pjotrsavitski commented 7 years ago

This one happened due to game being finished. It is just not apparent that the game is over and user is shown a results screen.

We need heading text in there that will make it more clear. Any better solutions are also welcome.

If this resolves the issue, then we could probably close it and start the new one about how should the game end and the screen look like so that it would be clear to the player.