Package com.biodigital.humansdk
Class HKQuizQuestion
java.lang.Object
com.biodigital.humansdk.HKQuizQuestion
Representation of a single Quiz Question embedded in BioDigital content
- 
Field SummaryFieldsModifier 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 SummaryConstructors
- 
Method Summary
- 
Field Details- 
questionIdID of question for reference
- 
questionTypetype identifier
- 
questionPromptDisplay text of the question
- 
answerExplanationDisplay text of the answer
- 
answersmap of answerIDs to answer display text
- 
labelsobjectIDs of labelled objects in the quiz, if any exist
 
- 
- 
Constructor Details- 
HKQuizQuestionpublic HKQuizQuestion()
 
-