Bug: Lowercase answers are marked wrong
Nobody has claimed this yet.
Assessment
- Difficulty
- 1/5
- Estimated time
- Under an hour
- Newbie friendliness
- 90/100
Research direction
Open src/quiz.py and run it with the reproduction steps, entering lowercase a for the first question. Update the answer handling so both lowercase and uppercase forms are accepted, then rerun the quiz to confirm lowercase a is marked correct.
Written by the indexing model from the issue text.
Description
If you type a lowercase letter like "a" instead of "A", the quiz marks it as wrong even though it is the correct answer.
Steps to reproduce:
- Run
python3 src/quiz.py - For the first question, type
a(lowercase) - The answer is marked incorrect even though A is correct
Expected: Both "a" and "A" should be accepted as valid answers.
The bug is in src/quiz.py.
- Dominant language
- Python
- Stars
- 43
- Forks
- 18
- PR merge metrics
- No merged PRs in 30d
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.
More from pamelafox/github-copilot-mcp-tutorial
-
enhancement
Difficulty 2/5 1-3 hours Newbie friendliness 85/100
-
enhancement
Difficulty 1/5 Under an hour Newbie friendliness 90/100
-
bug
Difficulty 2/5 1-3 hours Newbie friendliness 88/100
All issues in pamelafox/github-copilot-mcp-tutorial
Similar issues
-
documentation help wanted
Difficulty 2/5 1-3 hours Newbie friendliness 90/100
-
Difficulty 2/5 1-3 hours Newbie friendliness 90/100
simonw/sqlite-utils#872 ·
-
Difficulty 2/5 1-3 hours Newbie friendliness 88/100
-
Difficulty 2/5 1-3 hours Newbie friendliness 82/100
-
Difficulty 2/5 1-3 hours Newbie friendliness 78/100