Back to Freecodecamp

Task 104

curriculum/challenges/english/blocks/learn-how-to-manage-a-conversation/67f050b1d9c576ebc823935f.md

latest1.9 KB
Original Source
<!-- (Audio) Brian: Is there anything else slowing you down? -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

What does Brian want to know?

--answers--

If the team has already solved all their problems.

--feedback--

Brian is not asking if everything is solved.


If the project is completely finished.

--feedback--

Brian is asking about possible issues, not about the project's completion.


If the team has enough support to continue.

--feedback--

Brian is not asking about support.


If there are other problems causing delays.

--video-solution--

4

--explanation--

Is there anything else... is a question form used to ask if there is something additional or extra. Anything (instead of something) is commonly used in questions to refer to an unknown or possible thing, and else means something beside what was previously mentioned. For example:

Is there anything else you need from me? – This means the speaker is asking if the other person needs something more in addition to what has already been given.

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Brian",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_15-3.mp3",
      "startTime": 1,
      "startTimestamp": 23.16,
      "finishTimestamp": 25.38
    }
  },
  "commands": [
    {
      "character": "Brian",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Brian",
      "startTime": 1,
      "finishTime": 3.22,
      "dialogue": {
        "text": "Is there anything else slowing you down?",
        "align": "center"
      }
    },
    {
      "character": "Brian",
      "opacity": 0,
      "startTime": 3.72
    }
  ]
}