educationPointsOutcome リソースの種類
名前空間: microsoft.graph
重要
Microsoft Graph の /beta
バージョンの API は変更される可能性があります。 実稼働アプリケーションでこれらの API を使用することは、サポートされていません。 v1.0 で API を使用できるかどうかを確認するには、Version セレクターを使用します。
数値の成績を示す 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"}
}