Back to Freecodecamp

Task 47

curriculum/challenges/english/blocks/learn-conversation-starters-in-the-break-room/657cbb578ed7f5a52420d274.md

latest1.7 KB
Original Source
<!-- (audio) Sophie: Well, she's very proactive and she likes everything in order. -->

--description--

When you want to describe someone's personality, you often use adjectives, which are words that describe or give more information about a noun or pronoun. In the dialogue, Sophie uses adjectives like proactive to describe Maria's personality.

Proactive means taking action by causing change and not only reacting to change when it happens.

--questions--

--text--

Which adjective describes someone who takes action and initiates change?

--answers--

proactive


inactive

--feedback--

Being inactive means not doing anything.


reactive

--feedback--

Being reactive means waiting for things to happen before responding.


passive

--feedback--

Being passive means allowing things to happen or accepting things without active response or resistance.

--video-solution--

1

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Sophie",
        "position": {"x":50,"y":0,"z":1.4},
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "1.3-3.mp3",
      "startTime": 1,
      "startTimestamp": 5.36,
      "finishTimestamp": 8.24
    }
  },
  "commands": [
    {
      "character": "Sophie",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Sophie",
      "startTime": 1,
      "finishTime": 3.88,
      "dialogue": {
        "text": "Well, she's very proactive and she likes everything in order.",
        "align": "center"
      }
    },
    {
      "character": "Sophie",
      "opacity": 0,
      "startTime": 4.38
    }
  ]
}