Create interactive polls to boost user engagement and gather community feedback in your social.plus application
Poll Structure
Parameter | Type | Description | Limits |
---|---|---|---|
question | String | Poll question text | Max 500 characters |
answers | Array | Available answer options | 2-10 options, max 200 chars each |
Poll Behavior
Parameter | Type | Description | Limits |
---|---|---|---|
answerType | Enum | Single or multiple choice | Single (default), Multiple |
timeToClosePoll | Number | Poll duration in seconds | Default: 30 days |
Voting Parameters
pollId
(String): The unique identifier of the pollanswerIds
(Array<String>): IDs of selected answer optionsPoll Design
User Experience
Error Handling
Performance