This is a Python-based interactive quiz game designed for Cybersecurity in the field of Computer Engineering. The quiz includes 36 questions, where users can answer with "v" (true) or "f" (false). Correct answers earn points, while incorrect ones deduct points. The application also allows users to add notes to incorrectly answered questions, which are saved to a file for future review.
- 36 randomized questions from a file
- Real-time scoring system
- Option to add notes to incorrect answers
- Records wrong answers to a separate file for later review
- Tracks the total time taken to complete the quiz
- Python 3.x
-
Clone the repository to your local machine.
-
Navigate to the
quiz_sicurezza
directory:cd Quiz-Sicurezza-Informatica/
-
Run the Python script:
python3 quiz_sicurezza.py
-
Answer the questions with "v" for true or "f" for false.
-
The quiz will display your score and time at the end.