Back to Freecodecamp

Task 35

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

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

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

We'll go over the BLANK BLANK and decide on the best approach.

--blanks--

proposed

--feedback--

Past form of propose.


fixes

--feedback--

The plural form of fix, this word refers to solutions or repairs for a problem.

--explanation--

Proposed means something that has been suggested or put forward for consideration. For example:

The proposed plan includes a new timeline. - It means that the plan, which includes a new timeline, has been suggested but not yet finalized or accepted.

Fixes refers to solutions or repairs for a problem. For example:

The team implemented several fixes to address the software bugs. - It means that the team applied solutions to solve the issues in the software.

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