Back to Freecodecamp

Task 59

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

latest1.6 KB
Original Source
<!-- AUDIO REFERENCE: Sophie: That's so true. I'm a bit inactive, sitting all the time. -->

--description--

Inactive is used to describe a state of not being active or engaged in physical movement. It can refer to a lack of physical activity or any kind of action.

--questions--

--text--

What does inactive mean in the context of the dialogue?

--answers--

Very active and always moving

--feedback--

This is the opposite of inactive. Inactive means not being active.


Not taking any actions

--feedback--

While this can be a form of inactivity, in this context Sophie is talking about physical activity.


Not being physically active


Working without breaks

--feedback--

This doesn't necessarily mean inactivity. Sophie specifically refers to her lack of movement.

--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": 23.22,
      "finishTimestamp": 26.48
    }
  },
  "commands": [
    {
      "character": "Sophie",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Sophie",
      "startTime": 1,
      "finishTime": 3.76,
      "dialogue": {
        "text": "That's so true. I'm a bit inactive sitting all the time.",
        "align": "center"
      }
    },
    {
      "character": "Sophie",
      "opacity": 0,
      "startTime": 4.26
    }
  ]
}