struct FQuestionOptionData¶
Overview¶
#include <QuestionOptionData.h> struct FQuestionOptionData { // fields bool isCorrect; FString optionText; FString orderOfAnswer; FString questionMessageUser; };
Detailed Documentation¶
Fields¶
bool isCorrect
Set to true if is the correct option.
FString optionText
Set option’s text.
FString orderOfAnswer
Set the order of the answer with a number e.x (1). Make Sure that the variable ‘Answers With Order’ is true.
FString questionMessageUser
Set option’s user name. Only if you want the name to appear at the beginning of the text.