Back to Freecodecamp

Task 108

curriculum/challenges/english/blocks/learn-how-to-discuss-popular-trends-in-technology/661ef18cf60dc87ebdaf405d.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--

The combination of to + verb can be used to indicate a purpose. It means you're talking about the reason or goal behind an action. In the dialogue, Tom mentions the purpose of visualizing how furniture will look in a space. Example: She is saving money to buy a new car. (the purpose of saving money is to buy the car).

Listen to the audio and fill in the blank.

--fillInTheBlank--

--sentence--

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

--blanks--

to

--feedback--

The preposition that precedes a verb to indicate purpose.

--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
    }
  ]
}