Package com.biodigital.humansdk
Class HKQuizQuestion
java.lang.Object
com.biodigital.humansdk.HKQuizQuestion
Representation of a single Quiz Question embedded in BioDigital content
-
Field Summary
FieldsModifier and TypeFieldDescriptionDisplay text of the answermap of answerIDs to answer display textobjectIDs of labelled objects in the quiz, if any existID of question for referenceDisplay text of the questiontype identifier -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
questionId
ID of question for reference -
questionType
type identifier -
questionPrompt
Display text of the question -
answerExplanation
Display text of the answer -
answers
map of answerIDs to answer display text -
labels
objectIDs of labelled objects in the quiz, if any exist
-
-
Constructor Details
-
HKQuizQuestion
public HKQuizQuestion()
-