"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.
- 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.
- Any C++ compiler (GCC recommended).
- IDE for editing and compiling the code (Visual Studio Code, CLion, etc.).
-
Clone the repository: git clone https://github.com/your-username/knowledge-tester.git
-
Navigate to the project directory: cd knowledge-tester
-
Compile the program using a C++ compiler: g++ main.cpp -o knowledge-tester
-
Run the compiled program: ./knowledge-tester
After starting the program, follow these steps:
- Choose the subject of the quiz by entering the corresponding number.
- Answer each question by typing the letter of the chosen option.
- At the end of the quiz, your score will be displayed along with a pass or fail message.
Contributions to the "Knowledge Tester" are welcome. Please feel free to fork the repository, make your changes, and create a pull request.
- Anatol Szymański