Back to Freecodecamp

Task 64

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

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

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

What is Maria concerned about?

--answers--

Why Bob asked the question and if something is wrong.


If Bob has a solution to the problem.

--feedback--

Maria isn't asking about a solution, but about the reason for Bob's question and whether there's an issue.


Why Bob asked the question and if he wants her opinion on backups.

--feedback--

Maria agrees with Bob but is not asking to give her opinion here.


If Bob already fixed the issue.

--feedback--

Maria is asking if Bob noticed a problem, not if he fixed one.

--video-solution--

1

--explanation--

Maria's sentences show her agreement but also curiosity. Let's break them down:

I agree. - Maria agrees with Bob's observation, showing she shares his opinion.

But, why did you ask? - Maria wants to understand Bob's reason for bringing up the topic.

Did you notice something wrong? - Maria is directly asking if Bob has observed any problems.

Maria's curiosity indicates she values clear communication and wants to address any potential issues.

--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
    }
  ]
}