Back to Freecodecamp

Task 147

curriculum/challenges/english/blocks/learn-how-to-express-concerns/67cb2f2ba932c961f5ff51c1.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 answer the question below.

--questions--

--text--

Who do they intend to discuss resources with in a meeting?

--answers--

The project manager.

--feedback--

Maria does not talk about the project manager.


The Human Resources department.


The client.

--feedback--

Maria does not mention discussing resources with the client.


The development team.

--feedback--

Maria does not say they will talk to the development team to discuss resources.

--video-solution--

2

--explanation--

HR or Human Resources is the department responsible for managing employees, hiring, training, and workplace policies. For example:

HR is reviewing applications for the new job position. - This means the abovementioned department is evaluating candidates.

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