Feature: Show the correct answer when the user gets it 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 find the branch that handles an incorrect answer and prints "❌ Wrong!". Update the incorrect-answer output to include the correct answer, then verify it matches the desired behavior shown in the issue.
Written by the indexing model from the issue text.
Description
When you answer a question incorrectly, the quiz just says "❌ Wrong!" but does not tell you what the correct answer was. It would be more helpful to show the correct answer so the user can learn from their mistake.
Current behavior:
Your answer: C
❌ Wrong!
Desired behavior:
Your answer: C
❌ Wrong! The correct answer was A) Model Context Protocol
The change should be 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
-
bug
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
-
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
-
enhancement
Difficulty 2/5 1-3 hours Newbie friendliness 72/100
-
Difficulty 2/5 1-3 hours Newbie friendliness 74/100