Back to Freecodecamp

Task 13

curriculum/challenges/english/blocks/learn-how-to-manage-a-conversation/67dc4d1e8f82ed89989c861a.md

latest1.4 KB
Original Source
<!-- (Audio) James: It does, but I need a little bit more clarification. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

It does, but I need a little bit more BLANK.

--blanks--

clarification

--feedback--

This refers to an explanation that makes something clearer.

--explanation--

Clarification means an explanation that helps make something easier to understand. For example:

Can you provide some clarification on the project requirements? - This means asking for more details to understand the requirements better.

--scene--

json
{
  "setup": {
    "background": "interview-room2.png",
    "characters": [
      {
        "character": "James",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_15-1.mp3",
      "startTime": 1,
      "startTimestamp": 14.32,
      "finishTimestamp": 17.28
    }
  },
  "commands": [
    {
      "character": "James",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "James",
      "startTime": 1,
      "finishTime": 3.96,
      "dialogue": {
        "text": "It does, but I need a little bit more clarification.",
        "align": "center"
      }
    },
    {
      "character": "James",
      "opacity": 0,
      "startTime": 4.46
    }
  ]
}