User Guide

96 Chapter 4: Action Reference
Sample results
<results>
<status code="ok" />
<report-training-concurrent-users account-id="181224" max-num-sessions="2"
limit="1000000000">
<name>Professor Test Account</name>
</report-training-concurrent-users>
</results>
sco-build
Description
Causes the Breeze server to build the specified SCO when you create presentations with the XML
API. (For more information, see
sco-update and sco-upload). No one can view a SCO until it
has been built. Call this action after you upload a SCO using the
sco-upload action.
If you upload a new version of an existing SCO, you must rebuild the SCO using the
sco-build
action; otherwise, a user viewing the SCO continues to see the old version.
You can call the
sco-info action to obtain the current build status of the SCO. The SCO status
is initially be in-progress, which means the content is being built. When the status becomes active,
the content has finished building and is accessible.
Parameters
accesskey
The access key for your account.
Note: The accesskey parameter is required only in Breeze 4.0; it is not required for Breeze 4.1. If you
include this parameter in Breeze 4.1, it is ignored.
sco-id
The ID of a SCO to build.
Filters
Results cannot be filtered or sorted.
Returned elements
None.
Sample results
<results>
<status code="ok" />
</results>
See also
sco-upload