Section includes zero or more Items and can also contain other Sections.
The Items added to a Section are returned first in, first out (FIFO). Items can be ordered explicitly using the orderItems method. The Sections added to a Section are returned first in, first out (FIFO). Sections can be ordered explicitly using the orderSections method. SectionType is meaningful to an application and not specifcally defined in the OSID. The unique Id is set by the AssessmentManager's createSection method's implementation.
<p> OSID Version: 2.0 </p>
<p> Licensed under the org.osid.SidImplementationLicenseMIT. </p>
Located in /harmoni/oki2/osid/assessment/Section.php (line 24)
Add an Item to this Section. The Items added to a Section are returned first in, first out (FIFO). Items can be ordered explicitly using the orderItems method.
Add a Section to this Section. The Sections added to a Section are returned first in, first out (FIFO). Sections can be ordered explicitly using the orderSections method.
Get the Data for this Section. The structure of the Data is not defined in the OSID.
Get all the Items in this Section. The Items added to a Section are returned first in, first out (FIFO). Items can be ordered explicitly using the orderItems method. Only the Items directly associated with this Section are returned.
Get the Properties associated with this Section.
Get the Properties of this Type associated with this Section.
Get all the Property Types for Section.
Get all the Sections in this Section. The Sections added to a Section are returned first in, first out (FIFO). Sections can be ordered explicitly using the orderSections method. Only the Sections directly associated with this Section are returned.
Get the SectionType for this Section. is meaningful to an application and not specifcally defined in the OSID
Change the order of the Items in the Section. Items normally are
returned first in, first out (FIFO). This ordering, which has important pedagogical implications, is changed to match the order in the Items array. Additional added Items are returned first in, first out (FIFO) after the ordered Items.
Change the order of the Sections in the Section. Sections normally are
returned first in, first out (FIFO). This ordering, which has important pedagogical implications, is changed to match the order in the Sections array. Additional added Sections are returned first in, first out (FIFO) after the ordered Sections.
Update the data for this Section. The structure of the Data is not defined in the OSID. .
Update the description for this Section.
Update the display name for this Section.
Documentation generated on Wed, 19 Sep 2007 10:26:20 -0400 by phpDocumentor 1.3.0RC3