Skip to content

Flashcard Quiz Application is a command-line C++ tool for creating, saving, loading, and taking quizzes with flashcards. Enhance your study sessions and memorize information effectively with this user-friendly application.

License

Notifications You must be signed in to change notification settings

Samuelson777/Flashcard-Quiz-Application

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Flashcard Quiz Application

Overview

The Flashcard Quiz Application is a simple command-line program written in C++ that allows users to create, save, load, and take quizzes using flashcards. This application is designed to help users study and memorize information effectively.

Features

  • Add Flashcards: Users can create flashcards by entering a question and its corresponding answer.
  • Take Quiz: Users can take a quiz based on the flashcards they have created. The application will prompt the user with questions and check their answers.
  • Save Flashcards: Users can save their flashcards to a text file for later use.
  • Load Flashcards: Users can load previously saved flashcards from a text file.

Requirements

  • A C++ compiler (e.g., g++, MinGW, or any other compatible compiler).
  • C++11 or later.

Example

Here’s an example of how to use the application:

  • Select option 1 to add a flashcard.
  • Enter the question: What is the capital of France?
  • Enter the answer: Paris
  • Select option 2 to take a quiz.
  • Answer the question presented by the application.

Example Screenshot of C++ Console APP

Flashcard Quiz Console Application Screenshot

License

This project is licensed under the MIT License - see the LICENSE file for details.

About

Flashcard Quiz Application is a command-line C++ tool for creating, saving, loading, and taking quizzes with flashcards. Enhance your study sessions and memorize information effectively with this user-friendly application.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages