Skip to content

Latest commit

 

History

4 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 

Repository files navigation

Knowledge-Tester

Overview

"Knowledge Tester" is an interactive C++ console application designed to quiz users on various subjects including Biology, Geography, and Computer Science. The project aims to provide a simple yet effective way of testing knowledge in these areas.

Features

  • Three subjects to choose from: Biology, Geography, and Computer Science.
  • Four questions per subject, each with multiple-choice answers.
  • Immediate feedback on the user's performance.
  • Calculation of the total score and a pass/fail status at the end of the quiz.

Requirements

  • Any C++ compiler (GCC recommended).
  • IDE for editing and compiling the code (Visual Studio Code, CLion, etc.).

Installation

  1. Clone the repository: git clone https://github.com/your-username/knowledge-tester.git

  2. Navigate to the project directory: cd knowledge-tester

  3. Compile the program using a C++ compiler: g++ main.cpp -o knowledge-tester

  4. Run the compiled program: ./knowledge-tester

Usage

After starting the program, follow these steps:

  1. Choose the subject of the quiz by entering the corresponding number.
  2. Answer each question by typing the letter of the chosen option.
  3. At the end of the quiz, your score will be displayed along with a pass or fail message.

Contributing

Contributions to the "Knowledge Tester" are welcome. Please feel free to fork the repository, make your changes, and create a pull request.

Author

  • Anatol Szymański

About

Knowledge Tester" is an interactive C++ console application designed to quiz users on various subjects including Biology, Geography, and Computer Science. The project aims to provide a simple yet effective way of testing knowledge in these areas

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages