Back to Freecodecamp

Task 107

curriculum/challenges/english/blocks/learn-about-adverbial-phrases/680b8f7d6d2437bf53a4fdca.md

latest2.1 KB
Original Source
<!-- (Audio) Maria: Right. We should improve our strategies in areas where they weren't very effective. -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

What is Maria's proposed solution?

--answers--

To stop creating strategies altogether.

--feedback--

Maria does not want to stop using these strategies.


To improve the strategies that didn't work well.


To use the same strategies in every area.

--feedback--

She is not suggesting that they repeat what didn't work.


To remove the areas with weak results from the campaign.

--feedback--

Maria doesn't suggest removing anything.

--video-solution--

2

--explanation--

Not very + adjective is often used to soften a negative description. Instead of directly saying something was bad or ineffective, speakers might say not very effective to sound more polite or less harsh. For example:

  • The meeting was not very helpful. – This is a softer way of saying the meeting did not help the team at all.

  • His presentation wasn't very clear. – This is more gentle than saying it was confusing or bad.

--scene--

json
{
  "setup": {
    "background": "company1-boardroom.png",
    "characters": [
      {
        "character": "Maria",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.5
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_18-3.mp3",
      "startTime": 1,
      "startTimestamp": 45.92,
      "finishTimestamp": 49.82
    }
  },
  "commands": [
    {
      "character": "Maria",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Maria",
      "startTime": 1,
      "finishTime": 2.86,
      "dialogue": {
        "text": "Right. We should improve our strategies",
        "align": "center"
      }
    },
    {
      "character": "Maria",
      "startTime": 2.86,
      "finishTime": 4.9,
      "dialogue": {
        "text": "in areas where they weren't very effective.",
        "align": "center"
      }
    },
    {
      "character": "Maria",
      "opacity": 0,
      "startTime": 5.4
    }
  ]
}