Initiate scoring in a lab instance
    • 15 Aug 2024
    • 1 Minute to read

    Initiate scoring in a lab instance


    Article summary

    Get
    /scoreactivities

    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.

    Security
    API Key
    Header parameter nameapi_key

    All methods require an API key, which must be obtained from Skillable. This key is used by Skillable to validate your account. The key can be passed as an HTTP request header with the header name "api_key".

    Query parameters
    labinstanceid
    integer (int64)

    The ID of the lab instance.

    Example12186142
    rescoreAll
    integer (int32)

    The ID of the lab instance.

    Example12186142
    Responses
    200

    OK Response.

    Example successful response
    {
      "Status": 1,
      "Error": null
    }
    object
    Status
    integer

    Indicates the status of the API request.
    0 = Error
    1 = Success

    Error
    string | null

    In the event of an error, this will contain a detailed error message.


    Was this article helpful?

    Changing your password will log you out immediately. Use the new password to log back in.
    First name must have atleast 2 characters. Numbers and special characters are not allowed.
    Last name must have atleast 1 characters. Numbers and special characters are not allowed.
    Enter a valid email
    Enter a valid password
    Your profile has been successfully updated.