Back to Freecodecamp

Task 11

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

latest2.2 KB
Original Source
<!-- (audio) Sarah: I did, but the problem seems to be more than just the power connection. -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

What is Sarah communicating?

--answers--

The power connection is the only issue.

--feedback--

Sarah is saying the problem is more than just the power connection, so there are other issues.


There is a problem with the power connection.

--feedback--

Sarah suggests the power connection is not the only issue. There seems to be something more going on.


The power connection is not the issue at all.

--feedback--

Sarah has already checked the power connection, but she is suggesting that there may be another problem beyond that.


The problem seems to be more than just power connection.

--video-solution--

4

--explanation--

Sarah indicates that while the power connection might be part of the problem, it isn't the only issue:

I did confirms that Sarah has already checked the power connection, meaning she has ruled it out as the sole problem.

But introduces a contrast, showing that while the power connection was checked, it isn't the only issue.

More than just makes it clear there are other factors involved.

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Sarah",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.4
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_7-1.mp3",
      "startTime": 1,
      "startTimestamp": 9.32,
      "finishTimestamp": 12.48
    }
  },
  "commands": [
    {
      "character": "Sarah",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Sarah",
      "startTime": 1,
      "finishTime": 2.86,
      "dialogue": {
        "text": "I did, but the problem seems to be more",
        "align": "center"
      }
    },
    {
      "character": "Sarah",
      "startTime": 2.86,
      "finishTime": 4.16,
      "dialogue": {
        "text": "than just the power connection.",
        "align": "center"
      }
    },
    {
      "character": "Sarah",
      "opacity": 0,
      "startTime": 4.46
    }
  ]
}