The individual content items are described in the content:content element using a range of descriptive fields. For example, the following listing is the output for one content item:
<content:content xmlns:cmap="http://lex.thelearningfederation.edu.au/cmap/2003/06/" xmlns:imsmd="http://www.imsglobal.org/xsd/imsmd_v1p2" xmlns:lexmd="http://www.thelearningfederation.edu.au/lexmd_v1" xmlns:xi="http://www.w3.org/2001/XInclude" exist:id="1" exist:source="exchange:L2055:1.0"> <content:source>exchange</content:source> <content:id>L2055</content:id> <content:version>1.0</content:version> <content:local>true</content:local> <content:published>true</content:published> <content:last-modified>1145848547718</content:last-modified> <content:size>85132</content:size> <content:searchable> ... </content:searchable> <content:metadata> <imsmd:lom> ... </imsmd:lom> </content:metadata> <content:outcomes> <cmap:curriculum-description> ... </cmap:curriculum-description> </content:outcomes> </content:content> |
The following table describes the elements returned in the above output
Element Name | Contents |
---|---|
content:source | The source repository for this object. This is an identifier specified by the upstram BELTS server and serves to distinguish content that comes from different external repositories. |
content:id | The identifier of the content. This is the identifier used by the external repository for this content item. |
content:version | The version of this object. |
content:local | Whether this object is stored locally on the BELTS server. For downstream clients, the value of this field will alway be true. |
content:published | Whether this object is published on the BELTS server. For downstream clients, the value of this field will alway be true. |
content:last-modified | The timestamp when this object was last modified. This is a long value indicating the number of milliseconds since January 1, 1970. |
content:size | The size (in bytes) of the downloadable content file for this object. |
content:searchable | The searchable data for this object. This information is used internally by BELTS but may be used by the downstream client for their own purposes. |
content:metadata | The IMS and TLF metadata associated with this learning object. The content of this element is taken directly from the learning object. For further information on the content of this element, please refer to the Metadata Application Profile specification in the TLF Documents section at http://www.thelearningfederation.edu.au. |
content:outcomes | This element describes how the content item assists in reaching the outcomes described by the Curriculum Organiser for the BELTS site. The Curriculum Organiser is described in more detail in the BELTS documentation at the BELTS SourceForge site. |
Table 3.2. Content Elements
The content:searchable element contains a number of fields that are used by BELTS during content searches. These fields are taken from the various metadata elements and provide a summary of the information known about the object in a format suitable for searching. The following is an example of the elements contained within the content:searchable element:
<content:searchable> <content:title>Arrays: word problems with products from 30 to 50</content:title> <content:tlf>learning-object</content:tlf> <content:description>Read a number problem and think about how to solve it. For example, when 38 is divided by a number, the answer is 7 with a remainder of 3. Write the problem as a multiplication or division number sentence with a missing number. Think about multiplication or division facts to find the missing number. Test your answer by making an array of equal rows and columns to show the multiplication or division fact and the remainder. This learning object is one in a series of ten objects.</content:description> <content:keyword>Calculations</content:keyword> <content:aggregation-level>2</content:aggregation-level> <content:type>educational</content:type> <content:topic>Arrays</content:topic> <content:topic>Division</content:topic> <content:topic>Factors</content:topic> <content:topic>Multiples</content:topic> <content:topic>Multiplication</content:topic> <content:topic>Remainders</content:topic> <content:learning-area>Mathematics</content:learning-area> <content:strand>Mathematics\Number</content:strand> <content:contentconcept>Mathematics\Arithmetic</content:contentconcept> <content:contentconcept>Mathematics\Division</content:contentconcept> <content:contentconcept>Mathematics\Factors</content:contentconcept> <content:contentconcept>Mathematics\Guess-Check-Improve</content:contentconcept> <content:contentconcept>Mathematics\Multiples</content:contentconcept> <content:contentconcept>Mathematics\Multiplication</content:contentconcept> <content:year-level>4</content:year-level> <content:year-level>5</content:year-level> <content:keylearningobjective>Students apply knowledge of factors of numbers to solve problems with products up to 50.</content:keylearningobjective> <content:keylearningobjective>Students apply the commutative property of multiplication.</content:keylearningobjective> <content:educationalvalue>Students develop and consolidate knowledge of basic number facts that underlie effective multiplicative thinking.</content:educationalvalue> <content:educationalvalue>Students interpret word problems to construct equations.</content:educationalvalue> <content:educationalvalue>Provides opportunities to consider the relationship between multiplication and division.</content:educationalvalue> <content:educationalvalue>Automated array construction provides a visual model to support understanding of the multiplicative relationship between factors and the additive nature of the remainder.</content:educationalvalue> <content:outcome>6</content:outcome> <content:outcome>7</content:outcome> <content:outcome>8</content:outcome> <content:quicksearch>arrays: word problems with products from 30 to 50 read a number problem and think about how to solve it. for example, when 38 is divided by a number, the answer is 7 with a remainder of 3. write the problem as a multiplication or division number sentence with a missing number. think about multiplication or division facts to find the missing number. test your answer by making an array of equal rows and columns to show the multiplication or division fact and the remainder. this learning object is one in a series of ten objects. calculations students develop and consolidate knowledge of basic number facts that underlie effective multiplicative thinking. students interpret word problems to construct equations. provides opportunities to consider the relationship between multiplication and division. automated array construction provides a visual model to support understanding of the multiplicative relationship between factors and the additive nature of the remainder. arrays division factors multiples multiplication remainders students apply knowledge of factors of numbers to solve problems with products up to 50. students apply the commutative property of multiplication.</content:quicksearch> </content:searchable> |
The following table describes the elements returned in the above output
Element Name | Contents |
---|---|
content:title | The title of this content item |
content:tlf | The TLF designation of this content item, either learning object or resource |
content:description | The description of this content item |
content:keyword | The set of keywords used to describe this content item |
content:aggregaton-level | The number of content items that are aggregated to make up this content item |
content:type | The type of this content item |
content:topic | The set of topics covered by this content item |
content:learning-area | The set of learning areas covered by this content item |
content:strand | The set of strands covered by this content item |
content:contentconcept | The concept/context entries associated with this content item |
content:year-level | The set of year levels covered by this content item |
content:keylearningobjective | The set of key learning objectives covered by this content item |
content:educationalvalue | The set of education values covered by this content item |
content:outcome | The set of outcomes that this content item could be useful for |
content:quicksearch | The text searched through when a quick search is performed on this content item |
Table 3.3. Searchable Elements