Back to Freecodecamp

Task 82

curriculum/challenges/english/blocks/learn-conversation-starters-in-the-break-room/657dbe6c256e75101aa95abb.md

latest2.0 KB
Original Source
<!-- (audio) Tom: Tell me about our team meetings, Sophie. Do they happen every week? Sophie: Yes, they do. We have meetings on Monday mornings. -->

--description--

When you want to confirm information (to say something is true), you can use the verb do. It makes your answer stronger. For example:

  • Question: Do you like pizza?

  • Answer: Yes, I do. - This answer is stronger than just Yes.

You use do to show that you are sure.

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

Yes, they BLANK. We have meetings on Monday mornings.

--blanks--

do

--feedback--

Sophie is confirming Tom's question positively, so she repeats the auxiliary verb used in Tom's question.

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Tom",
        "position": { "x": 50, "y": 15, "z": 1.2 },
        "opacity": 0
      },
      {
        "character": "Sophie",
        "position": { "x": 50, "y": 0, "z": 1.4 },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "1.3-4.mp3",
      "startTime": 1,
      "startTimestamp": 0.0,
      "finishTimestamp": 6.86
    }
  },
  "commands": [
    {
      "character": "Tom",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Tom",
      "startTime": 1,
      "finishTime": 4.7,
      "dialogue": {
        "text": "Tell me about our team meetings, Sophie. Do they happen every week?",
        "align": "center"
      }
    },
    {
      "character": "Tom",
      "opacity": 0,
      "startTime": 4.8
    },
    {
      "character": "Sophie",
      "opacity": 1,
      "startTime": 4.8
    },
    {
      "character": "Sophie",
      "startTime": 5.54,
      "finishTime": 7.86,
      "dialogue": {
        "text": "Yes, they do. We have meetings on Monday mornings.",
        "align": "center"
      }
    },
    {
      "character": "Sophie",
      "opacity": 0,
      "startTime": 8.36
    }
  ]
}