LearningObjective
← Back to SchemaAn expected outcome or skill gained by application of a LearningComponent
Class Details
Parent Classes
Properties
Properties for LearningObjective and its parent classes.
| Property | Expected Type | Description |
|---|---|---|
| Properties of LearningObjective | ||
| forCourse | Course | The Course in which the resource is meant for. |
| forComponent | LearningComponent | Which LearningComponent the resource supports (inverse of hasComponent) |
| coursePrerequisites | Course or LearningObjective or LearningComponent or AlignmentObject or Course or Text | Requirements for taking the Course. May be completion of another Course or a textual description like "permission of instructor". Requirements may be a pre-requisite competency, referenced using AlignmentObject. |
| Properties of Resource | ||
| parentOf | Resource | A parent in relation to a child resource. |
| childOf | Resource | A child in relation to a parent resource. |
| forCourse | Course | The Course in which the resource is meant for. |
| mainContent | Text | The main content relating to the item. |
| forTopic | Topic | The Topic the resource is associated with |
API Access
Access this class through the API
Endpoint:
/api/schema/class/LearningObjectiveAvailable formats:
Example usage:
curl -H "Accept: application/json" /api/schema/class/LearningObjectiveExamples
Implementation Examples
Below are examples of how to implement the LearningObjective class in different formats.
{
"@context": {
"oer": "http://oerschema.org/",
"schema": "http://schema.org/"
},
"@type": "oer:LearningObjective",
"oer:forCourse": "Sample value",
"oer:forComponent": "Sample value",
"oer:coursePrerequisites": "Sample value"
}