Back to Freecodecamp

Task 118

curriculum/challenges/english/blocks/learn-how-to-clarify-misunderstandings/67f29630996057ce0f56615e.md

latest1.7 KB
Original Source
<!-- (Audio) Jessica: Just to clarify, the core features are working fine, but there are a few glitches we're ironing out. Does that help? -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

Just to clarify, the core features are working fine, but there are a few BLANK we're BLANK. Does that help?

--blanks--

glitches

--feedback--

This word in the plural form refers to small problems or bugs.


ironing out

--feedback--

This two-word phrase means solving or fixing small issues to make everything smooth. The first word ends with -ing.

--explanation--

Ironing out means fixing problems or making small adjustments. For example:

We're still ironing out the final details. — This means the team is solving small issues to finalize everything.

--scene--

json
{
  "setup": {
    "background": "company1-boardroom.png",
    "characters": [
      {
        "character": "Jessica",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_16-3.mp3",
      "startTime": 1,
      "startTimestamp": 35.84,
      "finishTimestamp": 40.78
    }
  },
  "commands": [
    {
      "character": "Jessica",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Jessica",
      "startTime": 1,
      "finishTime": 5.94,
      "dialogue": {
        "text": "Just to clarify, the core features are working fine, but there are a few glitches we're ironing out.",
        "align": "center"
      }
    },
    {
      "character": "Jessica",
      "opacity": 0,
      "startTime": 6.44
    }
  ]
}