MyQuiz: Quiz engine project in ASP.NET using C#


Summary:

 

MyQuiz was my first ASP.NET application developed for the sole purpose of meeting the requirements of the quiz engine project on www.c-sharpcorner.com This was developed using ASP.NET 2.0, C# and was originally built using a Microsoft Access database. Version 1.01 is using a SQL Express database.

 

Limitations:

 

MyQuiz does not have an admin login screen so anyone can access the admin screen to edit the current quiz. MyQuiz also doesn't have any way to have a user create their own quiz. An admin is allowed to edit the default quiz to his or her will but is not able to create an entirely new one. MyQuiz met every requirement of the project's requirements except random question generation because of the limitations of the Access database and my inexperience to create a working solution.

 

Upcoming:

 

MyQuiz AJAX will be the next release for this application addressing many problems and implementing many new features including:

  1. Admin login
  2. Custom Quiz Creation
  3. Slick AJAX interface
  4. Basic user creation and login

    • Administrators will be able to track scores, logins and logouts of every basic user.
    • Will be able to create their own quiz

      1. Administrators can deny the quiz if inappropriate
      2. If allowed, other basic users can take the quiz and have their score recorded
  5. Theme selection for every user


Similar Articles