Back to Freecodecamp

Task 90

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

latest2.1 KB
Original Source
<!-- AUDIO REFERENCE: Sophie: You're going to like it here if you're into cutting-edge gadgets. Tom: This is so cool. A standing desk, an ergonomic chair, and an ergonomic mouse. -->

--description--

In workplaces, you often have items that help you do your job better. Both Tom and Sophie talk about items at their desks which make their work more comfortable.

--instructions--

Listen to this part of Sophie and Tom's conversation and answer the question below.

--questions--

--text--

Which of these is NOT a workplace item mentioned by Sophie and Tom?

--answers--

Standing desk

--feedback--

Tom mentions this workplace item.


Ergonomic chair

--feedback--

Tom mentions this workplace item.


Ergonomic mouse

--feedback--

Tom mentions this workplace item.


Cutting-edge gadgets

--video-solution--

4

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Tom",
        "position": { "x": 25, "y": 15, "z": 1.2 },
        "opacity": 0
      },
      {
        "character": "Sophie",
        "position": { "x": 75, "y": 0, "z": 1.25 },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "1.1-2.mp3",
      "startTime": 1,
      "startTimestamp": 40.35,
      "finishTimestamp": 49.1
    }
  },
  "commands": [
    {
      "character": "Tom",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Sophie",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Sophie",
      "startTime": 1,
      "finishTime": 3.7,
      "dialogue": {
        "text": "You're going to like it here if you're into cutting-edge gadgets.",
        "align": "right"
      }
    },
    {
      "character": "Tom",
      "startTime": 4.2,
      "finishTime": 9.5,
      "dialogue": {
        "text": "This is so cool. A standing desk, an ergonomic chair, and an ergonomic mouse.",
        "align": "left"
      }
    },
    {
      "character": "Tom",
      "opacity": 0,
      "startTime": 10
    },
    {
      "character": "Sophie",
      "opacity": 0,
      "startTime": 10
    }
  ]
}