No Answer, Don't Know, and Refusals
The special responses No Answer (na), Don't Know (dk) and Refused (ref) generate the same HTML code as categorical responses. If the responses appear in a multiple-choice list and are tagged as exclusive (that is, as single-choice), an additional style parameter is included so that the response texts are displayed in a bold font. For example, if the question is defined as:
OtherTea "And which other types of tea do you drink?"
categorical [1..]
{
Assam, Darjeeling, Ceylon, China,
EnglishBreakfast "English Breakfast",
DrinkOtherTea "Others" other,
NoAnswer "No answer" NA
};
the row for No Answer becomes:
<tr>
<td style="">
<div></div>
<input type="checkbox" name="_QOtherTea_CNoAnswer"
class="mrMultiple" style="margin-left: 1em;"
value="NoAnswer">
<span class="mrMultipleText" style="font-weight: bold;">
No answer</span>
</input>
</td>
</tr>
See also