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

1.9 KiB

id, title, challengeType, dashedName
id title challengeType dashedName
657b7bad0b215cff2128139a Task 33 19 task-33

--description--

Photographers often have favorite themes or subjects they like to take pictures of, like big outdoor spaces or busy city streets.

--questions--

--text--

Choose the photography themes that Tom likes from the dialogue.

--answers--

Photos of food and restaurants.

--feedback--

Think about what you might see in a big open space outside the city, or what you would encounter walking through the city streets. These are the scenes Tom enjoys capturing in his photos.


Landscapes and street photography.


Pictures of friends and family.

--feedback--

Think about what you might see in a big open space outside the city, or what you would encounter walking through the city streets. These are the scenes Tom enjoys capturing in his photos.


Portraits in a studio.

--feedback--

Think about what you might see in a big open space outside the city, or what you would encounter walking through the city streets. These are the scenes Tom enjoys capturing in his photos.

--video-solution--

2

--scene--

{
  "setup": {
    "background": "company2-breakroom.png",
    "characters": [
      {
        "character": "Tom",
        "position": {"x":50,"y":15,"z":1.2},
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "1.3-2.mp3",
      "startTime": 1,
      "startTimestamp": 23.52,
      "finishTimestamp": 26.14
    }
  },
  "commands": [
    {
      "character": "Tom",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Tom",
      "startTime": 1,
      "finishTime": 3.62,
      "dialogue": {
        "text": "I like landscapes and street photography, mostly.",
        "align": "center"
      }
    },
    {
      "character": "Tom",
      "opacity": 0,
      "startTime": 4.12
    }
  ]
}