OER Schema

A 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.
PropertyExpected TypeDescription
Properties of Activity
assessedByAssessmentThe assessment for this activity.
gradingFormatGradeFormat or TextThe grading format for this resource
rubricRubricThe rubric used to evaluate this assessment.
Properties of Task
materialSupportingMaterialThe supporting material assiociated with a resource.
Properties of LearningComponent
forCourseCourseThe Course in which the resource is meant for.
forComponentLearningComponentWhich LearningComponent the resource supports (inverse of hasComponent)
hasComponentLearningComponentWhich LearningComponent the InstructionalPattern contains or is supported by (inverse of forComponent)
doTaskTaskWhich tasks are to be completed for a LearningComponent
hasLearningObjectiveLearningObjectiveA LearningObjective gained as a result of an InstructionalPattern .
deliveryFormatFormat or TextThe format used to deliver the resource.
Properties of Resource
parentOfResourceA parent in relation to a child resource.
childOfResourceA child in relation to a parent resource.
forCourseCourseThe Course in which the resource is meant for.
mainContentTextThe main content relating to the item.
forTopicTopicThe Topic the resource is associated with

API Access

Access this class through the API

Examples

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"
}