Back to Freecodecamp

Task 99

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

latest1.7 KB
Original Source
<!-- (Audio) Tom: For example, in gaming, you can chase virtual creatures in your neighborhood. -->

--description--

To chase means runing after or pursuing something, like trying to catch it or reach it. Imagine playing a game where you try to catch a moving object or follow it excitedly — that's what chase indicates.

--questions--

--text--

What does chase mean in the context of AR gaming?

--answers--

To avoid virtual creatures

--feedback--

To chase implies active pursuit, not avoidance.


To run after or pursue virtual creatures


To replace virtual creatures

--feedback--

The term involves interacting with virtual creatures, not replacing them.


To capture virtual creatures

--feedback--

Although in some games you can capture virtual creatures, this has to do with running after them.

--video-solution--

2

--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": 20.54,
      "finishTimestamp": 24.4
    }
  },
  "commands": [
    {
      "character": "Tom",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Tom",
      "startTime": 1,
      "finishTime": 4.86,
      "dialogue": {
        "text": "For example, in gaming, you can chase virtual creatures in your neighborhood.",
        "align": "center"
      }
    },
    {
      "character": "Tom",
      "opacity": 0,
      "startTime": 5.36
    }
  ]
}