- Preparing search index...
- The search index is not available
@escolalms/sdk
Type alias QuestionnaireQuestionWithAnswer
Questionnaire
QuestionWithAnswer: {
description: string;
id: number;
note: string | null;
rate: number | null;
title: string;
type: QuestionnaireType;
}
Type declaration
-
description: string
-
id: number
-
note: string | null
-
rate: number | null
-
title: string
-