Back to Freecodecamp

Task 106

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

latest1.5 KB
Original Source
<!-- (Audio) Bob: Oh, smartphones are fantastic too, Sarah. Gadgets like these are transforming our daily lives. -->

--description--

Bob is talking about the impact of certain technology on how people live every day.

--questions--

--text--

What is transforming people's daily lives?

--answers--

Gadgets like smartphones


Reading physical books

--feedback--

Think about what Bob specifically mentions as having a big impact on daily life.


Watching television

--feedback--

Consider whether Bob is referring to watching TV or something else that's changing daily routines.


Listening to the radio

--feedback--

Reflect on whether Bob mentions radio as a factor in transforming daily life.

--video-solution--

1

--scene--

json
{
  "setup": {
    "background": "company2-boardroom.png",
    "characters": [
      {
        "character": "Bob",
        "position": {"x":50,"y":15,"z":1.2},
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "4.1-4.mp3",
      "startTime": 1,
      "startTimestamp": 30.20,
      "finishTimestamp": 36.22
    }
  },
  "commands": [
    {
      "character": "Bob",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Bob",
      "startTime": 1,
      "finishTime": 7.02,
      "dialogue": {
        "text": "Oh, smartphones are fantastic too, Sarah. Gadgets like these are transforming our daily lives.",
        "align": "center"
      }
    },
    {
      "character": "Bob",
      "opacity": 0,
      "startTime": 7.52
    }
  ]
}