Back to Freecodecamp

Task 104

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

latest1.8 KB
Original Source
<!-- (Audio) Sarah: Smartwatches are cool. I'm more into smartphones. The camera quality, the speed, and the number of apps available are what I like the most. -->

--description--

Sarah shares what she prefers in technology.

--questions--

--text--

What is Sarah's preference?

--answers--

The fitness tracking on smartwatches

--feedback--

Consider the features Sarah mentions that make her prefer one technology over the other.


The features of smartphones


The battery life of smartwatches

--feedback--

Think about what Sarah highlights as her favorite aspects of her preferred technology.


The design of smartwatches

--feedback--

Reflect on whether design is a factor in Sarah's stated preferences.

--video-solution--

2

--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": 22.56,
      "finishTimestamp": 29.84
    }
  },
  "commands": [
    {
      "character": "Sarah",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Sarah",
      "startTime": 1,
      "finishTime": 3.48,
      "dialogue": {
        "text": "Smartwatches are cool. I'm more into smartphones.",
        "align": "center"
      }
    },
    {
      "character": "Sarah",
      "startTime": 3.68,
      "finishTime": 8.08,
      "dialogue": {
        "text": "The camera quality, the speed, and the number of apps available are what I like the most.",
        "align": "center"
      }
    },
    {
      "character": "Sarah",
      "opacity": 0,
      "startTime": 8.58
    }
  ]
}