Back to Freecodecamp

Task 90

curriculum/challenges/english/blocks/learn-how-to-describe-places-and-events/66b571e992e81b2b80748ad8.md

latest1.9 KB
Original Source
<!-- (Audio) Anna: That's great to hear. I appreciate your proactive approach to this, Brian. -->

--instructions--

Listen to the audio to complete the sentence below.

--fillInTheBlank--

--sentence--

That's great to hear. I appreciate your BLANK BLANK to this, Brian.

--blanks--

proactive

--feedback--

This word means taking action early.


approach

--feedback--

This word refers to the way of handling the situation.

--explanation--

Proactive means taking action in advance to deal with a situation before it becomes a problem. For example:

  • Being proactive means fixing small issues before they become big problems. - Here, proactive is about taking action early.

Approach is a way of dealing with something. For example:

  • Her approach to solving the problem was very effective. - Here, approach refers to the method she used to solve the problem.

--scene--

json
{
  "setup": {
    "background": "company2-breakroom.png",
    "characters": [
      {
        "character": "Anna",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_1-2.mp3",
      "startTime": 1,
      "startTimestamp": 55.64,
      "finishTimestamp": 59.08
    }
  },
  "commands": [
    {
      "character": "Anna",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Anna",
      "startTime": 1,
      "finishTime": 1.94,
      "dialogue": {
        "text": "That's great to hear.",
        "align": "center"
      }
    },
    {
      "character": "Anna",
      "startTime": 2.22,
      "finishTime": 4.44,
      "dialogue": {
        "text": "I appreciate your proactive approach to this, Brian.",
        "align": "center"
      }
    },
    {
      "character": "Anna",
      "opacity": 0,
      "startTime": 4.94
    }
  ]
}