Real-time Survey Tool Documentation
    Preparing search index...

    Interface ChoiceAnswerResult

    Represents the result of a multiple-choice or multiple-select answer.

    interface ChoiceAnswerResult {
        count: number;
        option: string;
    }
    Index

    Properties

    Properties

    count: number
    option: string