Back to Freecodecamp

Task 20

curriculum/challenges/english/blocks/learn-common-phrasal-verbs-and-idioms/6852fcfe6e20aa46040c369a.md

latest2.0 KB
Original Source
<!-- (Audio) Anna: That's a good point. Perhaps we can simplify it by cutting down unnecessary steps. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

That's a good point. BLANK we can simplify it by cutting down BLANK steps.

--blanks--

Perhaps

--feedback--

This suggests a possibility. The first letter is capitalized.


unnecessary

--feedback--

This describes something that can be removed because it is not needed.

--explanation--

Perhaps means "maybe" or "possibly". It is used when someone is not completely sure but wants to suggest something. For example:

Perhaps we can try a new tool for project tracking. – This means the speaker is suggesting the idea as a possibility.

The prefix un- is added to adjectives to create the opposite meaning. In unnecessary, the base word is necessary (meaning needed), and un- makes it mean "not needed". Another example:

It was an unfair decision.Unfair is the opposite of fair, meaning not just or not equal.

--scene--

json
{
  "setup": {
    "background": "interview-room2.png",
    "characters": [
      {
        "character": "Anna",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_24-1.mp3",
      "startTime": 1,
      "startTimestamp": 36.44,
      "finishTimestamp": 40.96
    }
  },
  "commands": [
    {
      "character": "Anna",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Anna",
      "startTime": 1,
      "finishTime": 3.48,
      "dialogue": {
        "text": "That's a good point. Perhaps we can simplify it",
        "align": "center"
      }
    },
    {
      "character": "Anna",
      "startTime": 3.48,
      "finishTime": 5.12,
      "dialogue": {
        "text": "by cutting down unnecessary steps.",
        "align": "center"
      }
    },
    {
      "character": "Anna",
      "opacity": 0,
      "startTime": 5.62
    }
  ]
}