Pawnote
    Preparing search index...

    Variable NewsQuestionKindConst

    NewsQuestionKind: {
        InformationText: 0;
        MultipleChoice: 3;
        SurveyText: 5;
        TextInput: 1;
        UniqueChoice: 2;
    } = ...

    Type Declaration

    • ReadonlyInformationText: 0

      Text from an information news.

    • ReadonlyMultipleChoice: 3
    • ReadonlySurveyText: 5

      Question where there's only text (only from an survey news).

    • ReadonlyTextInput: 1
    • ReadonlyUniqueChoice: 2