The number of choices in a query dialog box is limited by the area on the screen available for the dialog box. We do not recommend more than ten choices.
Answer | INDEX | A code telling which choice was selected. The answer number is zero-based. The first choice therefore returns zero, not one. | |
Question | STRING |
The overall question asked. |
|
ChoiceN | STRING | The label for the Nth choice. |