@ukkidney/ukrdc-axios-ts
Preparing search index...
SurveyQuestionSchema
Interface SurveyQuestionSchema
Information about a single survey question
interface
SurveyQuestionSchema
{
id
:
string
;
questionGroup
?:
string
|
null
;
questionType
?:
string
|
null
;
questiontypecode
:
string
;
response
:
string
;
responseText
?:
string
|
null
;
}
Index
Properties
id
question
Group?
question
Type?
questiontypecode
response
response
Text?
Properties
id
id
:
string
Question ID
Optional
question
Group
questionGroup
?:
string
|
null
Optional
question
Type
questionType
?:
string
|
null
questiontypecode
questiontypecode
:
string
Question type code
response
response
:
string
Question response
Optional
response
Text
responseText
?:
string
|
null
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
id
question
Group
question
Type
questiontypecode
response
response
Text
@ukkidney/ukrdc-axios-ts
Loading...
Information about a single survey question