Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 611 Bytes

README.md

File metadata and controls

7 lines (6 loc) · 611 Bytes

DSQuiz - Wannabe quiz

DSQuiz is a .NET MVC app for evaluation of someone's knowledge. Logic behind this app is quite simple. You can create different categories ( programming skill, knowledge test, intelligence test etc. ). Each quiz you create can belong to any of the categories. You can create new questions with answers and then assign them to the specific quiz, or remove them. App also features user registration( you can also use google login ). Once you have logged in, you can see your results or take any of the quizzes. Privilege of creating, editing or deleting app data has only app admin.