Back to Freecodecamp

Task 20

curriculum/challenges/english/blocks/learn-how-to-clarify-information-in-different-interactions/6636ce8dd8527976bcc512a5.md

latest2.3 KB
Original Source
<!-- (Audio) Delivery Man: Hi there. I have a package for Tom. Do you know him? Sophie: Yes, I do. -->

--description--

A quick review: when you ask questions with do or does, a short way to answer them in English is to use the same verb in the answer. For instance, if someone asks you Do you study English?, you could answer Yes, I study English or No, I don't study English. This, however, is not necessary. Since you have do in the question, you could simply answer by saying Yes, I do. or No, I don't.

Practice this by listening to the dialogues and filling the blanks.

--fillInTheBlank--

--sentence--

Delivery Man: Hi there. I have a package for Tom. BLANK you know him?

Sophie: Yes, I BLANK.

--blanks--

Do

--feedback--

The auxiliary verb for Simple Present questions. It's the first word in the question, so capitalize it.


do

--feedback--

The auxiliary verb for Simple Present used in Yes/No answers.

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Delivery Man",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      },
      {
        "character": "Sophie",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.4
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "4.3-2.mp3",
      "startTime": 1,
      "startTimestamp": 0,
      "finishTimestamp": 4.08
    }
  },
  "commands": [
    {
      "character": "Delivery Man",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Delivery Man",
      "startTime": 1,
      "finishTime": 3.72,
      "dialogue": {
        "text": "Hi there. I have a package for Tom. Do you know him?",
        "align": "center"
      }
    },
    {
      "character": "Delivery Man",
      "opacity": 0,
      "startTime": 3.74
    },
    {
      "character": "Sophie",
      "opacity": 1,
      "startTime": 3.74
    },
    {
      "character": "Sophie",
      "startTime": 4.06,
      "finishTime": 5.08,
      "dialogue": {
        "text": "Yes, I do.",
        "align": "center"
      }
    },
    {
      "character": "Sophie",
      "opacity": 0,
      "startTime": 5.58
    }
  ]
}