Back to Freecodecamp

Task 15

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

latest1.6 KB
Original Source
<!-- (audio) Tom: Yes, I've played both before. Great choices. Is the team into playing games on computers as well, like 'Gartic'? -->

--description--

In this part of the dialogue, Tom is asking if the team is interested in playing games on computers. He wants to know if they enjoy this type of activity.

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

Yes, I've played both before. Great choices. Is the team into playing BLANK as well, like "Gartic"?

--blanks--

games on computers

--feedback--

These three words refer to activities you can play for fun using a computer.

--scene--

json
{
  "setup": {
    "background": "company1-reception.png",
    "characters": [
      {
        "character": "Tom",
        "position": { "x": 50, "y": 15, "z": 1.2 },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "1.3-1.mp3",
      "startTime": 1,
      "startTimestamp": 27.28,
      "finishTimestamp": 34.08
    }
  },
  "commands": [
    {
      "character": "Tom",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Tom",
      "startTime": 1,
      "finishTime": 3.52,
      "dialogue": {
        "text": "Yes, I've played both before. Great choices.",
        "align": "center"
      }
    },
    {
      "character": "Tom",
      "startTime": 3.8,
      "finishTime": 7.8,
      "dialogue": {
        "text": "Is the team into playing games on computers as well, like 'Gartic'?",
        "align": "center"
      }
    },
    {
      "character": "Tom",
      "opacity": 0,
      "startTime": 8.3
    }
  ]
}