Quiz Program in Windows Mobile App

Design a quiz program in windows mobile.

Description : The following program is a quiz  , user can answer the displayed question and on click of an option result is also displayed.
The score is displayed based on the answer of the question.
Every question has two options in the form of radio buttons.

Events Used:
Button1_click() – Submits the option to the quiz of the user and generates a score for the user.

Namespaces Used:
In the program namespace ‘ pract7’ is used.

System Data – This namespace provides access to class that represents the ADO.NET architecture. ADO.NET lets you build components that efficiently manage data from multiple data sources.



Comments