Skip to content

Latest commit

 

History

History
60 lines (47 loc) · 1.59 KB

File metadata and controls

60 lines (47 loc) · 1.59 KB
title description ms.localizationpriority author ms.subservice doc_type
rubricQuality resource type
A quality of a rubric
medium
dipakboyed
education
resourcePageType

rubricQuality resource type

Namespace: microsoft.graph

[!INCLUDE beta-disclaimer]

A quality of a rubric. See educationRubric for a description of the relationship between rubric qualities, levels, and criteria.

Properties

Property Type Description
criteria rubricCriterion collection The collection of criteria for this rubric quality.
description itemBody The description of this rubric quality.
displayName String The name of this rubric quality.
qualityId String The ID of this resource.
weight Single If present, a numerical weight for this quality. Weights must add up to 100.

JSON representation

The following is a JSON representation of the resource.

{
  "criteria": [{"@odata.type": "microsoft.graph.rubricCriterion"}],
  "description": {"@odata.type": "microsoft.graph.itemBody"},
  "displayName": "String",
  "qualityId": "String",
  "weight": "Double"
}