Back to Freecodecamp

Task 76

curriculum/challenges/english/blocks/learn-greetings-in-your-first-day-at-the-office/656ab8a1d294e14a920320d2.md

latest1.6 KB
Original Source
<!-- AUDIO REFERENCE: Sophie: You're going to like it here if you're into cutting-edge gadgets. -->

--description--

Cutting-edge refers to the most advanced stage of development of something. Gadgets are small tools or devices with a particular function. Thus, cutting-edge gadgets are the latest and most advanced tools or devices.

--questions--

--text--

What are cutting-edge gadgets?

--answers--

Outdated tools

--feedback--

The term cutting-edge means the opposite of outdated.


The most modern and advanced devices


Simple and basic devices

--feedback--

Cutting-edge implies the latest technology, not basic or simple.


Large machines

--feedback--

Gadgets typically refer to smaller devices, not large machines.

--video-solution--

2

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Sophie",
        "position": { "x": 50, "y": 0, "z": 1.4 },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "1.1-2.mp3",
      "startTime": 1,
      "startTimestamp": 40.25,
      "finishTimestamp": 43.05
    }
  },
  "commands": [
    {
      "character": "Sophie",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Sophie",
      "startTime": 1,
      "finishTime": 3.5,
      "dialogue": {
        "text": "You're going to like it here if you're into cutting-edge gadgets.",
        "align": "center"
      }
    },
    {
      "character": "Sophie",
      "opacity": 0,
      "startTime": 4
    }
  ]
}