Member Junction
Preparing search index...
@memberjunction/actions-bizapps-formbuilders
GoogleFormItem
Interface GoogleFormItem
interface
GoogleFormItem
{
description
?:
string
;
questionGroupItem
?:
{
grid
?:
{
columns
:
{
options
:
{
value
:
string
}
[]
;
type
:
string
}
}
;
questions
:
any
[]
;
}
;
questionItem
?:
{
question
:
{
choiceQuestion
?:
{
options
?:
{
value
:
string
}
[]
;
shuffle
?:
boolean
;
type
?:
string
;
}
;
dateQuestion
?:
{
includeTime
?:
boolean
;
includeYear
?:
boolean
}
;
fileUploadQuestion
?:
{
folderId
:
string
;
maxFiles
?:
number
;
maxFileSize
?:
string
;
types
?:
string
[]
;
}
;
grading
?:
{
correctAnswers
?:
{
answers
:
{
value
:
string
}
[]
}
;
pointValue
:
number
;
}
;
questionId
:
string
;
required
?:
boolean
;
rowQuestion
?:
{
title
:
string
}
;
scaleQuestion
?:
{
high
:
number
;
highLabel
?:
string
;
low
:
number
;
lowLabel
?:
string
;
}
;
textQuestion
?:
{
paragraph
?:
boolean
}
;
timeQuestion
?:
{
duration
?:
boolean
}
;
}
;
}
;
title
?:
string
;
}
Index
Properties
description?
question
Group
Item?
question
Item?
title?
Properties
Optional
description
description
?:
string
Optional
question
Group
Item
questionGroupItem
?:
{
grid
?:
{
columns
:
{
options
:
{
value
:
string
}
[]
;
type
:
string
}
}
;
questions
:
any
[]
;
}
Optional
question
Item
questionItem
?:
{
question
:
{
choiceQuestion
?:
{
options
?:
{
value
:
string
}
[]
;
shuffle
?:
boolean
;
type
?:
string
;
}
;
dateQuestion
?:
{
includeTime
?:
boolean
;
includeYear
?:
boolean
}
;
fileUploadQuestion
?:
{
folderId
:
string
;
maxFiles
?:
number
;
maxFileSize
?:
string
;
types
?:
string
[]
;
}
;
grading
?:
{
correctAnswers
?:
{
answers
:
{
value
:
string
}
[]
}
;
pointValue
:
number
;
}
;
questionId
:
string
;
required
?:
boolean
;
rowQuestion
?:
{
title
:
string
}
;
scaleQuestion
?:
{
high
:
number
;
highLabel
?:
string
;
low
:
number
;
lowLabel
?:
string
;
}
;
textQuestion
?:
{
paragraph
?:
boolean
}
;
timeQuestion
?:
{
duration
?:
boolean
}
;
}
;
}
Optional
title
title
?:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
description
question
Group
Item
question
Item
title
Member Junction
Loading...