--- id: 657cbb578ed7f5a52420d274 title: Task 47 challengeType: 19 dashedName: task-47 --- # --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-- This means not doing anything; not active. --- `reactive` ### --feedback-- This is the opposite of proactive; it means waiting for things to happen before responding. --- `passive` ### --feedback-- A passive person allows things to happen or who accepts 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 } ] } ```