Quiz module as a part of SQL Tutorial (Project) in C#. Help!
- by N1107
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.