Back to Freecodecamp

Task 30

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

latest1.8 KB
Original Source
<!-- (audio) Tom: Wow! Electric or acoustic? Sophie: Electric, for sure. -->

--description--

When you hear about different types of guitars, two common kinds might come up: electric and acoustic.

Electric guitars usually need something called an amplifier to be loud enough to hear, while acoustic guitars can be heard without any extra equipment.

--questions--

--text--

What type of guitar does Sophie prefer?

--answers--

Electric guitar


Acoustic guitar

--feedback--

Sophie makes it very clear which type of guitar she likes. The one she prefers needs an amplifier to be loud.

--video-solution--

1

--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": 15.4,
      "finishTimestamp": 19.52
    }
  },
  "commands": [
    {
      "character": "Tom",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Tom",
      "startTime": 1.1,
      "finishTime": 3.1,
      "dialogue": {
        "text": "Wow! Electric or acoustic?",
        "align": "center"
      }
    },
    {
      "character": "Tom",
      "opacity": 0,
      "startTime": 3.2
    },
    {
      "character": "Sophie",
      "opacity": 1,
      "startTime": 3.3
    },
    {
      "character": "Sophie",
      "startTime": 3.3,
      "finishTime": 5.12,
      "dialogue": {
        "text": "Electric, for sure.",
        "align": "center"
      }
    },
    {
      "character": "Tom",
      "opacity": 0,
      "startTime": 5.62
    }
  ]
}