Back to Freecodecamp

Task 99

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

latest2.4 KB
Original Source
<!-- (audio) James: Linda, looking back, how long have we been collaborating on these updates? Linda: It's been over a year now. -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

How long has James and Linda been collaborating?

--answers--

Just a few months.

--feedback--

Listen carefully to Linda's response. She mentions a specific time period that's longer than a few months.


Over a year.


About six months.

--feedback--

Pay attention to Linda's answer. She describes a duration longer than six months.


Exactly one year.

--feedback--

Linda says over a year, meaning the time is slightly more than one year.

--video-solution--

2

--explanation--

It's been is a contraction of It has been which describes something that started in the past and continues up to now.

Over a year tells you the amount of time that has passed. Over means more than, so over a year means that the collaboration has lasted more than one year, not just a few months or exactly one year.

--scene--

json
{
  "setup": {
    "background": "interview-room3.png",
    "characters": [
      {
        "character": "James",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      },
      {
        "character": "Linda",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.4
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_3-3.mp3",
      "startTime": 1,
      "startTimestamp": 0,
      "finishTimestamp": 5.68
    }
  },
  "commands": [
    {
      "character": "James",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "James",
      "startTime": 1,
      "finishTime": 4.82,
      "dialogue": {
        "text": "Linda, looking back, how long have we been collaborating on these updates?",
        "align": "center"
      }
    },
    {
      "character": "James",
      "opacity": 0,
      "startTime": 5.08
    },
    {
      "character": "Linda",
      "opacity": 1,
      "startTime": 5.08
    },
    {
      "character": "Linda",
      "startTime": 5.34,
      "finishTime": 6.68,
      "dialogue": {
        "text": "It's been over a year now.",
        "align": "center"
      }
    },
    {
      "character": "Linda",
      "opacity": 0,
      "startTime": 7.18
    }
  ]
}