Skip to content

Files

Latest commit

 

History

History
22 lines (19 loc) · 4.36 KB

PollQuestionsInner.md

File metadata and controls

22 lines (19 loc) · 4.36 KB

# PollQuestionsInner

Properties

Name Type Description Notes
answer_max_character int The allowed maximum number of characters. This field only applies to `short_answer` and `long_answer` polls: * For `short_answer` polls, a maximum of 500 characters. * For `long_answer` polls, a maximum of 2,000 characters. [optional]
answer_min_character int The allowed minimum number of characters. This field only applies to `short_answer` and `long_answer` polls. You must provide at least a one character minimum value. [optional]
answer_required bool Whether participants must answer the question: * `true` — The participant must answer the question. * `false` — The participant does not need to answer the question. Note: * When the poll's `type` value is `1` (Poll), this value defaults to `true`. * When the poll's `type` value is the `2` (Advanced Poll) or `3` (Quiz) values, this value defaults to `false`. [optional] [default to false]
answers string[] The poll question's available answers. This field requires a minimum of two answers. * For `single` and `multiple` polls, you can only provide a maximum of 10 answers. * For `matching` polls, you can only provide a maximum of 16 answers. * For `rank_order` polls, you can only provide a maximum of seven answers. [optional]
case_sensitive bool Whether the correct answer is case sensitive. This field only applies to `fill_in_the_blank` polls: * `true` — The answer is case-sensitive. * `false` — The answer is not case-sensitive. This value defaults to `false`. [optional] [default to false]
name string The poll question, up to 255 characters. For `fill_in_the_blank` polls, this field is the poll's question. For each value that the user must fill in, ensure that there are the same number of `right_answers` values. [optional]
prompts \Zoom\Api\Model\CreateBatchPollsRequestPollsInnerQuestionsInnerPromptsInner[] Information about the prompt questions. This field only applies to `matching` and `rank_order` polls. You must provide a minimum of two prompts, up to a maximum of 10 prompts. [optional]
rating_max_label string The high score label used for the `rating_max_value` field. This field only applies to the `rating_scale` poll. [optional]
rating_max_value int The rating scale's maximum value, up to a maximum value of 10. This field only applies to the `rating_scale` poll. [optional]
rating_min_label string The low score label used for the `rating_min_value` field. This field only applies to the `rating_scale` poll. [optional]
rating_min_value int The rating scale's minimum value. This value cannot be less than zero. This field only applies to the `rating_scale` poll. [optional]
right_answers string[] The poll question's correct answer(s). This field is required if the poll's `type` value is `3` (Quiz). For `single` and `matching` polls, this field only accepts one answer. [optional]
show_as_dropdown bool Whether to display the radio selection as a drop-down box: * `true` — Show as a drop-down box. * `false` — Do not show as a drop-down box. This value defaults to `false`. [optional] [default to false]
type string The poll's question and answer type: * `single` — Single choice. * `multiple` — Multiple choice. * `matching` — Matching. * `rank_order` — Rank order. * `short_answer` — Short answer. * `long_answer` — Long answer. * `fill_in_the_blank` — Fill in the blank. * `rating_scale` — Rating scale. [optional]

[Back to Model list] [Back to API list] [Back to README]