Back to Freecodecamp

Task 62

curriculum/challenges/english/blocks/learn-present-perfect-while-talking-about-accessibility/67278fa39133d120afee631c.md

latest1.8 KB
Original Source
<!-- (audio) Bob: Hi Linda, have you been working on the new voice command features? -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

What does Bob want to know from Linda?

--answers--

If Linda has been engaged in developing the new voice command features.


If Linda is planning to work on the new features.

--feedback--

Bob is asking if Linda has already been working, not about future plans.


What the new voice command features are.

--feedback--

Bob is inquiring about Linda's work on them, not their definition.


When Linda started working on the new features.

--feedback--

Bob's question focuses on whether she has been working, not when she started.

--video-solution--

1

--explanation--

The Present Perfect Continuous tense (have been working) indicates an action that started in the past and is still ongoing or has relevance to the present. Bob's question suggests he is interested in Linda's current progress on the project.

--scene--

json
{
  "setup": {
    "background": "company2-boardroom.png",
    "characters": [
      {
        "character": "Bob",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_4-3.mp3",
      "startTime": 1,
      "startTimestamp": 0,
      "finishTimestamp": 3.3
    }
  },
  "commands": [
    {
      "character": "Bob",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Bob",
      "startTime": 1,
      "finishTime": 4.3,
      "dialogue": {
        "text": "Hi Linda have you been working on the new voice command features?",
        "align": "center"
      }
    },
    {
      "character": "Bob",
      "opacity": 0,
      "startTime": 4.8
    }
  ]
}