Back to Freecodecamp

Task 102

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

latest1.4 KB
Original Source
<!-- (Audio) Sarah: Smartwatches are cool. I'm more into smartphones. -->

--description--

A smartphone is a mobile phone that performs many of the functions of a computer, typically having a touchscreen interface, internet access, and an operating system capable of running downloaded apps.

--fillInTheBlank--

--sentence--

BLANK are cool. I'm more into BLANK.

--blanks--

Smartwatches

--feedback--

This word is capitalized and in plural form.


smartphones

--feedback--

This word describes advanced mobile phones with extensive computing capabilities and connectivity. It is in plural form.

--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.26,
      "finishTimestamp": 25.04
    }
  },
  "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",
      "opacity": 0,
      "startTime": 3.98
    }
  ]
}