Feature: Randomize the order of quiz questions
Nobody has claimed this yet.
Assessment
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Newbie friendliness
- 85/100
Research direction
Start with src/quiz.py and locate the QUESTIONS list and the quiz entry point. Use the standard-library random module as requested, then verify that repeated quiz runs can produce different orders while the original QUESTIONS list remains unchanged. Done means questions are no longer always shown in fixed order and existing quiz behavior still works.
Written by the indexing model from the issue text.
Description
The quiz always presents questions in the same order. It would be better to shuffle them each time so the quiz feels fresh when replayed.
Current behavior: Questions always appear in the same fixed order (1 through 5).
Desired behavior: Questions appear in a random order each time the quiz is run.
Use the random module from the standard library. Make sure not to modify the original QUESTIONS list.
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 1/5 Under an hour Newbie friendliness 90/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