Member Junction
Preparing search index...
@memberjunction/actions-bizapps-lms
FormattedQuizResult
Interface FormattedQuizResult
interface
FormattedQuizResult
{
answers
?:
FormattedAnswer
[]
;
attemptNumber
:
number
;
completedAt
?:
string
;
courseId
:
string
;
duration
:
number
;
durationText
:
string
;
id
:
string
;
maxScore
:
number
;
metrics
?:
QuizMetrics
;
passed
:
boolean
;
passingScore
:
number
;
percentage
:
number
;
questions
?:
FormattedQuestion
[]
;
quiz
?:
{
id
:
string
;
questionCount
?:
number
;
title
:
string
;
type
:
string
}
;
quizId
:
string
;
score
:
number
;
startedAt
?:
string
;
user
?:
{
email
:
string
;
id
:
string
;
name
:
string
}
;
userId
:
string
;
}
Index
Properties
answers?
attempt
Number
completed
At?
course
Id
duration
duration
Text
id
max
Score
metrics?
passed
passing
Score
percentage
questions?
quiz?
quiz
Id
score
started
At?
user?
user
Id
Properties
Optional
answers
answers
?:
FormattedAnswer
[]
attempt
Number
attemptNumber
:
number
Optional
completed
At
completedAt
?:
string
course
Id
courseId
:
string
duration
duration
:
number
duration
Text
durationText
:
string
id
id
:
string
max
Score
maxScore
:
number
Optional
metrics
metrics
?:
QuizMetrics
passed
passed
:
boolean
passing
Score
passingScore
:
number
percentage
percentage
:
number
Optional
questions
questions
?:
FormattedQuestion
[]
Optional
quiz
quiz
?:
{
id
:
string
;
questionCount
?:
number
;
title
:
string
;
type
:
string
}
quiz
Id
quizId
:
string
score
score
:
number
Optional
started
At
startedAt
?:
string
Optional
user
user
?:
{
email
:
string
;
id
:
string
;
name
:
string
}
user
Id
userId
:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
answers
attempt
Number
completed
At
course
Id
duration
duration
Text
id
max
Score
metrics
passed
passing
Score
percentage
questions
quiz
quiz
Id
score
started
At
user
user
Id
Member Junction
Loading...