Class AnswerCuePoint

  • All Implemented Interfaces:
    ResponseType, Serializable

    public class AnswerCuePoint
    extends CuePoint
    This class was generated using generate.php against an XML schema provided by Kaltura. MANUAL CHANGES TO THIS CLASS WILL BE OVERWRITTEN.
    See Also:
    Serialized Form
    • Constructor Detail

      • AnswerCuePoint

        public AnswerCuePoint()
      • AnswerCuePoint

        public AnswerCuePoint​(com.google.gson.JsonObject jsonObject)
                       throws APIException
        Throws:
        APIException
    • Method Detail

      • getParentId

        public String getParentId()
      • setParentId

        public void setParentId​(String parentId)
      • parentId

        public void parentId​(String multirequestToken)
      • getQuizUserEntryId

        public String getQuizUserEntryId()
      • setQuizUserEntryId

        public void setQuizUserEntryId​(String quizUserEntryId)
      • quizUserEntryId

        public void quizUserEntryId​(String multirequestToken)
      • getAnswerKey

        public String getAnswerKey()
      • setAnswerKey

        public void setAnswerKey​(String answerKey)
      • answerKey

        public void answerKey​(String multirequestToken)
      • getOpenAnswer

        public String getOpenAnswer()
      • setOpenAnswer

        public void setOpenAnswer​(String openAnswer)
      • openAnswer

        public void openAnswer​(String multirequestToken)
      • getIsCorrect

        public Boolean getIsCorrect()
      • getExplanation

        public String getExplanation()
      • getFeedback

        public String getFeedback()
      • setFeedback

        public void setFeedback​(String feedback)
      • feedback

        public void feedback​(String multirequestToken)