Zoom Rooms Controller SDK Reference 6.5.0
|
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< PollingQuestionInfo > | subQuestions |
Sub-question list. If sub-questions exist, [Required] if you are SyncAnswer with ZR. | |
std::vector< PollingAnswer > | answers |
The answer list. [Required] if you are SyncAnswer with ZR. | |
std::vector< PollingAnswer > | rightAnswers |
The answer list. The right answer only contains answerId. | |
Polling question info.
Definition at line 129 of file IMeetingPollingHelper.h.
std::vector<PollingAnswer> PollingQuestionInfo::answers |
The answer list. [Required] if you are SyncAnswer with ZR.
Definition at line 145 of file IMeetingPollingHelper.h.
std::string PollingQuestionInfo::imageContent |
Question image content.
Definition at line 137 of file IMeetingPollingHelper.h.
std::string PollingQuestionInfo::imageURL |
Question image URL.
Definition at line 136 of file IMeetingPollingHelper.h.
bool PollingQuestionInfo::isCaseSensitive = false |
TRUE indicates FillBlankType question is case sensitive.
Definition at line 142 of file IMeetingPollingHelper.h.
bool PollingQuestionInfo::isRequired = false |
TRUE indicates the question must be answered before submit polling.
Definition at line 133 of file IMeetingPollingHelper.h.
int32_t PollingQuestionInfo::maxCharacters = 0 |
Short/Long answer question type maximum input characters.
Definition at line 141 of file IMeetingPollingHelper.h.
int32_t PollingQuestionInfo::minCharacters = 0 |
Short/Long answer question type minimum input characters.
Definition at line 140 of file IMeetingPollingHelper.h.
std::string PollingQuestionInfo::questionContent |
Question content.
Definition at line 134 of file IMeetingPollingHelper.h.
std::string PollingQuestionInfo::questionID |
Question ID. [Required] if you are SyncAnswer with ZR.
Definition at line 131 of file IMeetingPollingHelper.h.
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.
int32_t PollingQuestionInfo::questionReplyCount = 0 |
Question being replied count.
Definition at line 135 of file IMeetingPollingHelper.h.
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.
PollingQuestionType PollingQuestionInfo::questionType = PollingQuestionTypeUnknown |
Question type, [Required] if you are SyncAnswer with ZR. see PollingQuestionType enum.
Definition at line 132 of file IMeetingPollingHelper.h.
std::vector<PollingAnswer> PollingQuestionInfo::rightAnswers |
The answer list. The right answer only contains answerId.
Definition at line 146 of file IMeetingPollingHelper.h.
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.