Interface TallyPayloadMultipleChoiceDTO

interface TallyPayloadMultipleChoiceDTO {
    allowMultiple?: boolean;
    badgeType?: "OFF" | "NUMBERS" | "LETTERS";
    color?: string;
    colorCodeOptions?: boolean;
    columnListUuid?: string;
    columnRatio?: number;
    columnUuid?: string;
    defaultAnswer?: TallyPayloadDefaultAnswerDTO;
    hasBadge?: boolean;
    hasDefaultAnswer?: boolean;
    hasMaxChoices?: boolean;
    hasMinChoices?: boolean;
    hasOtherOption?: boolean;
    image?: string;
    isHidden?: boolean;
    isOtherOption?: boolean;
    isRequired?: boolean;
    lockInPlace?: string[];
    maxChoices?: number;
    minChoices?: number;
    name?: string;
    randomize?: boolean;
}

Hierarchy (View Summary)

Properties

allowMultiple?: boolean
badgeType?: "OFF" | "NUMBERS" | "LETTERS"
color?: string
colorCodeOptions?: boolean
columnListUuid?: string
columnRatio?: number
columnUuid?: string
hasBadge?: boolean
hasDefaultAnswer?: boolean
hasMaxChoices?: boolean
hasMinChoices?: boolean
hasOtherOption?: boolean
image?: string
isHidden?: boolean
isOtherOption?: boolean
isRequired?: boolean
lockInPlace?: string[]
maxChoices?: number
minChoices?: number
name?: string
randomize?: boolean