Back to Freecodecamp

Task 94

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

latest2.3 KB
Original Source
<!-- (Audio) Sophie: Tom, do you know anything about augmented reality apps? Tom: Oh, I love AR. It's a mix of digital information and the real world. -->

--description--

It is a mix means that different things are combined together. It's like making a delicious smoothie where you blend various fruits to get a unique and tasty combination.

--questions--

--text--

Listen and choose what does it is a mix mean in the context of Augmented Reality.

--answers--

AR is a confusing technology.

--feedback--

The phrase is positive and doesn't imply confusion.


AR is only about the real world.

--feedback--

This answer limits AR to one aspect, which is not what it is a mix suggests.


AR is a separate world from reality.

--feedback--

It is a mix doesn't mean AR is separate from reality.


AR combines different things from the digital world and the real world.

--video-solution--

4

--scene--

json
{
  "setup": {
    "background": "company2-parking.png",
    "characters": [
      {
        "character": "Sophie",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.4
        },
        "opacity": 0
      },
      {
        "character": "Tom",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "4.2-5.mp3",
      "startTime": 1,
      "startTimestamp": 0,
      "finishTimestamp": 7.5
    }
  },
  "commands": [
    {
      "character": "Sophie",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Sophie",
      "startTime": 1,
      "finishTime": 3.8,
      "dialogue": {
        "text": "Tom, do you know anything about augmented reality apps?",
        "align": "center"
      }
    },
    {
      "character": "Sophie",
      "opacity": 0,
      "startTime": 4.16
    },
    {
      "character": "Tom",
      "opacity": 1,
      "startTime": 4.16
    },
    {
      "character": "Tom",
      "startTime": 4.52,
      "finishTime": 8.5,
      "dialogue": {
        "text": "Oh, I love AR. It's a mix of digital information and the real world.",
        "align": "center"
      }
    },
    {
      "character": "Tom",
      "opacity": 0,
      "startTime": 9
    }
  ]
}