Back to Freecodecamp

Task 33

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

latest1.4 KB
Original Source
<!-- (Audio) Sophie: He also likes wearing a scarf or something. -->

--description--

When talking about the combination of two verbs, the second verb can come in different forms. In English, when you use the verb like, it is common to use the second verb in the -ing form. Example: They like eating chocolate., meaning that eating chocolate is something that satisfies them.

Listen to the dialogue and fill in the blank.

--fillInTheBlank--

--sentence--

He also likes BLANK a scarf or something.

--blanks--

wearing

--feedback--

This blank is related to the verb associated to having clothes or glasses on you. Use the -ing form.

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Sophie",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.4
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "4.3-2.mp3",
      "startTime": 1,
      "startTimestamp": 22.22,
      "finishTimestamp": 24.02
    }
  },
  "commands": [
    {
      "character": "Sophie",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Sophie",
      "startTime": 1,
      "finishTime": 2.8,
      "dialogue": {
        "text": "He also likes wearing a scarf or something.",
        "align": "center"
      }
    },
    {
      "character": "Sophie",
      "opacity": 0,
      "startTime": 3.3
    }
  ]
}