Skip to content
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

timesGotQuestionWrong not being updated correctly in state #355

Open
YuxinZhangChristina opened this issue Jul 12, 2019 · 0 comments
Open
Assignees
Labels
bug incorrect implementation that results in undesired behavior logging Related to data collection
Projects

Comments

@YuxinZhangChristina
Copy link

timesGotQuestionWrong supposed to log number of times question was gotten wrong, but it is not being logged correctly. Unclear what value is being used for (logging perhaps?)

To replicate:

  1. From worldview, go to any exercise
  2. submit incorrect answer.
  3. Change answer to another incorrect answer and submit again

Expected: state.timesGotQuestionWrong is 2
actual: state.timesGotQuestionWrong is undefined or 1

Changed by updateWrongAnswersCount() in App.js

@YuxinZhangChristina YuxinZhangChristina added the bug incorrect implementation that results in undesired behavior label Jul 12, 2019
@bxie bxie added the logging Related to data collection label Jul 17, 2019
@bxie bxie added this to the sprint 3: deployment milestone Aug 2, 2019
@bxie bxie self-assigned this Aug 3, 2019
@bxie bxie added this to Backlog in Agency Dev Aug 3, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug incorrect implementation that results in undesired behavior logging Related to data collection
Projects
Agency Dev
  
Backlog
Development

No branches or pull requests

2 participants