Difference between revisions of "Creating a Select One Type Question in a Web Form"

From SmartWiki
Jump to: navigation, search
Line 1: Line 1:
 
'''[http://smartsimple.com/files/113/f102251/Creating_a_Select_One_Type_Question_in_a_Web_Form_viewlet_swf.html View It Here]'''
 
'''[http://smartsimple.com/files/113/f102251/Creating_a_Select_One_Type_Question_in_a_Web_Form_viewlet_swf.html View It Here]'''
 +
 +
There are two types of “select one” questions:
 +
* A '''combo box''' type question will display a set of values in the combo box, and the [[User|user]] chooses the value required.
 +
 +
[[Image:Selct.png]]
 +
 +
* An '''option''' button type question will display a set of option buttons, and the [[User|user]] can click on the required response.
 +
 +
[[Image:Selct2.png]]
 +
 +
1. Create the following combo box type question:
 +
 +
[[Image:Selct3.png]]
 +
 +
* The responses are entered with each separated by a semi-colon.
 +
 +
Because this is not a text type question, none of the other values are required.
 +
 +
2. Click the '''Save''' button.
 +
 +
  
 
[[Category:System Management]][[Category:View It]][[Category:Web Forms]]
 
[[Category:System Management]][[Category:View It]][[Category:Web Forms]]

Revision as of 15:45, 19 October 2007

View It Here

There are two types of “select one” questions:

  • A combo box type question will display a set of values in the combo box, and the user chooses the value required.

Selct.png

  • An option button type question will display a set of option buttons, and the user can click on the required response.

Selct2.png

1. Create the following combo box type question:

Selct3.png

  • The responses are entered with each separated by a semi-colon.

Because this is not a text type question, none of the other values are required.

2. Click the Save button.