Back to Freecodecamp

Task 67

curriculum/challenges/english/blocks/learn-how-to-clarify-information-in-different-interactions/663d762ab138308b52969b04.md

latest2.1 KB
Original Source
<!-- (Audio) Brian: We discussed it yesterday and we decided to move the testing phase a week later. I'm pretty sure about this. Maria: Alright, that makes sense. -->

--description--

Makes sense means something is clear and easy to understand. For example, if someone explains why they were late and you understand their reason, you can say, That makes sense.

Listen to the dialogue and fill in the blank.

--fillInTheBlank--

--sentence--

Brian: We discussed it yesterday and we decided to move the testing phase a week later. I'm pretty sure about this.

Maria: Alright, that makes BLANK.

--blanks--

sense

--feedback--

Preceded by make or makes, it means that something is clear and easy to understand.

--scene--

json
{
  "setup": {
    "background": "company2-boardroom.png",
    "characters": [
      {
        "character": "Brian",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      },
      {
        "character": "Maria",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.5
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "4.3-4.mp3",
      "startTime": 1,
      "startTimestamp": 23.72,
      "finishTimestamp": 31.62
    }
  },
  "commands": [
    {
      "character": "Brian",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Brian",
      "startTime": 1,
      "finishTime": 7.02,
      "dialogue": {
        "text": "We discussed it yesterday and we decided to move the testing phase a week later. I'm pretty sure about this.",
        "align": "center"
      }
    },
    {
      "character": "Brian",
      "opacity": 0,
      "startTime": 7.31
    },
    {
      "character": "Maria",
      "opacity": 1,
      "startTime": 7.31
    },
    {
      "character": "Maria",
      "startTime": 7.6,
      "finishTime": 8.9,
      "dialogue": {
        "text": "Alright, that makes sense.",
        "align": "center"
      }
    },
    {
      "character": "Maria",
      "opacity": 0,
      "startTime": 9.4
    }
  ]
}