...
- LDTool
- SakaiTool
- LearningObject
- LDResource
- RemoteService
Type | Name | Description |
---|---|---|
String | Id | A globally unique identifier |
String | Title | Name of the environment |
Properties | properties | Environment metadata |
learning objects, services, environment, or a resource
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" |