結果を一覧表示する
名前空間: microsoft.graph
educationOutcome オブジェクトの一覧を取得します。 結果には 、educationPointsOutcome、educationFeedbackOutcome、educationRubricOutcome の 3 種類があります。
与信割り当ての申請 (ポイント値とルーブリックを持たない) には educationFeedbackOutcomeがあります。 (educationPointsOutcome を返す場合がありますが、その結果は無視されます。
ポイント割り当ての申請 (ポイント値が割り当てられているもの) には 、educationFeedbackOutcome と educationPointsOutcomeの両方があります。
ルーブリックがクレジット ルーブリック (ポイントなし) の場合、ルーブリックがアタッチされた割り当ての申請には 、EducationFeedbackOutcome と educationRubricOutcomeがあります。 (educationPointsOutcome を返す場合がありますが、その結果は無視されます。
ルーブリックがポイント ルーブリックの場合、ルーブリックがアタッチされた割り当ての申請にはeducationFeedbackOutcomeeducationPointsOutcome があります。/resources/educationpointsoutcome.md、educationRubricOutcome .
すべての結果の種類には、その種類の結果に適した標準プロパティと公開プロパティがあります。たとえば、ポイント と発行****済みPoints、**フィードバック、**発行済みFeedback などです。 通常のプロパティは、教師が更新した最新の値です。発行されたプロパティは、学生に返される最新の値です。
アクセス許可
この API を呼び出すには、次のいずれかのアクセス許可が必要です。アクセス許可の選択方法などの詳細については、「アクセス許可」を参照してください。
| アクセス許可の種類 | アクセス許可 (特権の小さいものから大きいものへ) |
|---|---|
| 委任 (職場または学校のアカウント) | EduAssignments.ReadBasic, EduAssignments.ReadWriteBasic, EduAssignments.Read, EduAssignments.ReadWrite |
| 委任 (個人用 Microsoft アカウント) | サポートされていません。 |
| アプリケーション | EduAssignments.ReadBasic.All, EduAssignments.ReadWriteBasic.All, EduAssignments.Read.All, EduAssignments.ReadWrite.All |
HTTP 要求
GET /education/classes/acdefc6b-2dc6-4e71-b1e9-6d9810ab1793/assignments/cf6005fc-9e13-44a2-a6ac-a53322006454/submissions/d1bee293-d8bb-48d4-af3e-c8cb0e3c7fe7/outcomes
要求ヘッダー
| 名前 | 説明 |
|---|---|
| Authorization | ベアラー {トークン} |
要求本文
このメソッドの要求本文を指定しない。
応答
成功した場合、このメソッドは応答コードと応答本文の 200 OK educationOutcome オブジェクトのコレクションを返します。
例
要求
要求の例を次に示します。
GET https://graph.microsoft.com/v1.0/education/classes/acdefc6b-2dc6-4e71-b1e9-6d9810ab1793/assignments/cf6005fc-9e13-44a2-a6ac-a53322006454/submissions/d1bee293-d8bb-48d4-af3e-c8cb0e3c7fe7/outcomes
応答
応答の例を次に示します。
注: ここに示す応答オブジェクトは、読みやすさのために短縮されている場合があります。
HTTP/1.1 200 OK
Content-type: application/json
{
"value": [
{
"@odata.type": "#microsoft.graph.educationFeedbackOutcome",
"id": "ca05367a-b292-42d5-aff7-5d279feeace8",
"feedback": {
"feedbackDateTime": "2019-07-15T22:35:46.4847754Z",
"text": {
"content": "This is feedback for the assignment as a whole.",
"contentType": "text"
},
"feedbackBy": {
"user": {
"id": "9391878d-903c-406c-bb1c-0f17d00fd878"
}
}
},
"publishedFeedback": {
"feedbackDateTime": "2019-07-15T22:35:46.4847754Z",
"text": {
"content": "This is feedback for the assignment as a whole.",
"contentType": "text"
},
"feedbackBy": {
"user": {
"id": "9391878d-903c-406c-bb1c-0f17d00fd878"
}
}
}
},
{
"@odata.type": "#microsoft.graph.educationPointsOutcome",
"id": "ea1351f6-ba33-4940-b2cb-6a7254af2dc8",
"points": {
"gradedDateTime": "2019-07-15T22:36:02.2592364Z",
"points": 75,
"gradedBy": {
"user": {
"id": "9391878d-903c-406c-bb1c-0f17d00fd878"
}
}
},
"publishedPoints": {
"gradedDateTime": "2019-07-15T22:36:02.2592364Z",
"points": 75,
"gradedBy": {
"user": {
"id": "9391878d-903c-406c-bb1c-0f17d00fd878"
}
}
}
},
{
"@odata.type": "#microsoft.graph.educationRubricOutcome",
"id": "65a46d78-1a2b-4a7e-bcf8-78a22ac2611b",
"rubricQualityFeedback": [
{
"qualityId": "ebe97fd7-47f7-4e9a-b31b-221ad731fc5a",
"feedback": {
"content": "This is feedback specific to this quality of the rubric.",
"contentType": "text"
}
},
{
"qualityId": "bbf3fb4a-a794-4b51-a1ad-c22fb891c5d8",
"feedback": {
"content": "This is feedback specific to this quality of the rubric.",
"contentType": "text"
}
}
],
"rubricQualitySelectedLevels": [
{
"qualityId": "ebe97fd7-47f7-4e9a-b31b-221ad731fc5a",
"columnId": "db2a0c91-abef-44cb-b8b1-ef1f85ef4a77"
},
{
"qualityId": "bbf3fb4a-a794-4b51-a1ad-c22fb891c5d8",
"columnId": "519cd134-c513-40b9-aa71-fdb0d063c084"
}
],
"publishedRubricQualityFeedback": [
{
"qualityId": "ebe97fd7-47f7-4e9a-b31b-221ad731fc5a",
"feedback": {
"content": "This is feedback specific to this quality of the rubric.",
"contentType": "text"
}
},
{
"qualityId": "bbf3fb4a-a794-4b51-a1ad-c22fb891c5d8",
"feedback": {
"content": "This is feedback specific to this quality of the rubric.",
"contentType": "text"
}
}
],
"publishedRubricQualitySelectedLevels": [
{
"qualityId": "ebe97fd7-47f7-4e9a-b31b-221ad731fc5a",
"columnId": "db2a0c91-abef-44cb-b8b1-ef1f85ef4a77"
},
{
"qualityId": "bbf3fb4a-a794-4b51-a1ad-c22fb891c5d8",
"columnId": "519cd134-c513-40b9-aa71-fdb0d063c084"
}
]
}
]
}
フィードバック
フィードバックの送信と表示