GetSpecificationQuestionResponseDto
Type Alias: GetSpecificationQuestionResponseDto
[object Object]
Defined in: app/api/types.gen.ts:499
Represents the response DTO for a specification question, containing all relevant information about the specification question, including its properties and any associated data. The GetSpecificationQuestionResponseDTO is used to transfer comprehensive specification question data from the server to the client when retrieving specification question information, allowing for a complete representation of the specification question's details in the response payload. The GetSpecificationQuestionResponseDTO can include properties such as the question ID, activity ID, question text in both Dutch and English, question type, mandatory status, public visibility, and any associated options, providing a comprehensive view of the specification question data for the client application.
Properties
id
[object Object]
Defined in: app/api/types.gen.ts:524
The unique identifier of a specification question, assigned incrementally.
isMandatory
[object Object]
Defined in: app/api/types.gen.ts:512
Whether providing an answer for this specification question is mandatory when enrolling for the associated activity.
isPublic
[object Object]
Defined in: app/api/types.gen.ts:516
The options for this specification question, applicable only if the type of this specification question is MultipleChoice. The content of this field is a list of strings representing the available options seperated by semicolons. For example: "Option 1;Option 2;Option 3".
options?
optionaloptions?:string[] |null
Defined in: app/api/types.gen.ts:520
The options for this specification question, applicable only if the type of this specification question is MultipleChoice. The content of this field is a list of strings representing the available options seperated by semicolons. For example: "Option 1;Option 2;Option 3".
questionDutch
[object Object]
Defined in: app/api/types.gen.ts:503
The question in Dutch.
questionEnglish
[object Object]
Defined in: app/api/types.gen.ts:507
The question in English.
type
[object Object]
Defined in: app/api/types.gen.ts:508