You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
QuizWiz is a simple, cloud-native application utilizing the OpenAI API. It is designed for creating and answering quizzes, leveraging .NET 8 Aspire's default template. Teachers can create quizzes on various topics, while students can search for and answer these quizzes.
Problem we are solving:
With the advancement of technology everyone is utilizing its growth and using the power to create a wonderful future for everyone.
We are creating a solution for our teachers and students who can use AI to not just learn from their textbook but from the whole other resources.
This POC lets teachers create quizes based on a topic or a file upload ( WIP) and students can participate in the quizes and answer the questions.
Technology Stack
.NET8 Aspire: Provides orchestration for all applications within the solution.
Blazor Server-Side Application: Utilizes the latest .NET 8 Blazor template.
Azure Cosmos: Integrated with Azure CosmosDB. Generated quizzes are stored in Cosmos with the partition key of the teacher's email.
Azure SQL Database: Uses SQL database for data storage with the latest EntityFramework Core.
The project is leveraging clean Onion architecture where the Application layer mainly focuses on core logic. The Domain layer is for entities, all the shared models, and constants. The Infrastructure and Persistence layer is for essential services for the application, and the Presentation layer is where all the executable projects live.
Project name
QuizWiz
Description
QuizWiz is a simple, cloud-native application utilizing the OpenAI API. It is designed for creating and answering quizzes, leveraging .NET 8 Aspire's default template. Teachers can create quizzes on various topics, while students can search for and answer these quizzes.
Problem we are solving:
With the advancement of technology everyone is utilizing its growth and using the power to create a wonderful future for everyone.
We are creating a solution for our teachers and students who can use AI to not just learn from their textbook but from the whole other resources.
This POC lets teachers create quizes based on a topic or a file upload ( WIP) and students can participate in the quizes and answer the questions.
Technology Stack
Project Repository URL
https://github.com/mznzgt/QuizWiz
Project video
https://youtu.be/orpHG7zFUF4
Team members
mzngt, GSKSan ,gauravpathak91
The text was updated successfully, but these errors were encountered: