Project
← Back to SchemaA collection of activities, each of which test a particular skill, demonstrating proficiency across a range of skills
Class Details
Parent Classes
Properties
Properties for Project and its parent classes.
| Property | Expected Type | Description |
|---|---|---|
| Properties of Activity | ||
| assessedBy | Assessment | The assessment for this activity. |
| gradingFormat | GradeFormat or Text | The grading format for this resource |
| rubric | Rubric | The rubric used to evaluate this assessment. |
| Properties of Task | ||
| material | SupportingMaterial | The supporting material assiociated with a resource. |
| Properties of LearningComponent | ||
| forCourse | Course | The Course in which the resource is meant for. |
| forComponent | LearningComponent | Which LearningComponent the resource supports (inverse of hasComponent) |
| hasComponent | LearningComponent | Which LearningComponent the InstructionalPattern contains or is supported by (inverse of forComponent) |
| doTask | Task | Which tasks are to be completed for a LearningComponent |
| hasLearningObjective | LearningObjective | A LearningObjective gained as a result of an InstructionalPattern . |
| deliveryFormat | Format or Text | The format used to deliver the resource. |
| 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/ProjectAvailable formats:
Example usage:
curl -H "Accept: application/json" /api/schema/class/ProjectExamples
Implementation Examples
Below are examples of how to implement the Project class in different formats.
{
"@context": {
"oer": "http://oerschema.org/",
"schema": "http://schema.org/"
},
"@type": "oer:Project",
"oer:name": "ExampleProject",
"oer:description": "A collection of activities, each of which test a particular skill, demonstrating proficiency across a range of skills"
}