educationPointsOutcome リソースの種類

名前空間: microsoft.graph

数値の成績を示す 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"}
}