Back to Freecodecamp

Task 115

curriculum/challenges/english/blocks/learn-how-to-have-a-conversation-about-preferences-and-motivations/65a5312db639d2f8fd4c31a7.md

latest1.9 KB
Original Source
<!-- (Audio) Sarah: Drones are an open door for exciting possibilities, Bob. Your passion for tech gadgets is contagious. It's amazing how these innovations keep making our lives more interesting and connected. -->

--description--

Listen to Sarah and answer the question.

--questions--

--text--

What is Sarah's opinion about the impact of innovations in people's lives?

--answers--

They make life more complicated

--feedback--

Consider the adjectives Sarah uses to describe the impact of innovations.


They isolate people from each other

--feedback--

Think about Sarah's comment on being "connected."


They enrich and connect our lives


They are unnecessary and overhyped

--feedback--

Reflect on the enthusiasm and positivity in Sarah's statement.

--video-solution--

3

--scene--

json
{
  "setup": {
    "background": "company2-boardroom.png",
    "characters": [
      {
        "character": "Sarah",
        "position": {"x":50,"y":0,"z":1.4},
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "4.1-4.mp3",
      "startTime": 1,
      "startTimestamp": 46.28,
      "finishTimestamp": 55.84
    }
  },
  "commands": [
    {
      "character": "Sarah",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Sarah",
      "startTime": 1,
      "finishTime": 6.26,
      "dialogue": {
        "text": "Drones are an open door for exciting possibilities, Bob. Your passion for tech gadgets is contagious.",
        "align": "center"
      }
    },
    {
      "character": "Sarah",
      "startTime": 6.46,
      "finishTime": 10.36,
      "dialogue": {
        "text": "It's amazing how these innovations keep making our lives more interesting and connected.",
        "align": "center"
      }
    },
    {
      "character": "Sarah",
      "opacity": 0,
      "startTime": 10.86
    }
  ]
}