Skip to main content

Get Answers for a User on a Lesson

Get the per-question Answers for the given USER_ID on the given LESSON_ID.

Each item is a single answer to a single question, flattened from the underlying ActiveLesson record. Includes the question title for visibility. Use includeArchived to also include answers from previous attempts and includeEntryQuiz to include entry-quiz answers in addition to the exit quiz.

Path Parameters
USER_ID string REQUIRED
LESSON_ID string REQUIRED
Query Parameters
pageSize string
pageNumber string
includeArchived boolean
includeEntryQuiz boolean
Responses
200

Ok

Schema OPTIONAL
object[]
lastDate date-time OPTIONAL
lessonVersion double OPTIONAL
validation object OPTIONAL
feedback object OPTIONAL
status string OPTIONAL

Possible values: [pending, valid, invalid]

title string OPTIONAL
forcedValidationType string OPTIONAL

Possible values: [admin, coach]

isForcedValid boolean OPTIONAL
results object[]
position object OPTIONAL
left double OPTIONAL
top double OPTIONAL
labelName string OPTIONAL
value OPTIONAL
type string OPTIONAL

Possible values: [text, image-base-64, number, choice-ref]

endTimeStamp double OPTIONAL
startTimeStamp double OPTIONAL
isValid boolean OPTIONAL
attemptIndex double
quizType string

Possible values: [exit, entry]

questionTitle string OPTIONAL
_questionId string OPTIONAL
_activeLessonId string
_lessonId string
_userId string
400

Invalid query parameters

Schema OPTIONAL
statusCode double
kind string
message string