Back to Freecodecamp

Task 5

curriculum/challenges/english/blocks/learn-common-phrasal-verbs-and-idioms/68487799a04eca4d06dfbdb5.md

latest1.5 KB
Original Source
<!-- (Audio) Brian: Absolutely, Anna. It's crucial that we iron out these details soon. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

Absolutely, Anna. It's crucial that we BLANK these details soon.

--blanks--

iron out

--feedback--

This two-word phrase means to fix small problems or disagreements through discussion.

--explanation--

To iron out means to solve or settle small problems or differences, especially through discussion or careful planning. For example:

We need to iron out the final issues before launching the website. – This means the team needs to fix the last few problems before the website goes live.

--scene--

json
{
  "setup": {
    "background": "interview-room2.png",
    "characters": [
      {
        "character": "Brian",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_24-1.mp3",
      "startTime": 1,
      "startTimestamp": 7.8,
      "finishTimestamp": 11.74
    }
  },
  "commands": [
    {
      "character": "Brian",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Brian",
      "startTime": 1,
      "finishTime": 4.94,
      "dialogue": {
        "text": "Absolutely, Anna. It's crucial that we iron out these details soon.",
        "align": "center"
      }
    },
    {
      "character": "Brian",
      "opacity": 0,
      "startTime": 5.44
    }
  ]
}