goto()
Each of the user IDs provided will navigate to the specified item.
The assessment will be automatically started if the student is still on the intro item.
The item is specified by reference (a string) or number (a 1-indexed number).
Important Only applicable to the live-activity-status-by-user report.
Arguments
-
itemObject objectObject containing either an
item_number
oritem_reference
property.-
item_number number
-
item_reference string
-
section_number number
-
Return value
None (undefined
).
Type definitions
userObject object
An object containing the user information required to add that user to a live progress report.
-
id stringThe user id that should be tracked in this report. This is the same user_id used when initializing the Items API.
-
name stringThe user name to be displayed in the UI.
-
hash stringA sha256 hash of the user_id and consumer secret.