Back to Freecodecamp

Task 105

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

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

--description--

When people talk about daily lives, they mean the things they do every day.

--fillInTheBlank--

--sentence--

Oh, smartphones are BLANK too, Sarah. Gadgets like these are BLANK our BLANK lives.

--blanks--

fantastic

--feedback--

This adjective is used to describe something that is very good or impressive.


transforming

--feedback--

This verb means causing a significant change or improvement in something. This word ends with -ing.


daily

--feedback--

This adjective refers to something that happens every day or is part of everyday life.

--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
    }
  ]
}