Back to Freecodecamp

Task 36

curriculum/challenges/english/blocks/learn-how-to-talk-about-past-activities/66ce1af85e991e274deb8caf.md

latest2.5 KB
Original Source
<!-- (Audio) Linda: We'll go over the proposed fixes and decide on the best approach. -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

What are they going to do over the meeting?

--answers--

They will review the proposed fixes and choose the best approach.


They will start implementing the fixes immediately.

--feedback--

Think about whether they are discussing what to do next or already taking action.


They will discuss other unrelated issues.

--feedback--

Consider if Linda mentioned focusing on the proposed fixes or something else.


They will cancel the proposed fixes and choose a different approach.

--feedback--

Reflect on whether Linda is talking about reviewing and deciding or rejecting ideas.

--video-solution--

1

--explanation--

Linda talks about what the team will do during the meeting. Focus on two key phrases:

Go over means to review or examine something in detail. For example:

We need to go over the report before the presentation. - This means they need to carefully review the report.

Decide on means to make a decision about something. For example:

We need to decide on the final design by Friday. - This means they need to choose the final design.

In the meeting, Linda says they will go over the proposed solutions and decide on the best approach. This means they will review the solutions carefully and then make a decision about which one to choose.

Understanding these phrases helps you know that the meeting's purpose is to review and choose the best solution.

--scene--

json
{
  "setup": {
    "background": "interview-room3.png",
    "characters": [
      {
        "character": "Linda",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.4
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_3-1.mp3",
      "startTime": 1,
      "startTimestamp": 48.4,
      "finishTimestamp": 51.4
    }
  },
  "commands": [
    {
      "character": "Linda",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Linda",
      "startTime": 1,
      "finishTime": 2.5,
      "dialogue": {
        "text": "We'll go over the proposed fixes",
        "align": "center"
      }
    },
    {
      "character": "Linda",
      "startTime": 2.5,
      "finishTime": 4,
      "dialogue": {
        "text": "and decide on the best approach.",
        "align": "center"
      }
    },
    {
      "character": "Linda",
      "opacity": 0,
      "startTime": 4.5
    }
  ]
}