Skip to content

Commit 28ca5e9

Browse files
committed
sample output has been added
1 parent 141f0e2 commit 28ca5e9

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

projects/flash-card-quiz/README.MD

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,3 +36,29 @@ Upon running the script, you'll be presented with a menu offering three options:
3636
### Example
3737
3838
39+
```bash
40+
Flashcard Quizzer
41+
1. Add Flashcard
42+
2. Start Quiz
43+
3. Exit
44+
Choose an option: 1
45+
Enter the question: What is capital of India?
46+
Enter the answer: New Delhi
47+
Flashcard added!
48+
49+
Flashcard Quizzer
50+
1. Add Flashcard
51+
2. Start Quiz
52+
3. Exit
53+
Choose an option: 2
54+
Q: What is capital of India? New Delhi
55+
Correct!
56+
Quiz finished! Your score: 1/1
57+
58+
Flashcard Quizzer
59+
1. Add Flashcard
60+
2. Start Quiz
61+
3. Exit
62+
Choose an option: 3
63+
Goodbye!
64+
```

0 commit comments

Comments
 (0)