Note: This release is in preview. Features described here don’t become generally available until the latest general availability date that Salesforce announces for this release. Before then, and where features are noted as beta, pilot, or developer preview, we can’t guarantee general availability within any particular time frame or at all. Make your purchase decisions only on the basis of generally available products and features.
Learning Status
Output representation of the details of the learner's status related to an academic
course or a program.
- Sample Output
-
1{ 2 "academicSeason": "Fall", 3 "academicTermEnrollmentId": "0atxx000000001aAAA", 4 "academicTermId": "0atxx000000001bBBB", 5 "academicYear": "2023-2024", 6 "durationUnit": "Credit Hours", 7 "learningId": "0tyxx00000002t3AAA", 8 "letterGrade": "A", 9 "numericGrade": 95.5, 10 "resultStatus": "Pass", 11 "status": "Completed", 12 "unitsEarned": 3.0 13}
| Property Name | Type | Description | Filter Group and Version | Available Version |
|---|---|---|---|---|
| academicSeason | String | Season in which this learning is taken or will be taken. | Small, 62.0 | 62.0 |
| academicTermEnrollmentId | String | ID for academic term enrollment. | Small, 62.0 | 62.0 |
| academicTermId | String | ID for the academic term. | Small, 62.0 | 62.0 |
| academicYear | String | Year in which this learning is taken or will be taken. | Small, 62.0 | 62.0 |
| durationUnit | String | Unit of measurement for completion of the course. | Small, 62.0 | 62.0 |
| learningId | String | Unique ID of the learning course or program. | Small, 62.0 | 62.0 |
| letterGrade | String | Letter grade awarded to the learner for completing the course. | Small, 62.0 | 62.0 |
| numericGrade | Double | Numeric grade awarded to the learner for completing the course. | Small, 62.0 | 62.0 |
| resultStatus | String | Type or status of the learner's result. Valid values are:
|
Small, 62.0 | 62.0 |
| status | String | Status of the learning. Valid values are:
|
Small, 62.0 | 62.0 |
| unitsEarned | Double | Units of value awarded for completing the course. | Small, 62.0 | 62.0 |