Initiate scoring in a lab instance

The ScoreActivities command causes all scored activities in a particular lab instance to undergo scoring. Please note that this is API command is only necessary in specialized situations. In most cases, scoring is triggered by the student in the lab client and this command is not needed. However, if your students do not use our lab client, ScoreActivities provides a mechanism to trigger scoring.

This command does not return scoring results. To obtain scoring results, use the Details command.

Securityapi_key
Request
query Parameters
labinstanceid
integer <int64>

The ID of the lab instance.

Example: labinstanceid=12186142
rescoreAll
integer <int32>

The ID of the lab instance.

Example: rescoreAll=12186142
Responses
200

OK Response.

get/scoreactivities
Request samples
Response samples
application/json
{
  • "Status": 1,
  • "Error": null
}