Back to Freecodecamp

Task 109

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

latest1.6 KB
Original Source
<!-- (Audio) Tom: Architects and interior designers also use AR to visualize how furniture will look in a space, for example. -->

--description--

Let's finish with a quick vocabulary review. Listen and fill in the blanks.

--fillInTheBlank--

--sentence--

Architects and interior BLANK also use AR to BLANK how BLANK will look in a space, for example.

--blanks--

designers

--feedback--

The creators of visual aspects of something. Preceded by interior indicates the professionals who design the inside of spaces. Use the plural form.


visualize

--feedback--

To see or to have a clear idea of a scene.


furniture

--feedback--

Objects such as chairs, tables, and beds that make living spaces functional and comfortable.

--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": 32.9,
      "finishTimestamp": 38.7
    }
  },
  "commands": [
    {
      "character": "Tom",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Tom",
      "startTime": 1,
      "finishTime": 6.8,
      "dialogue": {
        "text": "Architects and interior designers also use AR to visualize how furniture will look into space, for example.",
        "align": "center"
      }
    },
    {
      "character": "Tom",
      "opacity": 0,
      "startTime": 7.3
    }
  ]
}