Back to Freecodecamp

Task 48

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

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

--description--

Adjectives can also describe how a person likes things to be done.

In the dialogue, Sophie says Maria likes everything in order, which means she prefers things to be organized and arranged well.

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

Well, she's very BLANK and she likes everything BLANK.

--blanks--

proactive

--feedback--

This adjective describes someone who is taking action by causing change.


in order

--feedback--

These two words are used to show that things are arranged correctly or done for a purpose.

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