NCIOCPL / cgov-digital-platform

The Cancer.gov Digital Communications Platform
GNU General Public License v2.0
11 stars 33 forks source link

Story: Add Audio-Described File Link to Home & Landing Pages #4488

Open andyvanavery31 opened 1 week ago

andyvanavery31 commented 1 week ago

As a visually-impaired visitor to the site, I need to be able to access an audio-described version of videos put on Home & Landing Pages so that I can experience the content of the video equivalently to a sighted user.

Specifications

General

Drupal Specifications

Front-End Specifications

Analytics

DoR Tasks

DoD Tasks

Technical Notes

Content Model

Scenarios/Comps

Acceptance Criteria

CMS Experience - Adding an Embedded Video to a Home and Landing Page

Scenario: A content editor adds a video to a Home and Landing Page
  Given the user is logged into the CMS as an editor
    And the user is adding a video to a Home and Landing Page
  When the user is adding a video to a Home and Landing Page
  Then the experience does not change whether the video has an audio-described link or not

Front-End Experience

Scenario: A user views a video with and audio-described link on a Home and Landing Page
  Given the audio-described link has been added to the video media type
    And the video with an audio-described link has been added to a Home and Landing Page
  When the video is added to a Home and Landing Page
  Then the audio-described link will appear below the caption with the text, "**Audio-Description:** Watch the audio-described version of this video."
    And it will match the comp
  When the user clicks on the link for the audio-described link
  Then they will be redirected to the external link for the audio-described video

Related Tickets