Preparing search index...
The search index is not available
@codegrade/apiv2-client
@codegrade/apiv2-client
PearsonQuestionData
Visitor
Interface Visitor<T>
interface
Visitor
<
T
>
{
_
:
(
name
:
string
,
value
:
any
)
=>
T
;
coding
:
(
value
:
PearsonCodingQuestionData
)
=>
T
;
multipleChoice
:
(
value
:
PearsonMultipleChoiceQuestionData
)
=>
T
;
selectAll
:
(
value
:
PearsonSelectAllQuestionData
)
=>
T
;
}
Type Parameters
T
Index
Properties
_
coding
multiple
Choice
select
All
Properties
_
_
:
(
name
:
string
,
value
:
any
)
=>
T
coding
coding
:
(
value
:
PearsonCodingQuestionData
)
=>
T
multiple
Choice
multipleChoice
:
(
value
:
PearsonMultipleChoiceQuestionData
)
=>
T
select
All
selectAll
:
(
value
:
PearsonSelectAllQuestionData
)
=>
T
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
_
coding
multiple
Choice
select
All
@codegrade/apiv2-client
Loading...