Back to Freecodecamp

Task 18

curriculum/challenges/english/blocks/learn-how-to-express-decisions-based-on-comparisons/67c82b66e598c41aeb311275.md

latest1.3 KB
Original Source
<!-- (audio) Sophie: That makes sense. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

That BLANK.

--blanks--

makes sense

--feedback--

These two words together mean something is logical or easy to understand.

--explanation--

Makes sense is used to show that something is clear, reasonable, or understandable. For example:

He explained the new software update, and now it makes sense to me. - Here, makes sense means the explanation helped you understand the update.

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Sophie",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.4
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_4-4.mp3",
      "startTime": 1,
      "startTimestamp": 50.98,
      "finishTimestamp": 51.78
    }
  },
  "commands": [
    {
      "character": "Sophie",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Sophie",
      "startTime": 1,
      "finishTime": 1.8,
      "dialogue": {
        "text": "That makes sense.",
        "align": "center"
      }
    },
    {
      "character": "Sophie",
      "opacity": 0,
      "startTime": 2.3
    }
  ]
}