Class Choice


  • @Entity
    public class Choice
    extends BaseTimestampedEntity
    It represents one of the possible choices in the Multiple Choice Question (it can have many choices) and later it's used in Multiple Choice Question Log to show which response was chosen in the call.
    • Constructor Summary

      Constructors 
      Constructor Description
      Choice()  
    • Constructor Detail

      • Choice

        public Choice()
    • Method Detail

      • copyAsNewDraft

        public Choice copyAsNewDraft()