Back to Freecodecamp

Task 45

curriculum/challenges/english/blocks/learn-present-perfect-while-talking-about-accessibility/671f8e2ca90546729b1911fa.md

latest2.9 KB
Original Source
<!-- (Audio) James: It seems to be affecting several videos. Our quality assurance team has been testing the platform, and noticed that the captions aren't syncing properly. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

It seems to be affecting several videos. Our BLANK team has been BLANK the platform, and noticed that the captions aren't BLANK properly.

--blanks--

quality assurance

--feedback--

These two words refers to a team or process focused on ensuring that products or services meet certain standards of quality.


testing

--feedback--

This verb in -ing form describes the action of checking or evaluating the performance of a product, like software.


syncing

--feedback--

This word in -ing form refers to the process of making things happen at the same time or match up correctly, like aligning audio with video.

--explanation--

Quality assurance is the process of ensuring that a product meets set quality standards. For example:

The quality assurance team checks the software for bugs before release. - Here, quality assurance emphasizes the team's role in maintaining the product's standard.

Testing means evaluating or examining a product to verify its performance. For example:

Developers are testing the new features for potential issues. - This shows that the features are being actively checked for functionality.

Sync refers to aligning or matching two elements so they happen simultaneously or correctly. For example:

Make sure the subtitles are syncing with the video. - This means the subtitles should match the timing of the spoken words in the video.

--scene--

json
{
  "setup": {
    "background": "interview-room3.png",
    "characters": [
      {
        "character": "James",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_4-2.mp3",
      "startTime": 1,
      "startTimestamp": 16.6,
      "finishTimestamp": 24.02
    }
  },
  "commands": [
    {
      "character": "James",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "James",
      "startTime": 1,
      "finishTime": 2.84,
      "dialogue": {
        "text": "It seems to be affecting several videos.",
        "align": "center"
      }
    },
    {
      "character": "James",
      "startTime": 3.18,
      "finishTime": 5.66,
      "dialogue": {
        "text": "Our quality assurance team has been testing the platform,",
        "align": "center"
      }
    },
    {
      "character": "James",
      "startTime": 5.66,
      "finishTime": 8.42,
      "dialogue": {
        "text": "and noticed that the captions aren't syncing properly.",
        "align": "center"
      }
    },
    {
      "character": "James",
      "opacity": 0,
      "startTime": 8.92
    }
  ]
}