Back to Freecodecamp

Task 88

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

latest1.8 KB
Original Source
<!-- (Audio) Mark: Yeah, that sounds good. Thanks for your help, Lisa. I appreciate it. -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

What is Mark doing in this part of the conversation?

--answers--

He is agreeing with Lisa and thanking her for her help.


He is asking Lisa for more help with the issue.

--feedback--

Mark is not asking for more help.


He is explaining a new problem with the software.

--feedback--

Mark doesn't describe any new problem here. He's responding positively and politely.


He is unsure about what to do next.

--feedback--

Mark clearly agrees with the plan and thanks Lisa, showing he's comfortable with the next steps.

--video-solution--

1

--explanation--

Mark says Yeah, that sounds good. to show that he agrees with what Lisa said, and Thanks for your help, Lisa. I appreciate it. to express gratitude.

This shows he feels positive about the plan and values Lisa's support.

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Mark",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.4
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_16-2.mp3",
      "startTime": 1,
      "startTimestamp": 65.9,
      "finishTimestamp": 69.1
    }
  },
  "commands": [
    {
      "character": "Mark",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Mark",
      "startTime": 1,
      "finishTime": 4.2,
      "dialogue": {
        "text": "Yeah, that sounds good. Thanks for your help, Lisa. I appreciate it.",
        "align": "center"
      }
    },
    {
      "character": "Mark",
      "opacity": 0,
      "startTime": 4.7
    }
  ]
}