Quiz module as a part of SQL Tutorial (Project) in C#. Help!

Posted by N1107 on Stack Overflow See other posts from Stack Overflow or by N1107
Published on 2010-03-28T17:19:47Z Indexed on 2010/03/28 17:23 UTC
Read the original article Hit count: 106

Filed under:

Kindly help. Am a beginner in C#. The details of my project work include:

  • Front End: C#
  • Back End: SQL
  • MS Visual Studio 2010
  • Windows Application
  • Quiz Module

Each session contains 20 questions.

At the end of the test, the test-engine will evaluate the answers. If the student obtains more than 50% then he can unlock the next module. And his test score is printed using Crystal Reports and saved in teacher's database, against that student's record.

Else, if his score is less than 50%, the test-engine will count the no. of attempts to clear the quiz & randomly generate another set of 20 questions from a file (from the teacher's database).

It's complicated for me cause am a beginner. Would appreciate some help. Thanks.

© Stack Overflow or respective owner

Related posts about c#