Back to Freecodecamp

Task 114

curriculum/challenges/english/blocks/learn-how-to-express-agreement/67b5d3b2316c7825d05f9bf5.md

latest1.9 KB
Original Source
<!-- (audio) Maria: I'll discuss it with the design team and see what we can do to make it more vibrant. -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

What is Maria planning to do to improve the project?

--answers--

Ask the design team to change the project completely.

--feedback--

Maria doesn't mention completely changing the project.


Discuss it with the design team to make the project more vibrant.


Decide by herself what changes need to be made.

--feedback--

Maria plans to involve the design team in the decision-making process.


Focus on making the design simpler and clearer.

--feedback--

Maria is not talking about making the project simpler.

--video-solution--

2

--explanation--

Listen for key words that show Maria’s approach to improving the project.

I'll discuss it with the design team – This indicates she is involving the team rather than making the decision alone.

See what we can do to make it more vibrant – This suggests she is open to adjustments to enhance the design.

--scene--

json
{
  "setup": {
    "background": "company1-boardroom.png",
    "characters": [
      {
        "character": "Maria",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.5
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_10-3.mp3",
      "startTime": 1,
      "startTimestamp": 40.3,
      "finishTimestamp": 43.52
    }
  },
  "commands": [
    {
      "character": "Maria",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Maria",
      "startTime": 1,
      "finishTime": 4.22,
      "dialogue": {
        "text": "I'll discuss it with the design team and see what we can do to make it more vibrant.",
        "align": "center"
      }
    },
    {
      "character": "Maria",
      "opacity": 0,
      "startTime": 4.72
    }
  ]
}