Math Quiz is an engaging educational application designed to help kids develop their mathematical skills through interactive quizzes, exercises, and fun challenges. With Math Quiz, children can enjoy learning math in a playful environment that promotes cognitive development.
Table of Contents
- Engaging Quizzes: Participate in a variety of interactive quizzes that cover addition, subtraction, multiplication, and division concepts, making learning math enjoyable for kids.
- User-Friendly Interface: Math Quiz features a colorful and intuitive interface designed specifically for children, ensuring easy navigation through different quiz categories.
- Progress Tracking: Monitor your child's progress and improvement over time with comprehensive performance summaries after each quiz session, encouraging continuous learning and growth.
- Install the latest version of Visual Studio.
- Clone the repository:
https://github.com/Uglypr1nces/Math_Quiz.git
- Run the project.
- You will encounter a file missing error, but don't worry! After running the project, execute the
file_mover.ps1
script using PowerShell to resolve the issue.
- Clone the repository:
git clone https://github.com/Uglypr1nces/Math_Quiz.git
- Install dotnet:
curl -SL -o dotnet-install.ps1 https://dot.net/v1/dotnet-install.ps1
powershell -ExecutionPolicy Bypass -File dotnet-install.ps1
dotnet --version
- Build and run the program on your Windows system:
cd Math_Quiz
dotnet build MATH.sln
- Move necessary files using the
file_mover.ps1
script:powershell -file file_mover.ps1
- Enjoy! Run the application from the
bin/Debug
directory:cd MATH/bin/Debug && MATH.exe
We welcome contributions from the community to help improve Math Quiz further. Whether it's adding new quiz categories, enhancing the user interface, or optimizing performance, your contributions are highly appreciated. Please refer to our contribution guidelines for more information on how to get involved.