OER Schema

A scale of performance levels used by a rubric.

Class Details

Parent Classes

Properties

Properties for RubricScale and its parent classes.
PropertyExpected TypeDescription
Properties of RubricScale
hasLevelRubricLevelPerformance levels in this scale.
pointsRequiredBooleanWhether points must be assigned for each level in this scale.
Properties of Thing
nameTextThe name of the item.
additionalTypeClassAn additional type for the item, typically used for adding more specific types from external vocabularies in microdata syntax.
descriptionTextA short description of the item.
imageURL or CreativeWorkAn image of the item.
mainEntityOfPageURL or CreativeWorkIndicates a page (or other CreativeWork) for which this thing is the main entity being described.
sameAsURLURL of a reference Web page that unambiguously indicates the item's identity. E.g. the URL of the item's Wikipedia page, Freebase page, or official website.
uriURLURL of the item.

API Access

Access this class through the API

Examples

Implementation Examples

Below are examples of how to implement the RubricScale class in different formats.

{
  "@context": {
    "oer": "http://oerschema.org/",
    "schema": "http://schema.org/"
  },
  "@type": "oer:RubricScale",
  "oer:hasLevel": "Sample value",
  "oer:pointsRequired": "Sample value"
}