-
Notifications
You must be signed in to change notification settings - Fork 530
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
[BUG]: App got stuck during a student playthrough #5568
Comments
Hey @seanlip, I want to contribute to Oppia android and I started trying to reproduce this (with no success), but I compile what I've looked at myself. Maybe it'll be helpful if it gets reproduced. I've only been able to disabled the button when it is expected to be disabled. It looks like the submit button is enabled by default and only gets disabled when an error is shown.
inputAnswerAvailable looks to set to true in the callsites I looked at. I noticed the code above gets called twice when selecting an answer when the button is disabled. I would expect it to only update once, but i don't know if that's important Stack trace 1
Stack trace 2
Some of the ways (not exhaustive) i tried to break it are:
Side note, I noticed whie trying to break it is that the radio buttons are able to go from one selected to no selected, which is odd for a radio button. The radio buttons on the web app seem to function as expected. |
This needs investigation before it can be fixed, and we need to release 0.14 in the next few days. Bumping to the next release milestone. |
Describe the bug
We received a report from a UXR study that the app hung in the middle of a lesson and the student wasn't able to go ahead. See screenshot below:
The learner spent some time retrying again and again, and was able to go ahead. (It's not stated what they actually did, but I assume they might have picked other options).
Steps To Reproduce
Not sure. This information was not provided in the report, but the question in the screenshot is from Fractions.
Expected Behavior
If a response is selected, the submit button should not be disabled.
Screenshots/Videos
What device/emulator are you using?
Not known
Which Android version is your device/emulator running?
Not known
Which version of the Oppia Android app are you using?
0.13-beta-dcde7b359e
Additional Context
No response
The text was updated successfully, but these errors were encountered: