Class QuizResultsConfigResponse

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

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

    • QuizResultsConfigResponse

      public QuizResultsConfigResponse()
  • Method Details

    • 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.com/reference/configuration-quizzes
    • getQuizId

      public String getQuizId()
      Returns:
      the quizId
    • getResultsConfig

      public Map<String,Object> getResultsConfig()
      Returns:
      the quiz results configuration will include the title, description, and response summary of the results page.
    • setQuizVersionId

      public void setQuizVersionId(String quizVersionId)
    • setQuizId

      public void setQuizId(String quizId)
    • setResultsConfig

      public void setResultsConfig(Map<String,Object> resultsConfig)