Back to Freecodecamp

Task 78

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

latest1.7 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--

The demonstrative pronoun these points to specific items or details that are close in context or proximity. It is used to emphasize or clarify something that is currently being discussed.

--fillInTheBlank--

--sentence--

Yeah, at this company they're very attentive to BLANK details. You're going to like it here if you're into cutting-edge gadgets.

--blanks--

these

--feedback--

Think of a demonstrative pronoun that can be used to highlight specific details or items being discussed, especially when they are near in context or location.

--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
    }
  ]
}