Back to Freecodecamp

Dialogue 5: Talking about Augmented Reality

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

latest3.5 KB
Original Source

--description--

Watch the video below to understand the context of the upcoming lessons.

--assignment--

Watch the video.

--scene--

json
{
  "setup": {
    "background": "company2-parking.png",
    "characters": [
      {
        "character": "Sophie",
        "position": { "x": -25, "y": 0, "z": 1 }
      },
      {
        "character": "Tom",
        "position": { "x": 125, "y": 0, "z": 1 }
      }
    ],
    "audio": {
      "filename": "4.2-5.mp3",
      "startTime": 1
    },
    "alwaysShowDialogue": true
  },
  "commands": [
    {
      "character": "Sophie",
      "position": { "x": 25, "y": 0, "z": 1 },
      "startTime": 0
    },
    {
      "character": "Tom",
      "position": { "x": 70, "y": 0, "z": 1 },
      "startTime": 0.5
    },
    {
      "character": "Sophie",
      "startTime": 1,
      "finishTime": 3.8,
      "dialogue": {
        "text": "Tom, do you know anything about Augmented Reality apps?",
        "align": "left"
      }
    },
    {
      "character": "Tom",
      "startTime": 4.5,
      "finishTime": 8.5,
      "dialogue": {
        "text": "Oh, I love AR! It's a mix of digital information and the real world.",
        "align": "right"
      }
    },
    {
      "character": "Tom",
      "startTime": 8.8,
      "finishTime": 12.9,
      "dialogue": {
        "text": "You can use it for games, navigation, and even interior design.",
        "align": "right"
      }
    },
    {
      "character": "Sophie",
      "startTime": 13.4,
      "finishTime": 14.6,
      "dialogue": {
        "text": "How does it work, exactly?",
        "align": "left"
      }
    },
    {
      "character": "Tom",
      "startTime": 15.3,
      "finishTime": 18.9,
      "dialogue": {
        "text": "AR apps use your device's camera to add digital content",
        "align": "right"
      }
    },
    {
      "character": "Tom",
      "startTime": 18.9,
      "finishTime": 21.2,
      "dialogue": {
        "text": "to the physical world. It's so cool!",
        "align": "right"
      }
    },
    {
      "character": "Tom",
      "startTime": 21.5,
      "finishTime": 23.8,
      "dialogue": {
        "text": "For example, in gaming, you can chase",
        "align": "right"
      }
    },
    {
      "character": "Tom",
      "startTime": 23.8,
      "finishTime": 25.4,
      "dialogue": {
        "text": "virtual creatures in your neighborhood.",
        "align": "right"
      }
    },
    {
      "character": "Sophie",
      "startTime": 25.8,
      "finishTime": 29,
      "dialogue": {
        "text": "That sounds fun! Are there any practical applications for AR?",
        "align": "left"
      }
    },
    {
      "character": "Tom",
      "startTime": 29.6,
      "finishTime": 33.5,
      "dialogue": {
        "text": "Oh yeah! In education, AR can make learning interactive.",
        "align": "right"
      }
    },
    {
      "character": "Tom",
      "startTime": 34.1,
      "finishTime": 36.7,
      "dialogue": {
        "text": "Architects and interior designers also use AR",
        "align": "right"
      }
    },
    {
      "character": "Tom",
      "startTime": 36.7,
      "finishTime": 39.7,
      "dialogue": {
        "text": "to visualize how furniture will look in a space, for example.",
        "align": "right"
      }
    },
    {
      "character": "Tom",
      "position": { "x": 125, "y": 0, "z": 1 },
      "startTime": 40.2
    },
    {
      "character": "Sophie",
      "position": { "x": -25, "y": 0, "z": 1 },
      "startTime": 40.7
    }
  ]
}