Platform reference · Workday Learning · Workday HCM · WCAG 2.1 AA · HIPAA workforce training · ADA Title II

Workday Learning captions: enterprise L&D compliance in Workday HCM

Workday Learning is the learning management component of the Workday Human Capital Management (HCM) suite — the enterprise cloud platform used by hundreds of organisations from 200-employee mid-market SaaS companies to Fortune 500 manufacturers, healthcare networks, financial-services firms, and professional-services partnerships. Unlike standalone LMS platforms, Workday Learning is embedded in the same tenant as Workday HCM, Workday Payroll, Workday Benefits, and Workday Recruiting — which means that every worker record, every job profile, every compliance obligation, and every training assignment exists in a single source of truth. The captioning obligation in Workday Learning follows the same logic as every other LMS: when hearing-impaired employees are enrolled in a Workday Learning course that includes video content, that video must have WCAG 2.1 AA-accurate captions. The unique aspects of Workday Learning's captioning challenge are its deep integration with required-training workflows (campaign assignments that push compliance training to entire worker populations), its proper-noun density (Workday's own vocabulary is dense and auto-caption systems mis-transcribe it systematically), and its relationship with HIPAA workforce training documentation requirements for healthcare-sector deployments.

TL;DR

Workday Learning supports VTT caption files on course library video and lesson-level video content. The caption-upload workflow: add a video to a Workday Learning lesson → open the lesson media settings → upload a VTT file as the closed-caption track. Workday's native media player renders the VTT track with a CC toggle. Workday does not have a built-in speech-to-text auto-caption generator — caption files must be produced externally and uploaded manually or via Workday's REST API (RAAS / Learning course API). For bulk back-catalogue work, the Learning Course API or Workday Studio integration allows programmatic caption-track upload. Compliance framework: ADA Title II for public-sector Workday customers; ADA Title I + state disability laws (California FEHA, New York HRL, Colorado CADA, etc.) for private employers; HIPAA § 164.530(b) workforce training documentation for healthcare-sector Workday customers; Section 504 for federal financial-assistance recipients. The Workday-specific proper-noun failure mode — Workday module names, tenant-specific business process names, integration identifiers — means generic STT auto-captions are unusually unreliable on Workday training video.

Workday Learning deployment context

Workday Learning is available as an add-on module to Workday HCM. Organisations that purchase Workday Learning typically use it for:

All four categories include video content that must have WCAG 2.1 AA-accurate captions when distributed to workers with hearing-related disabilities — or, for public-sector Workday customers, to all workers under the district-wide ADA Title II WCAG 2.1 AA obligation.

Caption surfaces in Workday Learning

Surface 1 — Course Library lesson video with VTT sidecar

The primary caption surface in Workday Learning is the lesson-level video with an attached VTT file. The workflow:

  1. Open Workday Learning in the tenant (from the Learning worklet or the Learning module in the application menu).
  2. Navigate to the lesson that contains the video. In Workday Learning, a "Lesson" is the unit that contains a single piece of content (a video, a document, a SCORM package, or an external URL).
  3. Open the lesson's Edit view. Under the media/content section, locate the "Closed Captions" or "Subtitles" upload field. Workday Learning accepts VTT files for caption tracks on hosted video.
  4. Upload the VTT file. The Workday Learning native player renders the VTT caption track with a CC toggle visible to learners. If Workday is configured in multiple languages, separate VTT files can be uploaded for each language's closed-caption track.
  5. Save and publish the lesson update. Workday Learning lessons are version-controlled; a caption track upload does not reset completion records for learners who have already completed the lesson.

Important: Workday Learning does not generate auto-captions. The VTT file must be produced externally. Generic STT auto-captions from Whisper base, Google, or Azure Speech produce the Workday vocabulary substitution errors described below. Glossary-biased captioning is necessary for Workday platform training video in particular.

Surface 2 — Campaign-assigned content

Workday Learning Campaigns push learning content — courses, programs, individual lessons — to worker populations defined by HCM data criteria (job family, cost centre, location, business unit, hire date, etc.). When a campaign assigns a video-based lesson to all workers in a population, every worker in that population who has a hearing-related disability accommodation documented in Workday (or who requests one) must be able to access that video with WCAG 2.1 AA-accurate captions. The campaign mechanism means that captioning failures scale instantly: a required annual training campaign pushed to all 3,000 employees in a Workday tenant without accurate captions creates immediate compliance exposure across the entire worker population.

Surface 3 — Blended Program content

Workday Learning Blended Programs combine instructor-led sessions with self-paced digital content (including video lessons). The video lessons inside a Blended Program follow the same caption-upload workflow as standalone lessons. The compliance nuance: when a Blended Program includes an instructor-led session (virtual or in-person), live captioning obligations for the real-time session are separate from the pre-recorded video lessons in the program. Section 504 and ADA Title I each require real-time auxiliary aids (live CART captioning or equivalent) for hearing-impaired employees attending instructor-led sessions.

Surface 4 — External Learning (third-party content libraries)

Workday Learning's External Learning feature allows administrators to pull in content from third-party libraries (LinkedIn Learning, Coursera for Business, Pluralsight, Skillsoft, OpenSesame, etc.) and surface it inside the Workday Learning interface alongside internal content. The caption track on external library content is the content publisher's responsibility — but the organisation deploying Workday Learning must verify that external library content assigned to hearing-impaired employees has accurate captions. A LinkedIn Learning video pushed via Workday Learning with only LinkedIn's auto-generated captions may not satisfy WCAG 2.1 AA SC 1.2.2 if those auto-captions mangle the technical vocabulary in the video.

HIPAA workforce training and Workday Learning

For healthcare-sector organisations running Workday HCM — hospital systems, health plans, physician groups, health IT companies handling PHI — HIPAA's workforce training requirement at 45 CFR § 164.530(b) requires that all members of the workforce receive training on the covered entity's privacy and security policies and procedures. Workday Learning is a common platform for delivering and documenting this mandatory training. Key captioning considerations at the intersection of HIPAA and Workday Learning:

The Workday proper-noun failure mode

Workday training video — particularly screen-capture walkthroughs of Workday HCM, Workday Financials, Workday Payroll, or Workday Recruiting — is one of the most challenging content types for generic STT systems because Workday's product vocabulary combines invented compound words, acronyms, and UI element names that do not appear in standard speech-recognition training corpora:

Building a Workday-tenant-specific glossary — covering Workday module names, tenant-specific business process names, custom report names, and the standard HCM/Financials vocabulary in use — and feeding it into glossary-biased captioning eliminates the class of errors that make Workday training video captions unreliable without manual review.

ADA Title II and state law exposure for Workday customers

Workday serves a mix of public-sector and private-sector customers. The compliance framework differs:

Caption file formats and Workday Learning API

Workday Learning accepts VTT (WebVTT) as the standard closed-caption format for hosted video. SRT files are not directly uploaded as caption tracks in Workday Learning's standard UI — they must be converted to VTT before upload. The conversion is straightforward (header line `WEBVTT` added, `.srt` extension replaced with `.vtt`); GlossCap exports both SRT and VTT natively.

For bulk caption-track upload — a common requirement for organisations with a large back-catalogue of Workday Learning lessons that need captioning — Workday's Learning APIs (available via Workday's REST API and Workday Studio) allow programmatic management of lesson content including caption tracks. A typical bulk-upload workflow:

  1. Export the Workday Learning content catalogue via RAAS (Report as a Service) to identify lessons that contain video content without caption tracks.
  2. For each lesson with uncaptioned video, retrieve the video file, produce a glossary-biased VTT using GlossCap's batch workflow, and store the VTT.
  3. Upload the VTT to each Workday Learning lesson via the Learning Course API or a Workday Studio EIB integration that updates the lesson's media caption field.
  4. Verify caption track presence via a post-upload RAAS report and spot-audit a sample of VTTs for accuracy before the update is published to learners.

For organisations on Workday that also use Microsoft 365, Workday Learning can surface content hosted in SharePoint or OneDrive via the External Learning integration. Caption tracks for SharePoint-hosted video are managed in SharePoint (Microsoft Stream on SharePoint) and the VTT track on the SharePoint video is the one that displays when learners access the content inside Workday Learning.

See GlossCap pricing

FAQ — Workday Learning captions

Does Workday Learning auto-generate captions?

No. Workday Learning does not have a built-in speech-to-text auto-caption generator. Caption tracks must be produced externally (via a third-party captioning service or tool like GlossCap) and uploaded to the lesson as a VTT file. This is different from some LMS platforms (Canvas Studio, Brightspace Capture) that have built-in auto-captioning. The implication: Workday Learning lessons that contain video and have no manually uploaded VTT play without any captions. Employees with hearing disabilities in a Workday Learning campaign have no caption fallback unless an external VTT has been uploaded.

What caption file format does Workday Learning accept?

Workday Learning's primary closed-caption format is VTT (WebVTT). SRT files must be converted to VTT before upload. VTT format requires the header line `WEBVTT` at the top of the file followed by caption blocks with start → end timecodes and text. GlossCap exports VTT natively alongside SRT, so the file is ready to upload to Workday Learning without conversion. DFXP/TTML and SCC formats are not supported in Workday Learning's standard caption-upload UI.

Can caption tracks be uploaded to Workday Learning via API for bulk back-catalogue work?

Yes. Workday's Learning APIs — specifically the Learning Course RaaS and the Workday Studio EIB integration pattern — allow programmatic management of lesson metadata including caption track upload. Organisations with hundreds of Workday Learning lessons that need captioning can batch the caption production and upload via Workday Studio rather than uploading each VTT manually through the Workday UI. The API workflow requires Workday tenant API credentials, an ISU (Integration System User) with appropriate Learning security domain access, and a Workday Studio or Workday RaaS integration to match caption files to lesson IDs and post the VTT. Implementation is typically done by the organisation's Workday administrator or their Workday implementation partner.

How does Workday Learning differ from Workday's Journeys feature for captioning purposes?

Workday Journeys (the new-hire experience feature) surfaces assigned learning content — including Workday Learning lessons with video — inside a structured onboarding journey. The caption track on a video lesson is the same VTT attached to that lesson in Workday Learning; there is no separate caption mechanism for the Journeys surface. If the underlying lesson has a VTT uploaded, the CC toggle is available in the Journeys video player. If not, the video in the Journeys surface also plays without captions. Captioning the lesson in Workday Learning propagates automatically to every surface where that lesson is assigned — Campaigns, Blended Programs, Journeys, and self-enrolled courses all show the same VTT.

What compliance documentation does Workday Learning generate for HIPAA workforce training?

Workday Learning captures completion records — worker name, course/lesson name, completion date and time, and (if configured) assessment scores. These records are stored in the Workday HCM tenant and can be exported via RAAS reports for HIPAA documentation purposes. A HIPAA audit typically requests training completion records for all workforce members during the audit period; Workday Learning's native completion-record report satisfies this. The captioning issue is adjacent: HIPAA § 164.530(b) requires that training be "appropriate to the functions" of each workforce member. If a hearing-impaired employee's HIPAA training relied on inaccurate captions, the training may not satisfy the "appropriate" standard. Accurate caption tracks on Workday Learning HIPAA training video prevent this documentation gap.

Further reading