Back to Freecodecamp

Task 35

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

latest1.7 KB
Original Source
<!-- (Audio) Alice: James, have you heard about the closed captioning issue on our video platform? -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

What does Alice want to know from James?

--answers--

If James knows about the closed captioning issue.


If James has fixed the closed captioning issue.

--feedback--

Alice is asking if James has heard about the issue, not if he has fixed it.


If James reported the closed captioning issue.

--feedback--

Alice is not asking whether James reported the issue, but if he knows about it.


If James created the video platform.

--feedback--

The question is related to the closed captioning issue, not the creation of the platform.

--video-solution--

1

--explanation--

Alice is asking if James has any knowledge of the closed captioning issue. She is not inquiring about actions like fixing or reporting it.

--scene--

json
{
  "setup": {
    "background": "interview-room3.png",
    "characters": [
      {
        "character": "Alice",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.4
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_4-2.mp3",
      "startTime": 1,
      "startTimestamp": 0,
      "finishTimestamp": 4.0
    }
  },
  "commands": [
    {
      "character": "Alice",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Alice",
      "startTime": 1,
      "finishTime": 5.0,
      "dialogue": {
        "text": "James, have you heard about the closed captioning issue on our video platform?",
        "align": "center"
      }
    },
    {
      "character": "Alice",
      "opacity": 0,
      "startTime": 5.5
    }
  ]
}