Back to Freecodecamp

Task 34

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

latest2.0 KB
Original Source
<!-- (audio) Tom: And you? What kind of music do you like to play on your guitar? Sophie: I enjoy classic rock, but any nice tune makes my day. -->

--description--

People enjoy different kinds of music. Sometimes, they share what type of music they like to listen to or play. For example:

  • I like listening to pop music. - You enjoy hearing pop songs.

  • She plays classical music on the piano. - She performs classical songs on the piano.

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

I enjoy classic BLANK, but any nice tune makes my day.

--blanks--

rock

--feedback--

It's a very energetic and popular genre of music that includes electric guitars, drums, and often loud singing.

--scene--

json
{
  "setup": {
    "background": "company2-breakroom.png",
    "characters": [
      {
        "character": "Tom",
        "position": { "x": 50, "y": 15, "z": 1.2 },
        "opacity": 0
      },
      {
        "character": "Sophie",
        "position": { "x": 50, "y": 0, "z": 1.4 },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "1.3-2.mp3",
      "startTime": 1,
      "startTimestamp": 26.14,
      "finishTimestamp": 33.58
    }
  },
  "commands": [
    {
      "character": "Tom",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Tom",
      "startTime": 1,
      "finishTime": 4.42,
      "dialogue": {
        "text": "And you? What kind of music do you like to play on your guitar?",
        "align": "center"
      }
    },
    {
      "character": "Tom",
      "opacity": 0,
      "startTime": 4.43
    },
    {
      "character": "Sophie",
      "opacity": 1,
      "startTime": 4.6
    },
    {
      "character": "Sophie",
      "startTime": 4.98,
      "finishTime": 8.44,
      "dialogue": {
        "text": "I enjoy classic rock, but any nice tune makes my day.",
        "align": "center"
      }
    },
    {
      "character": "Sophie",
      "opacity": 0,
      "startTime": 8.94
    }
  ]
}