Skip to content
This repository has been archived by the owner on Jan 26, 2024. It is now read-only.

🐛 Bug Report: Questions being repeated during every round #28

Open
2 tasks done
ghost opened this issue Oct 9, 2022 · 9 comments · May be fixed by #32
Open
2 tasks done

🐛 Bug Report: Questions being repeated during every round #28

ghost opened this issue Oct 9, 2022 · 9 comments · May be fixed by #32
Assignees
Labels
bug Something isn't working

Comments

@ghost
Copy link

ghost commented Oct 9, 2022

👟 Reproduction steps

Start using the app and play the round, you will notice that sometimes the questions asked before are being repeated.

👍 Expected behavior

It should not repeat the question

👎 Actual Behavior

It actually repeats the question

🎲 Appwrite version

Different version (specify in environment)

💻 Operating system

Something else

🧱 Your Environment

Flutter version: 3.3.4
Dart version: 2.18.2 (stable) (Tue Sep 27 13:24:11 2022 +0200) on "linux_x64"
Appwrite package version: 8.1.0

👀 Have you spent some time to check if this issue has been raised before?

  • I checked and didn't find similar issue

🏢 Have you read the Code of Conduct?

PS: I would be glad to work on this issue :3

@ghost ghost added the bug Something isn't working label Oct 9, 2022
@literalEval
Copy link

I would like to work on this issue.

@stnguyen90
Copy link
Contributor

@literalEval, are you still interested in working on this?

@SagittariusA11
Copy link

I would like to work on this issue.

@stnguyen90
Copy link
Contributor

FYI, I think the problem here is a duplicate question:

{
"question": "Which of these is not a peripheral, in computer terms?",
"options": [ "Keyboard", "Mouse", "Motherboard", "Monitor" ],
"answer": "Motherboard"
},
{
"question": "Which of these is not a peripheral, in computer terms?",
"options": [ "Keyboard", "Mouse", "Motherboard", "Monitor" ],
"answer": "Motherboard"
},

@SagittariusA11
Copy link

Yes, while going through the repo I also found this. So should I just delete the question or add some other question? I would prefer the later.

@SagittariusA11
Copy link

Have replaced the question and created a pull request.
#32

@stnguyen90
Copy link
Contributor

Assigning to @SagittariusA11 since there was no response from @literalEval.

@literalEval
Copy link

@literalEval, are you still interested in working on this?

Yes I am. Sorry for being late.

@stnguyen90
Copy link
Contributor

@literalEval, sorry, I already assigned it to @SagittariusA11. Feel free to try and find another issue

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants