directorlive / oppia

Automatically exported from code.google.com/p/oppia
Apache License 2.0
0 stars 0 forks source link

Unhandled answers includes continue button results #764

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Create a new exploration that can be completed
2. Add a continue button interaction to some state
3. Save and publish the exploration
4. Complete through the exploration from the gallery (not editor preview mode)
5. Go back into the editor for the exploration and visit the page for the state
6. It should have an "Unhandled Answers" section with a blank left content area 
and text saying it was pressed 1 time on the right.

What is the expected output? What do you see instead?
Uhandled Answers should not show up for a continue button, as it has only one 
possible outcome. That, or it should be renamed to something that makes more 
sense (e.g. "Clicked 11 times").

This may also be an issue for other types of interactions. It may need some 
additional investigation.

Original issue reported on code.google.com by bhenn...@google.com on 19 May 2015 at 2:05

GoogleCodeExporter commented 9 years ago
Fix attempted here, PTAL:

    https://code.google.com/p/oppia/source/detail?r=51b7ac6d3ab917a5ac2cd69f21235866512dfd0a&name=issue-764

Original comment by s...@google.com on 9 Jun 2015 at 1:40

GoogleCodeExporter commented 9 years ago
Looks good. That fixed the issue by removing the unhandled answers for continue 
interactions.

Original comment by bhenn...@google.com on 9 Jun 2015 at 2:14

GoogleCodeExporter commented 9 years ago

Original comment by s...@seanlip.org on 9 Jun 2015 at 5:29