Back to Freecodecamp

Task 12

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

latest2.0 KB
Original Source
<!-- (Audio) Mark: Well, you mentioned "polymorphism." I think it means a code structure that can have multiple shapes or forms. Is that right? --> <!-- SPEAKING -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

If Sophie agrees with Mark's statement but wants to show it's only partially correct, how will she respond?

--answers--

Yes, that's completely correct.

--audio-id--

ENf64c4f02

--feedback--

Sophie's response would be more cautious if she only partially agrees, so this option is too strong.


Kind of.

--audio-id--

ENd6bca831

--video-solution--

2

--explanation--

Mark suggests a possible explanation of polymorphism, but Sophie may agree to a certain extent while still feeling it isn't fully accurate.

Responding with kind of indicates partial agreement, showing she thinks Mark's idea is somewhat correct, but not entirely. It's a softer and more cautious response, which fits the situation well.

--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": 9.34,
      "finishTimestamp": 16.6
    }
  },
  "commands": [
    {
      "character": "Mark",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Mark",
      "startTime": 1,
      "finishTime": 3.28,
      "dialogue": {
        "text": "Well, you mentioned polymorphism.",
        "align": "center"
      }
    },
    {
      "character": "Mark",
      "startTime": 3.76,
      "finishTime": 8.26,
      "dialogue": {
        "text": "I think it means a code structure that can have multiple shapes or forms. Is that right?",
        "align": "center"
      }
    },
    {
      "character": "Mark",
      "opacity": 0,
      "startTime": 8.76
    }
  ]
}