| Name | Description | Type | Additional information |
|---|---|---|---|
| VotedAlternativeId |
The identifier of the alternative that the current user has voted for. Null if the user has not voted yet. |
integer |
None. |
| TotalVotes |
The total number of votes cast across all poll alternatives. Null if vote count is not available. |
integer |
None. |
| Question |
The main question text displayed to users for the poll. |
string |
None. |
| Settings |
The configuration settings that control poll behavior and display options. |
Itsolutions.Itslearning.Web.RestApi.Personal.Page.Requests.PollSettings |
None. |
| Alternatives |
The collection of available voting options for the poll. Defaults to an empty list. |
Collection of Itsolutions.Itslearning.Web.RestApi.Personal.Page.Requests.PollAlternative |
None. |
| ContentBlockId |
The unique identifier for the content block. |
integer |
None. |
| Type |
The type of the content block (e.g. "text", "image", "files", "rss", "poll"). Defaults to an empty string. |
string |
None. |
| Title |
The title of the content block. Defaults to an empty string. |
string |
None. |
| Order |
The display order of the content block within its Layout Zone. Lower values appear first. |
integer |
None. |
| LayoutZone |
The layout zone where the content block should be placed (e.g. "Left", "Right"). Determines the positioning within the page layout. |
string |
None. |
| Color |
The color of the content block. |
string |
None. |