Interface SurveyConfig

interface SurveyConfig {
    active: null | ActiveSurvey;
    enabled: boolean;
    excludeUser: string;
    prefix: string;
    resultVisible: boolean;
    selectiveAnswerConfig: SelectiveAnswerConfig;
}

Properties

active: null | ActiveSurvey
enabled: boolean
excludeUser: string
prefix: string
resultVisible: boolean
selectiveAnswerConfig: SelectiveAnswerConfig