Back to Freecodecamp

Task 119

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

latest1.9 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 glitches we're ironing out. BLANK?

--blanks--

Does that help

--feedback--

These three words together form a polite question used to check if the explanation was clear or useful to the listener. The first letter of the first word is capitalized.

--explanation--

Does that help? is a common way to ask if your explanation made things clearer or answered someone's question For example:

The deadline is Friday, not Thursday. Does that help? — You're checking if someone now understands better.

--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": 41.68
    }
  },
  "commands": [
    {
      "character": "Jessica",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Jessica",
      "startTime": 1,
      "finishTime": 6.24,
      "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",
      "startTime": 6.34,
      "finishTime": 6.96,
      "dialogue": {
        "text": "Does that help?",
        "align": "center"
      }
    },
    {
      "character": "Jessica",
      "opacity": 0,
      "startTime": 7.46
    }
  ]
}