Table of contents
Interfaces
- Answer
- BaseIndividualComponent
- BaseResponse
- CheckboxResponse
- DropdownResponse
- GlobalConfig
- IFrameResponse
- ImageComponent
- LikertResponse
- LongTextResponse
- MarkdownComponent
- NumericalResponse
- Option
- OrderConfig
- OrderObject
- QuestionnaireComponent
- RadioResponse
- ReactComponent
- ShortTextResponse
- SliderResponse
- StudyConfig
- StudyMetadata
- UIConfig
- WebsiteComponent
Type Aliases
Type Aliases
IndividualComponent
Ƭ IndividualComponent: MarkdownComponent
| ReactComponent
| ImageComponent
| WebsiteComponent
| QuestionnaireComponent
Defined in
InheritedComponent
Ƭ InheritedComponent: IndividualComponent
| PartialComponent
Defined in
PartialComponent
Ƭ PartialComponent: Partial
<IndividualComponent
> & { baseComponent
: string
}
Defined in
Response
Ƭ Response: NumericalResponse
| ShortTextResponse
| LongTextResponse
| LikertResponse
| DropdownResponse
| SliderResponse
| RadioResponse
| CheckboxResponse
| IFrameResponse