Back to Freecodecamp

Task 19

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

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

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

What is Sophie expressing?

--answers--

She is confused.

--feedback--

Sophie doesn't express that she is confused.


She disagrees.

--feedback--

Sophie is not disagreeing.


She understands the explanation.


She wants more details.

--feedback--

If Sophie needed more details, she would ask a follow-up question instead of saying that makes sense.

--video-solution--

3

--explanation--

That makes sense is used to show understanding. Sophie is confirming that she finds the explanation logical and clear.

--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
    }
  ]
}