Class HKQuizQuestion

java.lang.Object
com.biodigital.humansdk.HKQuizQuestion

public class HKQuizQuestion extends Object
Representation of a single Quiz Question embedded in BioDigital content
  • Field Details

    • questionId

      public String questionId
      ID of question for reference
    • questionType

      public String questionType
      type identifier
    • questionPrompt

      public String questionPrompt
      Display text of the question
    • answerExplanation

      public String answerExplanation
      Display text of the answer
    • answers

      public HashMap<String,String> answers
      map of answerIDs to answer display text
    • labels

      public ArrayList<String> labels
      objectIDs of labelled objects in the quiz, if any exist
  • Constructor Details

    • HKQuizQuestion

      public HKQuizQuestion()