Back to Freecodecamp

Task 109

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

latest1.3 KB
Original Source
<!-- (audio) Tom: I can't wait for the first meeting I'll attend. -->

--description--

To attend means to go to an event, meeting, or class. For example:

  • Many students attend online coding lessons. - Many students join coding lessons on the internet.

  • We attended a big tech conference. - They went to a large event about technology.

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

I can't wait for the first meeting I'll BLANK.

--blanks--

attend

--feedback--

This verb means to go to an event, meeting, or class.

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Tom",
        "position": {"x":50,"y":15,"z":1.2},
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "1.3-4.mp3",
      "startTime": 1,
      "startTimestamp": 55.22,
      "finishTimestamp": 57.40
    }
  },
  "commands": [
    {
      "character": "Tom",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Tom",
      "startTime": 1,
      "finishTime": 3.18,
      "dialogue": {
        "text": "I can't wait for the first meeting I'll attend.",
        "align": "center"
      }
    },
    {
      "character": "Tom",
      "opacity": 0,
      "startTime": 3.68
    }
  ]
}