educationPointsOutcome リソースの種類

名前空間: microsoft.graph

数値の成績を与える educationOutcome

メソッド

メソッド 戻り値の型 説明
educationOutcome を更新する educationOutcome educationOutcome オブジェクトを更新します。

プロパティ

プロパティ 説明
id String educationPointsOutcome の一意の識別子。
points educationAssignmentPointsGrade 教師がこの課題の学生に与えている数値の成績。
publishedPoints educationAssignmentPointsGrade 成績が学生にリリースされたときに作成される points プロパティのコピー。

リレーションシップ

なし

JSON 表記

リソースの JSON 表記を次に示します。

{
  "id": "String (identifier)",
  "points": {"@odata.type": "microsoft.graph.educationAssignmentPointsGrade"},
  "publishedPoints": {"@odata.type": "microsoft.graph.educationAssignmentPointsGrade"}
}