Back to Freecodecamp

Task 96

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

latest2.5 KB
Original Source
<!-- (Audio) Sophie: Tom, do you know anything about Augmented Reality apps? Tom: Oh, I love AR! It is a mix of digital information and the real world. You can use it for games, navigation, and even interior design. -->

--description--

Let's review what Sophie and Tom talk about.

Listen and fill in the blanks to complete the dialogue.

--fillInTheBlank--

--sentence--

Sophie: Tom, do you know anything about BLANK Reality apps?

Tom: Oh, I love AR! It is a BLANK of digital information and the real world. You can use it for games, navigation, and even BLANK design.

--blanks--

Augmented

--feedback--

Think about the topic Sophie is asking Tom about, a different way to see reality. Use capitalization here.


mix

--feedback--

Tom describes AR saying it's a blend of digital information and the real world.


interior

--feedback--

Not related to the outside area of a building, but to the area inside.

--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": 11.92
    }
  },
  "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",
      "startTime": 8.84,
      "finishTime": 12.92,
      "dialogue": {
        "text": "You can use it for games, navigation, and even interior design.",
        "align": "center"
      }
    },
    {
      "character": "Tom",
      "opacity": 0,
      "startTime": 13.42
    }
  ]
}