...
Type | Name | Description |
---|---|---|
String | Id | A globally unique identifier |
String | Title | Name of the environment |
Properties | properties | Environment metadata |
List | elements | An ordered list of references to learning objects, services, environment, or a resource.LearningElements. |
The LearningElement Object
This object is not part of the IMS-LD specification. It is intended to abstract the things that can be done in a Sakai environment. The LearningElement is a Sakai entity.
LearningElement is extended by:
- LDTool
- SakaiTool
- LearningObject
- LDResource
- RemoteService
Type | Name | Description |
---|---|---|
String | Id | A globally unique identifier |
String | Title | Name of the environment |
Properties | properties | Environment metadata |
The LDTool Object
Extends LearningElement. LD tools are a kind of Sakai tool that meets LD Tool Requirements.
Type | Name | Description |
---|---|---|
Id | tool-ref | Reference to a valid LD Tool |
The SakaiTool Object
Extends LearningElement. Sakai tools are any registered, active Sakai tool. Sakai tools are always wrapped in an iFrame at this time.
Type | Name | Description |
---|---|---|
Id | tool-ref | Reference to a valid Sakai Tool |
The LearningObject Object
Extends LearningElement. Learning objects are packages of learning content, sequenced and delivered by a SCORM runtime environment (TBD).
Type | Name | Description |
---|---|---|
Id | lo-ref | Reference to a valid Learning Object |
The LDResource Object
Extends Learning Element. An LD resource references a resource managed by the Sakai content hosting service.
Type | Name | Description |
---|---|---|
Id | res-ref | Reference to a valid Sakai resource. |
The RemoteService Object
Extends Learning Element. A remote service is any service that can be defined by a URL that generates content that can be aggregated in a div or iFrame. Information may be passed to the remote service (TBD). This object allows tools to be written in languages other than Java.
Type | Name | Description |
---|---|---|
Id | service-url | URL of the remote service. |
String | aggregation-type | "div" or "iframe" |