how to count the degree of an exam ?
-
The problem is that I'm developing an exam system using ASP.NET. I created controls in runtime to hold question text and choices which will be retrieved from database. It worked well, now I want to count the score of the exam based on the selections from the multiple choices. So I created a Boolean column in the database in the question choices table to determine whether this choice is true or false then retrieves this column using a datatable into a Boolean array to compare the selected items in the checkboxlist with the items in this array but it didn't work well is there any other solution to count the degree of an exam base multiple or single choices
Hassan Amaar
-
The problem is that I'm developing an exam system using ASP.NET. I created controls in runtime to hold question text and choices which will be retrieved from database. It worked well, now I want to count the score of the exam based on the selections from the multiple choices. So I created a Boolean column in the database in the question choices table to determine whether this choice is true or false then retrieves this column using a datatable into a Boolean array to compare the selected items in the checkboxlist with the items in this array but it didn't work well is there any other solution to count the degree of an exam base multiple or single choices
Hassan Amaar