Back to Freecodecamp

Task 102

curriculum/challenges/english/blocks/learn-how-to-talk-about-past-activities/672cd6b7f61b713f3e64825b.md

latest1.9 KB
Original Source
<!-- (audio) Linda: I've been part of the design team for three years. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

I've been BLANK the design team BLANK three years.

--blanks--

part of

--feedback--

These two words together mean belonging to or being included in a group or team. The first word is a noun, and the second is a preposition.


for

--feedback--

This preposition indicates the length of time something has lasted.

--explanation--

To have been part of something means to belong to or to be included in a group, team, or organization. It implies that the person has contributed or participated in that group. For example:

I've been part of this project since it started. - Suggests the person has been involved in the project from the beginning.

The preposition for is used to indicate a period of time in this context. When combined with the Present Perfect tense (have been), it shows how long something has lasted up to the present. For example:

She has worked here for five years. - She started working there five years ago and is still working there now.

--scene--

json
{
  "setup": {
    "background": "interview-room3.png",
    "characters": [
      {
        "character": "Linda",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.4
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_3-3.mp3",
      "startTime": 1,
      "startTimestamp": 9.1,
      "finishTimestamp": 11.38
    }
  },
  "commands": [
    {
      "character": "Linda",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Linda",
      "startTime": 1,
      "finishTime": 3.28,
      "dialogue": {
        "text": "I've been part of the design team for three years",
        "align": "center"
      }
    },
    {
      "character": "Linda",
      "opacity": 0,
      "startTime": 3.78
    }
  ]
}