how to create a quiz software using 4 options to answer
and how to check with answers in the database and award
marks....
Answer / neha
First, you need to bind the label control to the questions
in the database as
Label ques = new Label();
ques.DataBindings.Add("Text", bindsource, "Question");
Similarly, you can bind 4 radio buttons to the 4 options of
the question.
You can provide the button then, clicking on which will
calculate the result and move on to the next question.
For calculation, you need to bind another label's tag
property to the correct answer column in the database, and
can match the strings to calculate whether the user has
entered right answer or not.
Based on that, the score variable can be incremented.
| Is This Answer Correct ? | 1 Yes | 0 No |
Which database is the ado.net sql connection object designed for?
Is it possible to load multiple tables in a Dataset?
What are two types of transaction supported by ado.net?
I loaded the dataset with a table of 10 records. One of the records is deleted from the backend, how do you check whether all the 10 records were present while updating the data(which event and steps) and throw the exception 28 can datareader hold data from multiple tables?
How do I delete a row from a DataTable?
What is data view and variable view?
Does entity framework use ado.net?
Difference between ADO and ADO.Net
Describe briefly an ADO.NET Dataset ?
What is ADO .NET and what is difference between ADO and ADO.NET?
Why sql Data Reader object not created
What is read only and forward only in ado.net?
Visual Basic (800)
C Sharp (3816)
ASP.NET (3180)
VB.NET (461)
COM+ (79)
ADO.NET (717)
IIS (369)
MTS (11)
Crystal Reports (81)
BizTalk (89)
Dot Net (2435)
Exchange Server (362)
SharePoint (720)
WCF (340)
MS Office Microsoft (6963)
LINQ Language-Integrated Query (317)
WPF (371)
TypeScript (144)
Microsoft Related AllOther (311)