Zoom Rooms Controller SDK Reference 6.5.0
Loading...
Searching...
No Matches
PollingQuestionInfo Struct Reference

Polling question info. More...

#include <IMeetingPollingHelper.h>

Data Fields

std::string questionID
 Question ID. [Required] if you are SyncAnswer with ZR.
 
PollingQuestionType questionType = PollingQuestionTypeUnknown
 Question type, [Required] if you are SyncAnswer with ZR. see PollingQuestionType enum.
 
bool isRequired = false
 TRUE indicates the question must be answered before submit polling.
 
std::string questionContent
 Question content.
 
int32_t questionReplyCount = 0
 Question being replied count.
 
std::string imageURL
 Question image URL.
 
std::string imageContent
 Question image content.
 
int32_t questionIndex = -1
 Question's index in polling. [Required] if you are SyncAnswer with ZR.
 
std::string questionSequence
 Sub-questions serial number. For main question, this is same as its questionIndex.
 
int32_t minCharacters = 0
 Short/Long answer question type minimum input characters.
 
int32_t maxCharacters = 0
 Short/Long answer question type maximum input characters.
 
bool isCaseSensitive = false
 TRUE indicates FillBlankType question is case sensitive.
 
std::vector< PollingQuestionInfosubQuestions
 Sub-question list. If sub-questions exist, [Required] if you are SyncAnswer with ZR.
 
std::vector< PollingAnsweranswers
 The answer list. [Required] if you are SyncAnswer with ZR.
 
std::vector< PollingAnswerrightAnswers
 The answer list. The right answer only contains answerId.
 

Detailed Description

Polling question info.

Definition at line 129 of file IMeetingPollingHelper.h.

Field Documentation

◆ answers

std::vector<PollingAnswer> PollingQuestionInfo::answers

The answer list. [Required] if you are SyncAnswer with ZR.

Definition at line 145 of file IMeetingPollingHelper.h.

◆ imageContent

std::string PollingQuestionInfo::imageContent

Question image content.

Definition at line 137 of file IMeetingPollingHelper.h.

◆ imageURL

std::string PollingQuestionInfo::imageURL

Question image URL.

Definition at line 136 of file IMeetingPollingHelper.h.

◆ isCaseSensitive

bool PollingQuestionInfo::isCaseSensitive = false

TRUE indicates FillBlankType question is case sensitive.

Definition at line 142 of file IMeetingPollingHelper.h.

◆ isRequired

bool PollingQuestionInfo::isRequired = false

TRUE indicates the question must be answered before submit polling.

Definition at line 133 of file IMeetingPollingHelper.h.

◆ maxCharacters

int32_t PollingQuestionInfo::maxCharacters = 0

Short/Long answer question type maximum input characters.

Definition at line 141 of file IMeetingPollingHelper.h.

◆ minCharacters

int32_t PollingQuestionInfo::minCharacters = 0

Short/Long answer question type minimum input characters.

Definition at line 140 of file IMeetingPollingHelper.h.

◆ questionContent

std::string PollingQuestionInfo::questionContent

Question content.

Definition at line 134 of file IMeetingPollingHelper.h.

◆ questionID

std::string PollingQuestionInfo::questionID

Question ID. [Required] if you are SyncAnswer with ZR.

Definition at line 131 of file IMeetingPollingHelper.h.

◆ questionIndex

int32_t PollingQuestionInfo::questionIndex = -1

Question's index in polling. [Required] if you are SyncAnswer with ZR.

Definition at line 138 of file IMeetingPollingHelper.h.

◆ questionReplyCount

int32_t PollingQuestionInfo::questionReplyCount = 0

Question being replied count.

Definition at line 135 of file IMeetingPollingHelper.h.

◆ questionSequence

std::string PollingQuestionInfo::questionSequence

Sub-questions serial number. For main question, this is same as its questionIndex.

Definition at line 139 of file IMeetingPollingHelper.h.

◆ questionType

PollingQuestionType PollingQuestionInfo::questionType = PollingQuestionTypeUnknown

Question type, [Required] if you are SyncAnswer with ZR. see PollingQuestionType enum.

Definition at line 132 of file IMeetingPollingHelper.h.

◆ rightAnswers

std::vector<PollingAnswer> PollingQuestionInfo::rightAnswers

The answer list. The right answer only contains answerId.

Definition at line 146 of file IMeetingPollingHelper.h.

◆ subQuestions

std::vector<PollingQuestionInfo> PollingQuestionInfo::subQuestions

Sub-question list. If sub-questions exist, [Required] if you are SyncAnswer with ZR.

Definition at line 144 of file IMeetingPollingHelper.h.