Package io.constructor.client.models
Class QuizQuestionResponse
java.lang.Object
io.constructor.client.models.QuizQuestionResponse
Constructor.io Quiz Question Response ... uses Gson/Reflection to load data in
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
setNextQuestion
(QuizQuestion nextQuestion) void
void
setQuizSessionId
(String quizSessionId) void
setQuizVersionId
(String quizVersionId)
-
Constructor Details
-
QuizQuestionResponse
public QuizQuestionResponse()
-
-
Method Details
-
getNextQuestion
- Returns:
- the nextQuestion
-
getQuizVersionId
- Returns:
- the quizVersionId. The quiz version id will be returned with the first request and it should be passed with subsequent requests. More information can be found: https://docs.constructor.com/reference/configuration-quizzes
-
getQuizSessionId
- Returns:
- the quizSessionId. The quiz session id will be returned with the first request and it should be passed with subsequent requests. More information can be found: https://docs.constructor.com/reference/configuration-quizzes
-
getQuizId
- Returns:
- the quizId
-
setNextQuestion
-
setQuizVersionId
-
setQuizSessionId
-
setQuizId
-