Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Parameter

Type

Description

token (required)stringAccess token. You can obtain a token by making a request.
contentItemId (required)stringThe ID of a content item: a standalone quiz, online test, survey, presentation, or scrollable course. 
enrollmentIds (optional)stringThe quiz enrollment ID
userIds (optional)stringThe user ID
departmentIds (optional)stringThe department ID
groupIds (optional)stringFilter by group
attemptDate[startDate]
attemptDate[endDate]
array

Time range

[startDate] — start of the period
[endDate] — end of the period

Leave this blank if you want data generated for the entire time

pageSize (optional)stringThe number of entries per page. If not indicated, equal to 1000
pageToken (optional)stringThe token to continue to the next page

...

Header

Type

Description

userIdstringThe user ID
enrollmentIdstringThe quiz enrollment ID
quizVersionstringThe quiz version. In response, attempts for all quiz versions are included
attemptDatestringDate and time of attempt
isAttemptPassedstring

Attempt result:

  • True — passed
  • False — failed
attemptScorestringScore of a specific attempt. Points awarded from 0 to 100
passingScorestringPassing score from 0 to 100
questionNumberstringQuestion number
questionTitlestringTitle of the question
questionTypestringQuestion Types
questionScorestringThe score given for a correct answer
questionGroupstringQuestion group
statementTitlestringStatement on the Likert scale
answerTextstringUser's answer to the question
customAnswerTextstringUser’s response to multiple-choice and multiple response survey questions
isAnswerCorrectstring

Response result:

  • True — correct answer.
  • False — incorrect answer.

This parameter appears only for graded quizzes

answerScorestringPoints received for answering a question correctly
nextPageTokenstringThe key needed to continue to the next page

...