Back to Freecodecamp

Task 21

curriculum/challenges/english/blocks/learn-how-to-clarify-misunderstandings/67e7d19684efbf43472f4523.md

latest1.9 KB
Original Source
<!-- (Audio) Mark: Oh, okay. Thanks for explaining. I also heard "encapsulation." Does that mean breaking code into smaller parts, like encapsulating it? --> <!-- SPEAKING -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

How will Sophie respond if she thinks Mark's understanding of encapsulation is not completely correct?

--answers--

Not quite.

--audio-id--

EN32bb26a7


Yes, exactly.

--audio-id--

ENcde3c848

--feedback--

This would be too strong of an agreement, as Sophie is likely to correct Mark's understanding slightly.

--video-solution--

1

--explanation--

Sophie would likely say not quite to indicate that Mark's understanding is partially correct but not entirely accurate.

This response is softer and more cautious, showing that she agrees to a certain extent but feels that Mark's idea isn't fully accurate.

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Mark",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.4
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_16-1.mp3",
      "startTime": 1,
      "startTimestamp": 28.16,
      "finishTimestamp": 37.42
    }
  },
  "commands": [
    {
      "character": "Mark",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Mark",
      "startTime": 1,
      "finishTime": 6.4,
      "dialogue": {
        "text": "Oh, okay. Thanks for explaining. I also heard encapsulation.",
        "align": "center"
      }
    },
    {
      "character": "Mark",
      "startTime": 6.7,
      "finishTime": 10.86,
      "dialogue": {
        "text": "Does that mean breaking code into smaller parts like encapsulating it?",
        "align": "center"
      }
    },
    {
      "character": "Mark",
      "opacity": 0,
      "startTime": 11.36
    }
  ]
}