Back to Freecodecamp

Task 146

curriculum/challenges/english/blocks/learn-how-to-express-concerns/67cb2e5612f0385dd25c5b18.md

latest1.7 KB
Original Source
<!-- (Audio) Maria: Let's also plan a meeting to discuss resources with HR. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

Let's also BLANK a meeting to BLANK resources with HR.

--blanks--

plan

--feedback--

This means to arrange or organize something in advance.


discuss

--feedback--

This means to talk about a topic with others to share ideas or make decisions.

--explanation--

To plan means to arrange or organize something in advance. For example:

We need to plan the project timeline before we start. - This means organizing the schedule before beginning the project.

To discuss means to talk about a topic with others to share ideas or make decisions. For example:

We discussed different solutions to the problem in the meeting. - This means they talked about various ways to solve the issue.

--scene--

json
{
  "setup": {
    "background": "company2-boardroom.png",
    "characters": [
      {
        "character": "Maria",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.5
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_12-3.mp3",
      "startTime": 1,
      "startTimestamp": 67.06,
      "finishTimestamp": 69.54
    }
  },
  "commands": [
    {
      "character": "Maria",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Maria",
      "startTime": 1,
      "finishTime": 3.48,
      "dialogue": {
        "text": "Let's also plan a meeting to discuss resources with HR.",
        "align": "center"
      }
    },
    {
      "character": "Maria",
      "opacity": 0,
      "startTime": 3.98
    }
  ]
}