Back to Freecodecamp

Task 54

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

latest1.4 KB
Original Source
<!-- (Audio) Lisa: Sure, Mark. What's going on? -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

What does Lisa want to know?

--answers--

What the situation is.


What time it is.

--feedback--

Lisa is not asking about the time.


Where Mark is.

--feedback--

Lisa is not asking for Mark's location.


How to fix the problem.

--feedback--

Lisa isn't offering a solution or asking how to fix anything.

--video-solution--

1

--explanation--

When Lisa says What's going on?, she's asking for information about the current situation.

It's a common phrase used to check what is happening.

--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": 7.62,
      "finishTimestamp": 9.1
    }
  },
  "commands": [
    {
      "character": "Lisa",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Lisa",
      "startTime": 1,
      "finishTime": 2.48,
      "dialogue": {
        "text": "Sure, Mark. What's going on?",
        "align": "center"
      }
    },
    {
      "character": "Lisa",
      "opacity": 0,
      "startTime": 2.98
    }
  ]
}