Back to Freecodecamp

Task 62

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

latest1.9 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 complete the sentence below.

--fillInTheBlank--

--sentence--

I was worried about that. What BLANK we BLANK to deal with BLANK?

--blanks--

do

--feedback--

Think of the auxiliary verb used to form questions in the Present Simple tense.


have

--feedback--

This word indicates necessity or obligation.


now

--feedback--

This word refers to the present moment, asking about something that needs immediate attention.

--explanation--

Have to deal with is used to talk about something that requires attention or action. It means that there is a need to handle or manage a situation or problem. For example:

  • We have to deal with a lot of paperwork this week. - They need to manage or handle the paperwork.

  • She has to deal with customer complaints every day. - Handling complaints is part of her responsibilities.

In the question, What do we have to deal with now?, Bob is asking what problems or tasks need their attention at this moment.

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