Back to Freecodecamp

Task 99

curriculum/challenges/english/blocks/learn-present-perfect-while-talking-about-accessibility/672cca3d15975a9390545877.md

latest1.8 KB
Original Source
<!-- (Audio) Anna: Hi James, have you been reviewing the training feedback for our accessibility program? -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

What does Anna want to know from James?

--answers--

If James has started working on a new training session.

--feedback--

Anna is asking specifically about the feedback, not starting a new training session.


If James has created a new accessibility program.

--feedback--

Anna is asking if James has been reviewing feedback, not if he created a new program.


If James has been reviewing the training feedback for the accessibility program.


If James needs help with the accessibility program.

--feedback--

Anna's question does not ask if James needs help; it focuses on whether he has reviewed the feedback.

--video-solution--

3

--explanation--

Anna's question is specifically about whether James has reviewed the feedback from a training program related to accessibility.

--scene--

json
{
  "setup": {
    "background": "interview-room1.png",
    "characters": [
      {
        "character": "Anna",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_4-4.mp3",
      "startTime": 1,
      "startTimestamp": 0,
      "finishTimestamp": 4.14
    }
  },
  "commands": [
    {
      "character": "Anna",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Anna",
      "startTime": 1,
      "finishTime": 5.14,
      "dialogue": {
        "text": "Hi, James. Have you been reviewing the training feedback for our accessibility program?",
        "align": "center"
      }
    },
    {
      "character": "Anna",
      "opacity": 0,
      "startTime": 5.64
    }
  ]
}