Composing Ranking Questions
Top  Previous  Next

Ranking questions are useful if you need respondents to rank multiple items from best to worst. Two response formats are possible: combo box or numeric entry. In either case, respondents mark the best item as "1" and the worst item as "K", where K is the total number of items to be ranked. Each value must only be used once. An error message prompts respondents if the ranking question is not completed properly.

Ranking Question Layout

The Ranking question has four main sections:

1. Header 1  
2. Header 2  
3. Question  
4. Footer  

The Question text line appears directly above the response options. The Question text line is indented according to the general indent you specify in the Global Settings dialog. The styles you apply (color, bold, size, etc.) in the Question row also apply to the response options.

The Ranking Question dialog has five buttons: Rename, Advanced..., Preview, OK and Cancel.

Rename   Lets you rename the current question.  
 
Advanced...   This button accesses advanced settings for this question.  
 
Preview   Lets you preview how the Internet browser displays the current question.  
 
OK   Saves changes to the current question and returns to the Write Questionnaire dialog.  
 
CancelReturns to the Write Questionnaire dialog without saving changes to the current question.  

Format controls (Color, Size, Bold, Italic, Underline, and Justification) are available for formatting text.



Specifying Response Options

Specify response options by clicking the Response Options tab. When you specify response options for a ranking question, you are creating/using a "predefined" list of response items that can be used in this question and in other questions. This predefined list has a name (up to 24 characters, starting with a letter). By default, the list name is QuestionNameList, but you can change this name if you wish.

1. From the Response Options tab, select an existing list of items, or add a new list of items by clicking the Add... button.  
 
2. If adding new items, type the list item in the space provided.  
 
3. Click OK when finished, and the list item is added.  

Tip: If you are adding many response options at the same time, you can save time by pressing ENTER twice after typing each list item. Pressing ENTER twice is equivalent to clicking OK and then clicking Add....

Time-Saving Hint: You can cut-and-paste lists of response options from Microsoft Word or Excel by highlighting the array of items in Word or Excel, pasting to the clipboard using Ctrl+C or the Copy button in Word or Excel, and then (within SSI Web) by clicking the Paste from word processor or spreadsheet icon pastefromword.

A numeric index is displayed at the left of your list items for reference, but is not displayed as part of the question.

Click OK to save your changes and to return to the Ranking Question dialog.



Randomizing Response Options


To randomize response items for a question, from the Response Options tab, click Randomize Response Options. This randomizes all items except for any Other Specify or "None of the Above" options at the bottom of the list. When using this method to randomize options, information regarding the specific order shown to each respondent is not saved in the data.

If you need additional flexibility for randomizing a subset of the range of items beyond that provided with this simple dialog, you have great power and flexibility when constructing lists and using the Randomize command. When you randomize list items using constructed lists, information is saved in the data file regarding the specific order shown to each respondent.



Re-ordering, Copying and Pasting Response Options


The "up" and "down" arrow icons can be used for moving the selected response option up or down in the list.

You can also highlight a single or multiple items and cut or copy-and-paste the items to a new position on this list, or to a response list for another select-type, ranking, or constant-sum question. Highlight the item(s) to be moved or copied, then click the Copy or Cut icons. Move the cursor to a new place on the list (or to a response list for a different question). Click the Paste icon.



Ranking Settings


Ranking Format  
Select whether to use Combo Boxes (drop-down control) or Numeric input Boxes. If you use combo boxes, integers 1 through n are automatically provided. You can only use these preset integers within combo boxes in a ranking question. If you want to use other characters or words, such as "best, middle, worst", you have that flexibility if specifying a ranking question within a grid.  

Respondent to Rank  
Indicate whether respondents are required to rank all items, or a subset of the items (such as ranking only the top three). A question is counted toward your license capacity for each response option that is ranked.  

Require Response to Question  
Specifies whether respondents are required to answer the question.  
 
Combo Box Settings (only applicable if Ranking Format is Combo Box)  
Specify the default text such as "click here" to display in the combo box for ranking.  

Formatting Response Options

On the Settings tab, the number of response options you specified for this question is displayed in the # Response Options field (which you cannot edit). Response options can be formatted in a single column, or over multiple columns by specifying a value greater than 1 in the Number of Columns field. For example, if you have 11 response options (say, colors) and specify four columns, the response options are distributed as follows:

Which of these colors is your favorite?

   1) Red      4) Blue      7) Violet   10) Magenta
   2) Purple   5) Yellow   8) Brown   11) Gray
   3) Pink      6) Green   9) Orange



Referencing Ranking Questions in SSI Script

Ranking
Questions:

Syntax:
QuestionName_Response#

Examples:
Q1_4
[% Q1_4 %]

Description:

For ranking questions, each response option contains a numeric value. You refer to each response option within a ranking question using underscore "_" notation. For example, [% Q1_4 %] returns the numeric rank value for the fourth response option in Q1.