Back to Freecodecamp

Task 38

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

latest1.8 KB
Original Source
<!-- (audio) Sophie: That's cool. I like photography, but I don't think of it as a hobby. I play the guitar in my free time. -->

--description--

When talking about your daily activities, you might also say what you don't do. For example:

  • I don't watch TV in the morning. - This means you never watch TV before noon.

  • She doesn't drink coffee at night. - This means she avoids coffee in the evening.

--instructions--

Listen to the audio and 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. This is the contraction for do not.

--scene--

json
{
  "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
    }
  ]
}