66
Chapter 4: XML API Reference
target-sco-id
The ID of the learning object that restricts access to the current learning
object. For example, if a learning object has a prerequisite requirement, the prerequisite SCO is
the
target-sco-id
.
Consider the following scenario: a student must pass the “Intro to Programming” class before
taking the “Intermediate Programming” class. In this example, “Intermediate Programming”
would be represented by the
current-sco-id
attribute, the
path-type
attribute would be
prereq-req
and the
target-sco-id
would be “Intro to Programming.”
path-type
The
path-type
field has the following possible values:
•
completion-none
•
completion-required
•
preass-blocked
•
preass-hidden
•
preass-none
•
prereq-hidden
•
prereq-none
•
preass-optional
•
prereq-required
•
prereq-suggested
Filters
The results cannot be sorted or filtered.
Returned elements
None.
Sample results
<results>
<status code="ok"/>
</results>
See also
learning-path-info
login
Availability
Breeze 4.
Description
Logs in a user to a Breeze server.
After logging in, you must read and store the cookie called
BREEZESESSION
, which can be found
in the HTTP headers of the XML results. You must then include the value of that cookie in every
subsequent request that you make as that logged-in user.
Содержание BREEZE 5
Страница 1: ...Breeze Integration Guide ...
Страница 40: ...40 Chapter 3 Common Tasks ...