Other category that refers to a separate question example
This example provides an Other category that refers to a question that is defined elsewhere.
Metadata script
Q2 "q2" categorical
{
e3 "e3",
e4 "e4",
eOther "other cases" other(use q1.eOther
};
Rendered
XML
<Question QuestionFullName="Q2" QuestionFullName="Q2" QuestionDataType="Categorical">
<Category FullName="e3" Value="38">...</Category>
<Category FullName="e4" Value="39">...</Category>
<Category FullName="eOther" Value="40" IsOther="True" OtherReference="Q1.eOther">...</Category>
</Question>
See also