Back to Freecodecamp

Task 63

curriculum/challenges/english/blocks/learn-how-to-talk-about-past-activities/66db68b21420d1a2eaa6f2ce.md

latest2.0 KB
Original Source
<!-- AUDIO REFERENCE: Bob: I was worried about that. What do we have to deal with now? -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

What does Bob want to know?

--answers--

He wants to know if the team is ready for a new project.

--feedback--

Think about whether Bob mentioned anything about starting a new project.


He wants to know if Linda is satisfied with the updates.

--feedback--

Consider whether Bob asked about Linda's satisfaction with the updates.


He wants to know what problems or tasks need their attention now.


He wants to know if all the elements have been updated.

--feedback--

Bob is asking about what they need to handle now, not if everything is updated.

--video-solution--

3

--explanation--

To understand what someone wants to know, focus on the question they ask.

Bob asks, What do we have to deal with now? The phrase have to deal with means something that requires attention or action. The word now shows that Bob is asking about what needs to be done at this moment.

So, Bob wants to know what tasks or problems they need to handle immediately.

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Bob",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_3-2.mp3",
      "startTime": 1,
      "startTimestamp": 21.54,
      "finishTimestamp": 25.66
    }
  },
  "commands": [
    {
      "character": "Bob",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Bob",
      "startTime": 1,
      "finishTime": 5.32,
      "dialogue": {
        "text": "I was worried about that. What do we have to deal with now?",
        "align": "center"
      }
    },
    {
      "character": "Bob",
      "opacity": 0,
      "startTime": 6.02
    }
  ]
}