Recapp Code Reference
Preparing search index...
models/src/messages/statisticsActor
StatisticsUpdateMessage
Class StatisticsUpdateMessage
Message send to the client on quiz subscriptions
Index
Constructors
constructor
Properties
stats
tag
Constructors
constructor
new
StatisticsUpdateMessage
(
stats
:
Partial
<
|
{
answers
:
string
[]
;
archived
?:
Timestamp
;
created
:
Timestamp
;
groupName
:
string
;
maximumParticipants
:
number
;
participants
:
number
;
questionId
:
string
&
BRAND
<
"UID"
>
;
quizId
:
string
&
BRAND
<
"UID"
>
;
tag
:
"TextElementStatistics"
;
uid
:
string
&
BRAND
<
"UID"
>
;
updated
:
Timestamp
;
wrong
:
number
;
}
|
{
answers
:
number
[]
;
archived
?:
Timestamp
;
created
:
Timestamp
;
groupName
:
string
;
maximumParticipants
:
number
;
participants
:
number
;
passed
:
number
;
questionId
:
string
&
BRAND
<
"UID"
>
;
quizId
:
string
&
BRAND
<
"UID"
>
;
tag
:
"ChoiceElementStatistics"
;
uid
:
string
&
BRAND
<
"UID"
>
;
updated
:
Timestamp
;
wrong
:
number
;
}
,
>
,
)
:
StatisticsUpdateMessage
Parameters
stats
:
Partial
<
|
{
answers
:
string
[]
;
archived
?:
Timestamp
;
created
:
Timestamp
;
groupName
:
string
;
maximumParticipants
:
number
;
participants
:
number
;
questionId
:
string
&
BRAND
<
"UID"
>
;
quizId
:
string
&
BRAND
<
"UID"
>
;
tag
:
"TextElementStatistics"
;
uid
:
string
&
BRAND
<
"UID"
>
;
updated
:
Timestamp
;
wrong
:
number
;
}
|
{
answers
:
number
[]
;
archived
?:
Timestamp
;
created
:
Timestamp
;
groupName
:
string
;
maximumParticipants
:
number
;
participants
:
number
;
passed
:
number
;
questionId
:
string
&
BRAND
<
"UID"
>
;
quizId
:
string
&
BRAND
<
"UID"
>
;
tag
:
"ChoiceElementStatistics"
;
uid
:
string
&
BRAND
<
"UID"
>
;
updated
:
Timestamp
;
wrong
:
number
;
}
,
>
Returns
StatisticsUpdateMessage
Properties
Readonly
stats
stats
:
Partial
<
|
{
answers
:
string
[]
;
archived
?:
Timestamp
;
created
:
Timestamp
;
groupName
:
string
;
maximumParticipants
:
number
;
participants
:
number
;
questionId
:
string
&
BRAND
<
"UID"
>
;
quizId
:
string
&
BRAND
<
"UID"
>
;
tag
:
"TextElementStatistics"
;
uid
:
string
&
BRAND
<
"UID"
>
;
updated
:
Timestamp
;
wrong
:
number
;
}
|
{
answers
:
number
[]
;
archived
?:
Timestamp
;
created
:
Timestamp
;
groupName
:
string
;
maximumParticipants
:
number
;
participants
:
number
;
passed
:
number
;
questionId
:
string
&
BRAND
<
"UID"
>
;
quizId
:
string
&
BRAND
<
"UID"
>
;
tag
:
"ChoiceElementStatistics"
;
uid
:
string
&
BRAND
<
"UID"
>
;
updated
:
Timestamp
;
wrong
:
number
;
}
,
>
Readonly
tag
tag
:
"StatisticsUpdateMessage"
= ...
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
stats
tag
Recapp Code Reference
Loading...
Message send to the client on quiz subscriptions