Back to Freecodecamp

Task 119

curriculum/challenges/english/blocks/learn-how-to-talk-about-past-activities/673264f9220e18361d98a1e0.md

latest2.0 KB
Original Source
<!-- (audio) Linda: Exactly, and remember when we rolled out that major update last month? -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

What happened last month?

--answers--

They started a new project.

--feedback--

Listen carefully—Linda mentions something they completed last month, not something they began.


They encountered a major issue.

--feedback--

Linda refers to an update they released, not an issue they faced.


They released a major update.


They hired new team members.

--feedback--

Linda talks about a specific update, not about adding people to the team.

--video-solution--

3

--explanation--

To find the correct answer, focus on Linda's words when we rolled out that major update last month.

The phrase rolled out means they released or launched something, and major update specifies what it was.

This tells you that the main event last month was releasing a significant update.

--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": 40.08,
      "finishTimestamp": 43.84
    }
  },
  "commands": [
    {
      "character": "Linda",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Linda",
      "startTime": 1,
      "finishTime": 2.42,
      "dialogue": {
        "text": "Exactly. And remember",
        "align": "center"
      }
    },
    {
      "character": "Linda",
      "startTime": 2.42,
      "finishTime": 4.26,
      "dialogue": {
        "text": "when we rolled out that major update last month?",
        "align": "center"
      }
    },
    {
      "character": "Linda",
      "opacity": 0,
      "startTime": 4.66
    }
  ]
}