Table of Contents
Done as a part of the
Software Process
class at the Polytechnic University of Valencia to learn the agile software development practices in collaboration with @Qu1qu3, @angelperezz21, and @diego-manuel1.
Unmaintained
Quizify is a quiz management application destined for both teachers and students. It has the following features:
- Quiz creation (teacher only)
- Quiz realization (student only)
- User management
- 3 types of questions:
- Open answer
- True / False
- Multiple choice
- Question batches
- Courses
- Topics
- Launch quizzes at a specified date
- Ability to grade quizzes (teacher only)
- View statistics of previous quizzes
- Timed quizzes
- Dark mode
- Full app available in both Spanish and English
To get a local copy up and running follow these simple example steps.
- OS: Windows 7 or higher
- Visual Studio 2022
-
Clone the repo
git clone https://github.com/javierferrersb/Quizify.git
-
Build the solution
-
Run the application and enjoy!