Back to Freecodecamp

Task 95

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

latest1.5 KB
Original Source
<!-- (Audio) Bob: Hey, Sarah, do you know what really gets me excited about tech? It's all those amazing gadgets! -->

--description--

Bob brings up a topic he's enthusiastic about in his conversation with Sarah.

--questions--

--text--

What does Bob imply he wants to talk about with Sarah?

--answers--

The problems in the tech industry

--feedback--

Think about what makes Bob excited in tech, not what concerns him.


The history of technology

--feedback--

Consider whether Bob's excitement is about the past or something more current.


The cost of tech gadgets

--feedback--

Reflect on whether Bob's statement is about excitement or concerns about prices.


The latest technology gadgets

--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": 0.00,
      "finishTimestamp": 6.08
    }
  },
  "commands": [
    {
      "character": "Bob",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Bob",
      "startTime": 1,
      "finishTime": 7.08,
      "dialogue": {
        "text": "Hey, Sarah, do you know what really gets me excited about tech? It's all those amazing gadgets.",
        "align": "center"
      }
    },
    {
      "character": "Bob",
      "opacity": 0,
      "startTime": 7.58
    }
  ]
}