Newer Version Available
Create Learning Input
Input representation of the details to create learning objects, related outcomes, and
foundations.
- JSON example
-
1{ 2 "learning": { 3 "type": "Learning Course", 4 "name": "Advanced Data Structures and Algorithms", 5 "provider": "001LT000009puL0YAI", 6 "description": "This course covers advanced concepts in data structures and algorithms, with a focus on efficient problem-solving and coding techniques.", 7 "courseLevelDescription": "Graduate-level course focusing on advanced data structures and algorithms.", 8 "subjectAbbreviation": "CS", 9 "fieldOfStudy": "Computer Science", 10 "courseNumber": 601, 11 "active": true, 12 "activeFromDate": "2024-09-01T00:00:00.00Z", 13 "activeToDate": "2025-12-31T23:59:59.00Z", 14 "duration": 4, 15 "durationUnit": "Credit Hours", 16 "cipCode": "11.0101", 17 "academicLevel": "Graduate" 18 }, 19 "prerequisites": [ 20 { 21 "type": "Group Achievement", 22 "achievementContributors": [ 23 { 24 "id": "0tyLT00000009LOYAY", 25 "minimumGrade": 7, 26 "type": "Learning" 27 }, 28 { 29 "id": "0tyLT00000009LPYAY", 30 "minimumGrade": 6.5, 31 "type": "Learning" 32 } 33 ] 34 } 35 ], 36 "corequisites": [ 37 { 38 "type": "Single Achievement", 39 "minimumGrade": 3, 40 "duration": 3, 41 "durationUnit": "Credit Hours", 42 "learningId": "0tyLT00000009LQYAY" 43 } 44 ], 45 "recommended": [ 46 { 47 "type": "Single Achievement", 48 "minimumGrade": 3, 49 "duration": 3, 50 "durationUnit": "Credit Hours", 51 "learningId": "0tyLT00000009LRYAY" 52 } 53 ], 54 "outcomes": [ 55 { 56 "type": "Single Achievement", 57 "minimumGrade": 3, 58 "duration": 4, 59 "durationUnit": "Credit Hours", 60 "learningAchievementId": "0u9LT00000004oWYAQ" 61 } 62 ] 63} - Properties
-
Name Type Description Required or Optional Available Version corequisites Group Achievement Mapping Input[] List of the achievement mappings that are a part of the corequisite set. This list contains co requisites that must be fulfilled concurrently with this learning. Optional 62.0 learning Learning Input Learning record that contains the attributes of the course or program. Required 62.0 outcomes Single Achievement Mapping Input[] List of the achievement mappings that are a part of the outcomes set. These are concrete achievements that learners are expected to accomplish upon completion. Optional 62.0 prerequisites Group Achievement Mapping Input[] List of the achievement mappings that are a part of the prerequisite set. This list contains the prerequisites that must be met before enrolling in this learning. Optional 62.0 recommended Group Achievement Mapping Input[] List of the achievement mappings that are a part of the recommended set. Optional 62.0 skills Skill Achievement Mapping Input[] List of the skill achievement mappings that associate specific skills with this learning. This list defines the skills that a learner is expected to acquire or improve through this learning. Optional 62.0