Skip to content

A Python-based interactive quiz with scoring and feedback system.

Notifications You must be signed in to change notification settings

domedg/Quiz-Sicurezza-Informatica

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Cybersecurity Quiz for Computer Engineering

Screenshot 2024-12-04 alle 17 14 42

Description

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.

Features

  • 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

Requirements

  • Python 3.x

Usage

  1. Clone the repository to your local machine.

  2. Navigate to the quiz_sicurezza directory:

    cd Quiz-Sicurezza-Informatica/
  3. Run the Python script:

    python3 quiz_sicurezza.py
  4. Answer the questions with "v" for true or "f" for false.

  5. The quiz will display your score and time at the end.

About

A Python-based interactive quiz with scoring and feedback system.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages