Skip to content

@sourceloop/survey-service / Exports / SurveyResponseDetailDto

Class: SurveyResponseDetailDto

Table of contents

Constructors

Properties

Constructors

constructor

new SurveyResponseDetailDto()

Properties

answer

answer: Object

Type declaration

Name Type
optionId string
optionIds? string[]
text? string

Defined in

services/survey-service/src/models/survey-response-detail-dto.model.ts:16


questionId

questionId: string

Defined in

services/survey-service/src/models/survey-response-detail-dto.model.ts:10


score

Optional score: number

Defined in

services/survey-service/src/models/survey-response-detail-dto.model.ts:25