This section allows you to manage student interactions with experiments and retrieve grades.
{Tenant
endpoint}/api/v2/learning-path/student/experiment/play
Tenant endpoint example:
yoursubdomain.jusoorlabs.com
| Name | Required | Type | Description |
|---|---|---|---|
| referer | YES | string | The root of the application sending the request (e.g., jusoorlabs.com) |
| accept | YES | string | Always set as application/json |
| token | YES | string | The API token provided by Jusoor Labs. |
| Name | Required | Type | Description |
|---|---|---|---|
| experiment_token | YES | string | Token of the experiment to play |
| student_uuid | YES | string | Unique identifier of the student |
| student_name | YES | string | Display name of the student |
| type | OPTIONAL | string | If "mobile", link provides option to open in app or download app |
{Tenant
endpoint}/api/v2/learning-path/student/grades/experiment/{experiment_token}?student_uuid={student_uuid}
Tenant endpoint example:
yoursubdomain.jusoorlabs.com
| Name | Required | Type | Description |
|---|---|---|---|
| referer | YES | string | The root of the application sending the request (e.g., jusoorlabs.com) |
| accept | YES | string | Always set as application/json |
| token | YES | string | The API token provided by Jusoor Labs. |
{Tenant
endpoint}/api/v2/learning-path/student/grades/learning-path/{subject_uuid}?student_uuid={student_uuid}
Tenant endpoint example:
yoursubdomain.jusoorlabs.com
| Name | Required | Type | Description |
|---|---|---|---|
| referer | YES | string | The root of the application sending the request (e.g., jusoorlabs.com) |
| accept | YES | string | Always set as application/json |
| token | YES | string | The API token provided by Jusoor Labs. |