Files
freeCodeCamp/curriculum/challenges/english/21-a2-english-for-developers/learn-conversation-starters-in-the-break-room/657b8487605c881dc8ebde9e.md
2025-03-17 18:57:18 +00:00

1.5 KiB

id, title, challengeType, dashedName
id title challengeType dashedName
657b8487605c881dc8ebde9e Task 38 22 task-38

--description--

Discussing daily activities often includes talking about what you don't do.

--instructions--

Listen to the audio to complete the sentence below.

--fillInTheBlank--

--sentence--

That's cool! I like photography, but I BLANK think of it as a hobby. I play the guitar in my free time.

--blanks--

don't

--feedback--

Sophie is talking about an activity she does not consider a hobby, so the sentence should have a negative form.

--scene--

{
  "setup": {
    "background": "company2-breakroom.png",
    "characters": [
      {
        "character": "Sophie",
        "position": {"x":50,"y":0,"z":1.4},
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "1.3-2.mp3",
      "startTime": 1,
      "startTimestamp": 10.50,
      "finishTimestamp": 15.40
    }
  },
  "commands": [
    {
      "character": "Sophie",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Sophie",
      "startTime": 1,
      "finishTime": 3.94,
      "dialogue": {
        "text": "That's cool. I like photography, but I don't think of it as a hobby.",
        "align": "center"
      }
    },
    {
      "character": "Sophie",
      "startTime": 4.22,
      "finishTime": 5.90,
      "dialogue": {
        "text": "I play the guitar in my free time.",
        "align": "center"
      }
    },
    {
      "character": "Sophie",
      "opacity": 0,
      "startTime": 6.40
    }
  ]
}