Back to Freecodecamp

Task 86

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

latest2.0 KB
Original Source
<!-- SPEAKING --> <!-- (Audio) Lisa: Yes, that's a good start. If it doesn't work, we might need to dig into the code or run some diagnostics. Does that sound okay? -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

How will Mark likely respond if he agrees with Lisa's plan?

--answers--

I don't think that's necessary.

--audio-id--

ENb13d8d79

--feedback--

This shows disagreement or hesitation. Lisa is asking if the plan sounds okay, so this wouldn't be a likely response if Mark agrees.


Yeah, that sounds good.

--audio-id--

EN78c09b4e

--video-solution--

2

--explanation--

Lisa asks if her plan sounds okay. If Mark agrees, a typical and polite response would be Yeah, that sounds good. It shows approval and readiness to follow the plan.

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Lisa",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_16-2.mp3",
      "startTime": 1,
      "startTimestamp": 59.7,
      "finishTimestamp": 65.78
    }
  },
  "commands": [
    {
      "character": "Lisa",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Lisa",
      "startTime": 1,
      "finishTime": 2.22,
      "dialogue": {
        "text": "Yes, that's a good start.",
        "align": "center"
      }
    },
    {
      "character": "Lisa",
      "startTime": 2.34,
      "finishTime": 6.26,
      "dialogue": {
        "text": "If it doesn't work, we might need to dig into the code or run some diagnostics.",
        "align": "center"
      }
    },
    {
      "character": "Lisa",
      "startTime": 6.26,
      "finishTime": 7.08,
      "dialogue": {
        "text": "Does that sound okay?",
        "align": "center"
      }
    },
    {
      "character": "Lisa",
      "opacity": 0,
      "startTime": 7.58
    }
  ]
}