Book Image

Enterprise LMS with Adobe Learning Manager

By : Damien Bruyndonckx
Book Image

Enterprise LMS with Adobe Learning Manager

By: Damien Bruyndonckx

Overview of this book

Looking to deliver scalable online learning solutions? Adobe's latest enterprise Learning Manager is a powerful learning management system (LMS) that enables organizations to deliver, manage, and track immersive learning experiences. This book unlocks the full potential of Learning Manager, guiding you to become an adept administrator, author, or teacher, experimenting with Learning Manager from different perspectives. You'll gain an in-depth understanding of the features and their impact on your business. From platform setup to course administration, you’ll be able to create blended learning experiences, deploy your content to different devices, and explore Learning Manager's features for monitoring your students' progress on a daily basis. Finally, you'll discover techniques for organizing and maintaining your course catalog while elevating the learner experience. By the end of the book, you’ll be able to implement your organization’s training strategy, deliver engaging learning experiences, and generate meaningful reports to monitor their effectiveness.
Table of Contents (23 chapters)
1
Part 1 – Publishing Learning Content
6
Part 2 – Managing Learners and Tracking Learning Data
13
Part 3 – Enhancing the Learner Experience
17
Part 4 – Administering the Platform

Developing applications with the API

API stands for Application Programming Interface. It is a type of interface commonly used by developers to have different application connect to each other and exchange data. Thanks to the Adobe Learning Manager API, any data contained in your account and any services provided by Adobe Learning Manager can be programmatically accessed and integrated into any type of custom application developed by your in-house development team.

Here are some of the most common use cases involving the Adobe Learning Manager API:

  • Some organizations want to replace the default learner experience with a fully customized application or website. To do this, they develop their own website/application and use the Adobe Learning Manager API to access the necessary data and services (such as details about the logged-in user, the list of available courses, and completion statuses) and to report learner interactions to the ALM backend. This is referred to as using...