Back to Freecodecamp

Task 105

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

latest2.3 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--

What happened in the last year?

--answers--

Linda joined the design team.

--feedback--

Linda mentions she has been part of the team for three years, so this didn't happen just in the last year.


The changes they've made had a great impact.


They completed the project.

--feedback--

Linda doesn't mention completing the project.


They started working on impactful designs.

--feedback--

Linda doesn't say they started working on the design this year; she mentions a specific impact from recent changes.

--video-solution--

2

--explanation--

To find the answer, listen to Linda's sentence carefully. She says, the changes we've made in just this last year have had a great impact. Here's how to identify the correct answer:

  • Linda mentions changes, meaning something new or different they implemented during the last year.

  • In just this last year tells you that Linda is talking about something specific that happened within the past year.

  • Have had a great impact explains the result of those changes made a strong, positive effect.

--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
    }
  ]
}