Back to Freecodecamp

Task 73

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

latest1.4 KB
Original Source
<!-- AUDIO REFERENCE: Sophie: Yeah, at this company they're very attentive to these details. -->

--description--

Being attentive means paying careful attention or listening carefully.

--questions--

--text--

What does attentive mean in the context of the text below?

--answers--

Not paying attention

--feedback--

This is the opposite of being attentive.


Looking somewhere else

--feedback--

Being attentive means you are focusing, not looking away.


Listening carefully


Not listening

--feedback--

When you're attentive, you are listening or paying attention, not ignoring.

--video-solution--

3

--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": 40.2
    }
  },
  "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",
      "opacity": 0,
      "startTime": 4.35
    }
  ]
}