A questionnaire Web site is using selection lists in which only single items are...

muna

New member
...allowed to be selected as? answers. The site owner now wants respondents to be able to pick multiple ansswers within each list. What action is needed to make this change?

a)Add the MULTIPLE PROPERTY TO THE SELECTION tag.
b) Change the Value=1 property to VALUE=n,where n is the number two or greater
c) Add the TYPE=MULTIPLE property to the INPUT tag.
d) Add the MULTIPLE property to the SELECT
 
Back
Top