Skip to content

Social media web app using ASP.NET MVC 5 that allows users to create custom quizes online, leave feedback, compete on leaderboards. Users can create questions (and tests) and then take the test themselves, or share creations with other users. The goal of this project is to create an environment to help adult test takers prepare for examinations …

Notifications You must be signed in to change notification settings

gil-alvarado/Opon-Source-418

 
 

Repository files navigation

Custom-Test-Asp.net-MVC-5-Demo-App

Social media web app using ASP.NET MVC 5 that allows users to create custom quizes online, leave feedback, compete on leaderboards. Users can create questions (and tests) and then take the test themselves, or share creations with other users. The goal of this project is to create an environment to help adult test takers prepare for examinations (MCAT, GRE, SAT, BCBA, etc).

Runs in Asp.net MVC 5 and made in Visual Studio 2015. A video showcasing some of the features (but not all as the video is far older than the final release) can be found here: https://www.youtube.com/watch?v=Ak5BkZy2V0o. Will be putting it up live soon.

This is a work made for Launchcode to show off skills with C#. It is a web app that allows users to make custom tests, with custom questions, and then take the test. It has Authorization, and uses databases. Most functions are commented and should make sense.

Currently as of 2/6/2017 the features are as follows:

  1. Make your own tests
  2. Add your own questions to said tests
  3. Take a randomized version of the test you made
  4. Question correctness authentication
  5. Score page
  6. Print tests out using the "print test" link
  7. Registration
  8. Authorization; anonymous, user, and admin
  9. All data is stored in databases

---------------------------------------------------------------Open Source Details ^^ -----------------------------

Super Admin Details email: admin@gmail.com password: . 1)works on the local host

Reminder Go to file "AccountController.cs" and include lines 162 and 163 to create another super admin.

About

Social media web app using ASP.NET MVC 5 that allows users to create custom quizes online, leave feedback, compete on leaderboards. Users can create questions (and tests) and then take the test themselves, or share creations with other users. The goal of this project is to create an environment to help adult test takers prepare for examinations …

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • HTML 55.1%
  • C# 36.4%
  • JavaScript 8.1%
  • Other 0.4%