Back to Freecodecamp

Task 90

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

latest1.6 KB
Original Source
<!-- (Audio) Lisa: No problem, Mark. If you run into any other issues, let me know. -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

What is Lisa offering to do?

--answers--

Ignore future problems Mark might have.

--feedback--

Lisa is offering to help Mark if he faces any more problems, not ignoring them.


Fix the problem Mark already has.

--feedback--

Lisa is not talking about fixing the current issue.


Give Mark advice on how to solve the issue.

--feedback--

Lisa is not giving advice on how to fix the issue.


Help Mark if he faces more issues.

--video-solution--

4

--explanation--

Lisa offers to help Mark if he encounters more problems by saying If you run into any other issues, let me know. This shows that she is willing to assist further if needed.

--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": 69.22,
      "finishTimestamp": 72.14
    }
  },
  "commands": [
    {
      "character": "Lisa",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Lisa",
      "startTime": 1,
      "finishTime": 3.92,
      "dialogue": {
        "text": "No problem, Mark. If you run into any other issues, let me know.",
        "align": "center"
      }
    },
    {
      "character": "Lisa",
      "opacity": 0,
      "startTime": 4.42
    }
  ]
}