In generators - prevent duplicate, identical answers
Open
@corinnewo is already working on this.
Since Mar 3, 2023.
- Dominant language
- Rust
- Stars
- 14
- Forks
- 18
- PR merge metrics
- No merged PRs in 30d
Description
A teacher created this set of cards, and was frustrated when the children were answering correctly but the computer said no!

We need direction here from dev:
- Can we detect when there is a duplicate answer defined in the content?
- If we can detect, then what do we do? Which is the best option?
Options:
- Alert with a popup that there is a duplicate answer, and prevent them from continuing
- In the randomization, prevent choosing a set with a duplicate answer (this could be tricky if there are only a few pairs in the content set)
- Recognize that there are duplicates, and accept both as correct.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.