Back to Freecodecamp

Task 92

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

latest1.8 KB
Original Source
<!-- (Audio) Brian: How's everything going on your end? -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

What does Brian want Sarah to tell him?

--answers--

He wants to know how things are going with her.


He wants to know if she has finished the project.

--feedback--

Brian's question is more general, not specifically about the project.


He wants to know if she's available for a meeting.

--feedback--

Brian's question does not mention a meeting.


He wants to know if she has any updates to share.

--feedback--

The question is not about updates.

--video-solution--

1

--explanation--

Everything is treated as a singular noun, even though it refers to multiple things. In sentences like How is everything? or Everything's fine, the verb is in the third person singular form because everything is considered a singular subject. For example:

Everything is ready for the presentation. – Even though everything refers to multiple items or tasks, it uses the singular verb is.

--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": 5.56,
      "finishTimestamp": 7.28
    }
  },
  "commands": [
    {
      "character": "Brian",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Brian",
      "startTime": 1,
      "finishTime": 2.72,
      "dialogue": {
        "text": "How's everything going on your end?",
        "align": "center"
      }
    },
    {
      "character": "Brian",
      "opacity": 0,
      "startTime": 3.22
    }
  ]
}