Back to Freecodecamp

Task 21

curriculum/challenges/english/blocks/learn-how-to-use-prepositions-according-to-context/683d4e719b62f09e1568c228.md

latest1.7 KB
Original Source
<!-- (Audio) Bob: Now, where do you think we should put the HR department? -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

What is Bob asking?

--answers--

If the HR department is too crowded.

--feedback--

Bob is not asking about the condition or size of the HR department.


If someone has already placed the HR team.

--feedback--

Bob is asking where to place it, not if it's already been done.


For advice on where to place the HR department.


If the HR department needs more people.

--feedback--

Bob's question is about location, not staffing.

--video-solution--

3

--explanation--

Bob is asking for input about the best location for the HR department.

He says where do you think, showing he wants Anna's opinion, and put suggests a decision still needs to be made.

The question is about placement, not about the department's size, staffing, or condition.

--scene--

json
{
  "setup": {
    "background": "company1-boardroom.png",
    "characters": [
      {
        "character": "Bob",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_22-1.mp3",
      "startTime": 1,
      "startTimestamp": 19.56,
      "finishTimestamp": 22.66
    }
  },
  "commands": [
    {
      "character": "Bob",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Bob",
      "startTime": 1,
      "finishTime": 4.1,
      "dialogue": {
        "text": "Now, where do you think we should put the HR department?",
        "align": "center"
      }
    },
    {
      "character": "Bob",
      "opacity": 0,
      "startTime": 4.6
    }
  ]
}