Back to Freecodecamp

Task 13

curriculum/challenges/english/blocks/learn-how-to-analyze-code-documentation/66068c5cfc7a4992f2574ab2.md

latest1.6 KB
Original Source
<!-- (Audio) Sophie: That makes sense. What's the next step? What should I do then? -->

--description--

Make sense means to be understandable or logical.

For example, if you're learning a new programming language and finally understand how a function works, you might say, Oh, now it makes sense! Here, makes sense is used to express that the concept of how a function works in the programming language is now clear and understandable.

--fillInTheBlank--

--sentence--

That makes BLANK. What's the next step? What should I do BLANK?

--blanks--

sense

--feedback--

It means understanding or clarity, showing Sophie understands what was explained before.


then

--feedback--

It is used to ask about what should happen next or afterwards. Sophie is asking about the next step after understanding the previous one.

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Sophie",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.4
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "7.3-2.mp3",
      "startTime": 1,
      "startTimestamp": 14.34,
      "finishTimestamp": 17.1
    }
  },
  "commands": [
    {
      "character": "Sophie",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Sophie",
      "startTime": 1,
      "finishTime": 3.76,
      "dialogue": {
        "text": "That makes sense. What's the next step? What should I do then?",
        "align": "center"
      }
    },
    {
      "character": "Sophie",
      "opacity": 0,
      "startTime": 4.26
    }
  ]
}