Back to Freecodecamp

Task 51

curriculum/challenges/english/blocks/learn-how-to-discuss-roles-and-responsibilities/65d6ca37133db041a059b352.md

latest1.8 KB
Original Source
<!-- (Audio) Alice: She's been with us for about eight years now. -->

--description--

This audio uses the present perfect tense with for + duration to talk about how long someone has been doing something or been part of something.

The phrase be with is used to describe being a member of a group or organization. For example, She's been with the software development team for three years means she has been a member of the team that develops software for three years.

--questions--

--text--

How long has she been with the group according to Alice?

--answers--

She just joined the group.

--feedback--

Alice's statement implies she has been with the group for years, not that she just joined.


About a year

--feedback--

Alice mentions it's been about eight years, which is much longer than a year.


For about eight years


Less than a year

--feedback--

Alice specifically says about eight years, indicating a much longer period than less than a year.

--video-solution--

3

--scene--

json
{
  "setup": {
    "background": "company1-reception.png",
    "characters": [
      {
        "character": "Alice",
        "position": {"x":50,"y":0,"z":1.4},
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "3.3-2.mp3",
      "startTime": 1,
      "startTimestamp": 29.40,
      "finishTimestamp": 31.32
    }
  },
  "commands": [
    {
      "character": "Alice",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Alice",
      "startTime": 1,
      "finishTime": 2.92,
      "dialogue": {
        "text": "She's been with us for about eight years now.",
        "align": "center"
      }
    },
    {
      "character": "Alice",
      "opacity": 0,
      "startTime": 3.42
    }
  ]
}