Back to Freecodecamp

Task 101

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

latest1.8 KB
Original Source
<!-- (Audio) Bob: Well, one of my favorite gadgets is the smartwatch. I love how it keeps me connected, tracks my health, and even helps me stay organized with reminders and notifications. -->

--description--

Listen to the audio and answer the question.

--questions--

--text--

What benefits does the smartwatch bring to Bob's life?

--answers--

It is his favorite gadget and fashionable.

--feedback--

This is not mentioned by Bob.


It plays his favorite music and reminds him to dance.

--feedback--

Listen for Bob's mentioned benefits.


It keeps him connected, teaches him how to dance, and helps him stay organized

--feedback--

He doesn't mention dancing.


It keeps him connected, tracks his health, and helps him stay organized

--video-solution--

4

--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": 12.04,
      "finishTimestamp": 21.74
    }
  },
  "commands": [
    {
      "character": "Bob",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Bob",
      "startTime": 1,
      "finishTime": 4.16,
      "dialogue": {
        "text": "Well, one of my favorite gadgets is the smartwatch.",
        "align": "center"
      }
    },
    {
      "character": "Bob",
      "startTime": 4.32,
      "finishTime": 10.70,
      "dialogue": {
        "text": "I love how it keeps me connected, tracks my health, and even helps me stay organized with reminders and notifications.",
        "align": "center"
      }
    },
    {
      "character": "Bob",
      "opacity": 0,
      "startTime": 11.20
    }
  ]
}