Back to Freecodecamp

Task 117

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

latest2.0 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--

BLANK, the BLANK are working fine, but there are a few glitches we're ironing out.

--blanks--

Just to clarify

--feedback--

This three-word phrase is used to make something clear or ensure understanding. The first letter of the first word is capitalized.


core features

--feedback--

This two-word phrase refers to the most important or fundamental parts of a system or product. The second word is in the plural form.

--explanation--

Just to clarify is a phrase used to make sure the listener understands something correctly. For example:

Just to clarify, the meeting is at 3 PM. — This means the speaker is confirming the details.

Core features are the essential parts of a product or system, the ones that make it work as intended. For example:

The core features of the app include messaging and notifications. — These are the main functions of the app.

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