Loom Engine - v3.1.1
GitHub
TheWorldTable.ai
Preparing search index...
QuestionItem
Interface QuestionItem<T>
interface
QuestionItem
<
T
=
Record
<
string
,
unknown
>
>
{
id
:
string
;
prompt
:
string
;
answers
?:
string
[]
;
correct
?:
string
|
number
;
tags
?:
string
[]
;
data
?:
T
;
}
Type Parameters
T
=
Record
<
string
,
unknown
>
Index
Properties
id
prompt
answers?
correct?
tags?
data?
Properties
id
id
:
string
prompt
prompt
:
string
Optional
answers
answers
?:
string
[]
Optional
correct
correct
?:
string
|
number
Optional
tags
tags
?:
string
[]
Optional
data
data
?:
T
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
id
prompt
answers
correct
tags
data
GitHub
TheWorldTable.ai
Loom Engine - v3.1.1
Loading...