Back to Freecodecamp

Task 95

curriculum/challenges/english/blocks/learn-how-to-discuss-popular-trends-in-technology/661edfb33a4dc570a763a05a.md

latest1.9 KB
Original Source
<!-- (Audio) Tom: You can use it for games, navigation, and even interior design. -->

--description--

Interior design is like giving a special touch to the insides of buildings, especially your home. It's about making rooms look nice and feel comfortable. Imagine picking colors for your walls, arranging furniture in a cozy way, and adding decorations to make a room feel just right. When Tom mentions in the dialogue that you can use Augmented Reality (AR) for interior design, he means you can use technology to help imagine how furniture and colors might look in your space before actually putting them there.

--questions--

--text--

What is interior design about?

--answers--

Making rooms look nice and feel comfortable


Designing the outside of buildings

--feedback--

Interior refers to the inside of buildings, not the outside.


Choosing the color of the roof

--feedback--

The focus is on the inside of the building, not the color of the roof.


Decorating the yard

--feedback--

Interior design specifically relates to the design of indoor spaces, not the yard.

--video-solution--

1

--scene--

json
{
  "setup": {
    "background": "company2-parking.png",
    "characters": [
      {
        "character": "Tom",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "4.2-5.mp3",
      "startTime": 1,
      "startTimestamp": 7.64,
      "finishTimestamp": 11.72
    }
  },
  "commands": [
    {
      "character": "Tom",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Tom",
      "startTime": 1,
      "finishTime": 5.08,
      "dialogue": {
        "text": "You can use it for games, navigation, and even interior design.",
        "align": "center"
      }
    },
    {
      "character": "Tom",
      "opacity": 0,
      "startTime": 5.58
    }
  ]
}