Back to Freecodecamp

Task 79

curriculum/challenges/english/blocks/learn-how-to-use-prepositions-according-to-context/68553023dc6419a4ee087876.md

latest1.9 KB
Original Source
<!-- (Audio) David: All right. Do we have enough designers for the new user interface changes scheduled for the end of the quarter? -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

What is David concerned about?

--answers--

Whether the user interface changes are already finished.

--feedback--

He talks about future changes, not completed ones.


If there are enough designers available for upcoming UI updates.


Whether the back-end team will meet the deadline.

--feedback--

He's asking about designers, not the back-end team.


If they should cancel the planned interface changes.

--feedback--

David is asking a question, not suggesting cancellation.

--video-solution--

2

--explanation--

When David asks if they have enough designers for the new user interface changes, he is checking whether their current design team is large enough to handle the updates that are planned.

This shows his concern is about having enough resources in place for future tasks.

--scene--

json
{
  "setup": {
    "background": "company2-boardroom.png",
    "characters": [
      {
        "character": "David",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.4
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_22-2.mp3",
      "startTime": 1,
      "startTimestamp": 19.36,
      "finishTimestamp": 24.9
    }
  },
  "commands": [
    {
      "character": "David",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "David",
      "startTime": 1,
      "finishTime": 6.54,
      "dialogue": {
        "text": "All right. Do we have enough designers for the new user interface changes scheduled for the end of the quarter?",
        "align": "center"
      }
    },
    {
      "character": "David",
      "opacity": 0,
      "startTime": 7.04
    }
  ]
}