You create Microsoft Windows-based applications. You are designing a user interface for a multi-page questionnaire.
You need to ensure that the user interface meets the following business requirements:
The user interface is reusable.
The user interface requires the user to select three out of five choices for each question. The user interface permits the user to check a box to select the correct answer or answers.
What should you do?
A.
Create a custom Windows user control that inherits from a CheckedListBox control.
B.
Use a multi-select ListBox control that displays the possible answers.
C.
Use a TextBox control for the user to enter answers separated by commas.
D.
Use a CheckedListBox control to display the possible answers.