Back to Freecodecamp

Task 104

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

latest1.9 KB
Original Source
<!-- (audio) Linda: I've been part of the design team for three years, and the changes we've made in just this last year have had a great impact. -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

How long has Linda been working as part of the design team?

--answers--

One year.

--feedback--

Listen carefully to Linda's response. She mentions a period longer than one year.


Just a few months.

--feedback--

Linda says she's been with the design team much longer than a few months.


Since the project started.

--feedback--

Linda doesn't mention the project start date, only that she's been on the team for a specific amount of time.


Three years.

--video-solution--

4

--explanation--

Linda states, I've been part of the design team for three years.

For three years tells exactly how long she has been working on the team.

--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": 15
    }
  },
  "commands": [
    {
      "character": "Linda",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Linda",
      "startTime": 1,
      "finishTime": 3.18,
      "dialogue": {
        "text": "I've been part of the design team for three years,",
        "align": "center"
      }
    },
    {
      "character": "Linda",
      "startTime": 3.18,
      "finishTime": 6.9,
      "dialogue": {
        "text": "and the changes we've made in just this last year have had a great impact.",
        "align": "center"
      }
    },
    {
      "character": "Linda",
      "opacity": 0,
      "startTime": 7.4
    }
  ]
}