Package com.kaltura.client.types
Interface AnswerCuePoint.Tokenizer
-
- All Superinterfaces:
CuePoint.Tokenizer,ObjectBase.Tokenizer
- Enclosing class:
- AnswerCuePoint
public static interface AnswerCuePoint.Tokenizer extends CuePoint.Tokenizer
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringanswerKey()RequestBuilder.ListTokenizer<StringHolder.Tokenizer>correctAnswerKeys()Stringexplanation()Stringfeedback()StringisCorrect()StringopenAnswer()StringparentId()StringquizUserEntryId()-
Methods inherited from interface com.kaltura.client.types.CuePoint.Tokenizer
copiedFrom, createdAt, cuePointType, entryId, forceStop, id, intId, isMomentary, partnerData, partnerId, partnerSortValue, startTime, status, systemName, tags, thumbOffset, triggeredAt, updatedAt, userId
-
-
-
-
Method Detail
-
parentId
String parentId()
-
quizUserEntryId
String quizUserEntryId()
-
answerKey
String answerKey()
-
openAnswer
String openAnswer()
-
isCorrect
String isCorrect()
-
correctAnswerKeys
RequestBuilder.ListTokenizer<StringHolder.Tokenizer> correctAnswerKeys()
-
explanation
String explanation()
-
feedback
String feedback()
-
-