Back to Freecodecamp

Task 65

curriculum/challenges/english/blocks/learn-how-to-use-conditionals/677feff132d56d2a40d6c4f1.md

latest2.0 KB
Original Source
<!-- (Audio) Maria: I agree. But, why did you ask? Did you notice something wrong? --> <!-- SPEAKING -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

What is the best way to reassure Maria after hearing her concern?

--answers--

Yes, it's a big problem.

--audio-id--

EN2469616b

--feedback--

While this might make sense in another context, it doesn't provide reassurance.


No. Not really.

--audio-id--

EN4bfb64d7

--video-solution--

2

--explanation--

Maria asks, Did you notice something wrong? She's asking if there's a specific issue. The phrase No. Not really reassures her that there isn't anything serious to worry about. It's polite, casual, and keeps the conversation light. For example:

Question: Is something wrong with the system?

Answer: No. Not really. – This means there might be minor concerns, but nothing serious enough to cause alarm.

Now, let's think about why the other option doesn't work:

Yes, it's a big problem. – This suggests something serious is wrong, which doesn't reassure Maria. Instead, it might make her more concerned.

--scene--

json
{
  "setup": {
    "background": "company2-boardroom.png",
    "characters": [
      {
        "character": "Maria",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.5
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_7-2.mp3",
      "startTime": 1,
      "startTimestamp": 22.64,
      "finishTimestamp": 25.46
    }
  },
  "commands": [
    {
      "character": "Maria",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Maria",
      "startTime": 1,
      "finishTime": 3.82,
      "dialogue": {
        "text": "I agree. But why did you ask? Did you notice something wrong?",
        "align": "center"
      }
    },
    {
      "character": "Maria",
      "opacity": 0,
      "startTime": 4.32
    }
  ]
}