Back to Freecodecamp

Task 97

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

latest1.7 KB
Original Source
<!-- (audio) James: Linda, looking back, how long have we been collaborating on these updates? --> <!-- SPEAKING -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

Which option is the best answer to James' question?

--answers--

We should finish them soon.

--audio-id--

EN5084c453

--feedback--

This response talks about finishing updates, but James asked about how long they've been working together, not when it will be completed.


It's been over a year now.

--audio-id--

ENbc1accc5

--video-solution--

2

--explanation--

James's question, how long have we been collaborating on these updates?, is asking about how much time they've been working together.

The correct answer, It's been over a year now, directly answers this by saying how long they've collaborated.

--scene--

json
{
  "setup": {
    "background": "interview-room3.png",
    "characters": [
      {
        "character": "James",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_3-3.mp3",
      "startTime": 1,
      "startTimestamp": 0,
      "finishTimestamp": 3.92
    }
  },
  "commands": [
    {
      "character": "James",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "James",
      "startTime": 1,
      "finishTime": 4.92,
      "dialogue": {
        "text": "Linda, looking back, how long have we been collaborating on these updates?",
        "align": "center"
      }
    },
    {
      "character": "James",
      "opacity": 0,
      "startTime": 5.42
    }
  ]
}