![]() |
BuildmLearn Toolkit
2.0.4
BuildmLearn Toolkit is an easy-to-use program that helps users make mobile apps without any knowledge of application development.
|
Container for one question. More...
#include <quizquestion.h>
Public Member Functions | |
int | correctAnswer () const |
Access to inde of correct answer. More... | |
void | setCorrectAnswer (int correctAnswer) |
void | setAnswer (int index, const QString &answer) |
QString | answerOne () const |
QString | answerTwo () const |
QString | answerThree () const |
QString | answerFour () const |
QString | question () const |
void | setQuestion (const QString &question) |
Container for one question.
Definition at line 41 of file quizquestion.h.
int QuizQuestion::correctAnswer | ( | ) | const |
Access to inde of correct answer.
Definition at line 44 of file quizquestion.cpp.