Back to Freecodecamp

Task 20

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

latest1.8 KB
Original Source
<!-- (audio) Sophie: Hey, Tom. I saw you taking lots of pics with your cell phone outside the building. Are you into photography? -->

--description--

Pics is a short form of pictures. When you take pics, you are using your camera or cell phone to capture images.

Lots of means a large quantity or a large number of something.

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

Hey, Tom. I saw you taking lots of BLANK with your cell phone outside the building. Are you into photography?

--blanks--

pics

--feedback--

This word in the plural form refers to images made with a camera. Use a short form.

--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": 0.0,
      "finishTimestamp": 4.98
    }
  },
  "commands": [
    {
      "character": "Sophie",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Sophie",
      "startTime": 1,
      "finishTime": 1.6,
      "dialogue": {
        "text": "Hey, Tom.",
        "align": "center"
      }
    },
    {
      "character": "Sophie",
      "startTime": 1.6,
      "finishTime": 4.74,
      "dialogue": {
        "text": "I saw you taking lots of pics with your cell phone outside the building.",
        "align": "center"
      }
    },
    {
      "character": "Sophie",
      "startTime": 4.74,
      "finishTime": 5.98,
      "dialogue": {
        "text": "Are you into photography?",
        "align": "center"
      }
    },
    {
      "character": "Sophie",
      "opacity": 0,
      "startTime": 6.48
    }
  ]
}