Newer Version Available

This content describes an older version of this product. View Latest

Single Achievement Mapping Input

Input representation of a mapping that’s associated with an existing learning achievement record.
JSON example
1{
2  "courseExternalId": {
3    "fieldName": "external_course_id",
4    "fieldValue": "12345"
5  },
6  "duration": 4,
7  "durationUnit": "Credit Hours",
8  "isPrimary": true,
9  "learningAchievementId": "0u9xx000000026fAAA",
10  "learningId": "0tyxx000000123dABC",
11  "learningOutcomeId": "0ttxx0000000456ABC",
12  "minimumGrade": 3.5
13}
Properties
Name Type Description Required or Optional Available Version
course​ExternalId Edu External ID Details Input External ID of the course that’s associated with the learning achievement. Optional 62.0
duration Double Allocated duration to complete the learning achievement. Optional 62.0
durationUnit String Unit of the duration that’s allocated to complete the learning achievement. Optional 62.0
isPrimary Boolean Indicates whether the outcome is primary (true) or not (false). Optional 62.0
learning​AchievementId String ID of the learning achievement record that refers to an existing learning achievement. Optional 62.0
learningId String ID of the learning course or program that the learning achievement is associated with. Required 62.0
learning​OutcomeId String ID of the outcome record that’s associated with the learning achievement. Optional 62.0
minimumGrade Double Minimum grade point average required for an achievement. Optional 62.0