Back to Freecodecamp

Task 46

curriculum/challenges/english/blocks/learn-how-to-clarify-information-in-different-interactions/663c89e095962e0cc15c6553.md

latest2.3 KB
Original Source
<!-- (Audio) Tom: Is it a type of rare plant? Alice: Not really. It's a design element. It imitates real world objects in digital interfaces. -->

--description--

A skeuomorph is a virtual object in a digital interface that resembles an object from real life. In calendar applications, for instance, you can have an image that looks very similar to a physical calendar to give you the sensation of familiarity.

--questions--

--text--

What can we conclude from the dialogue?

--answers--

Tom is absolutely right

--feedback--

No, he isn't. He thought skeuomorph was a plant, but it's not.


Skeuomorph is a digital plant

--feedback--

A skeuomorph could be a virtual image that looked like a plant, but there's more to it.


Alice came up with a non-existing word just to win the game

--feedback--

Not really. It's a strange word, but it does exist.


Tom didn't guess the meaning of skeuomorph and Alice explained to him what it is

--video-solution--

4

--scene--

json
{
  "setup": {
    "background": "company2-breakroom.png",
    "characters": [
      {
        "character": "Tom",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      },
      {
        "character": "Alice",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.4
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "4.3-3.mp3",
      "startTime": 1,
      "startTimestamp": 25.7,
      "finishTimestamp": 33.1
    }
  },
  "commands": [
    {
      "character": "Tom",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Tom",
      "startTime": 1,
      "finishTime": 2.32,
      "dialogue": {
        "text": "Is it a type of rare plant?",
        "align": "center"
      }
    },
    {
      "character": "Tom",
      "opacity": 0,
      "startTime": 2.59
    },
    {
      "character": "Alice",
      "opacity": 1,
      "startTime": 2.59
    },
    {
      "character": "Alice",
      "startTime": 2.86,
      "finishTime": 8.4,
      "dialogue": {
        "text": "Not really. It's a design element. It imitates real world objects in digital interfaces.",
        "align": "center"
      }
    },
    {
      "character": "Alice",
      "opacity": 0,
      "startTime": 8.9
    }
  ]
}