Class QuizQuestionResponse

java.lang.Object
io.constructor.client.models.QuizQuestionResponse

public class QuizQuestionResponse extends Object
Constructor.io Quiz Question Response ... uses Gson/Reflection to load data in
  • Constructor Details

    • QuizQuestionResponse

      public QuizQuestionResponse()
  • Method Details

    • getNextQuestion

      public QuizQuestion getNextQuestion()
      Returns:
      the nextQuestion
    • getQuizVersionId

      public String 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.io/rest_api/quiz/using_quizzes/#quiz-versioning
    • getQuizSessionId

      public String 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.io/rest_api/quiz/using_quizzes/#quiz-sessions
    • getQuizId

      public String getQuizId()
      Returns:
      the quizId
    • setNextQuestion

      public void setNextQuestion(QuizQuestion nextQuestion)
    • setQuizVersionId

      public void setQuizVersionId(String quizVersionId)
    • setQuizSessionId

      public void setQuizSessionId(String quizSessionId)
    • setQuizId

      public void setQuizId(String quizId)