Back to Freecodecamp

Task 77

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

latest1.8 KB
Original Source
<!-- AUDIO REFERENCE: Sophie: Yeah, at this company they're very attentive to these details. You're going to like it here if you're into cutting-edge gadgets. -->

--description--

Cutting-edge gadgets refer to the most recent and advanced devices.

Listening carefully to conversations can help you complete sentences that discuss such topics.

--fillInTheBlank--

--sentence--

Yeah, at this company they're very BLANK to these BLANK. You're going to like it here if you're into BLANK gadgets.

--blanks--

attentive

--feedback--

This word means to be careful about something.


details

--feedback--

This word in the plural form refers to small parts of something.


cutting-edge

--feedback--

This word means something is very new and modern. This is a compound word, remember to use -.

--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": 37,
      "finishTimestamp": 43.05
    }
  },
  "commands": [
    {
      "character": "Sophie",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Sophie",
      "startTime": 1,
      "finishTime": 3.85,
      "dialogue": {
        "text": "Yeah, at this company they're very attentive to these details.",
        "align": "center"
      }
    },
    {
      "character": "Sophie",
      "startTime": 4.45,
      "finishTime": 7.1,
      "dialogue": {
        "text": "You're going to like it here if you're into cutting-edge gadgets.",
        "align": "center"
      }
    },
    {
      "character": "Sophie",
      "opacity": 0,
      "startTime": 7.6
    }
  ]
}