Back to Freecodecamp

Task 69

curriculum/challenges/english/blocks/learn-how-to-use-prepositions-according-to-context/6853d61f34285f7fcf401c28.md

latest1.9 KB
Original Source
<!-- (Audio) David: Excellent. That sounds good. How many developers do we currently have working on this? -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

How does David continue the conversation, and what does he ask about?

--answers--

He agrees with the plan and asks how many developers are on the project now.


He disagrees with the idea and asks for a different team.

--feedback--

He says Excellent, that sounds good, which shows he agrees, not disagrees.


He changes the topic and asks about the app's design.

--feedback--

He stays on topic and focuses on the development team, not the design.


He says nothing and waits for more information.

--feedback--

David asks a specific question about the number of developers, so he does not stay silent.

--video-solution--

1

--explanation--

David continues the discussion positively by saying Excellent. That sounds good, and then asks how many developers are currently involved.

This shows he is following up on the resource planning topic introduced by Maria and wants specific details.

--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": 8.78,
      "finishTimestamp": 12.98
    }
  },
  "commands": [
    {
      "character": "David",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "David",
      "startTime": 1,
      "finishTime": 5.2,
      "dialogue": {
        "text": "Excellent. That sounds good. How many developers do we currently have working on this?",
        "align": "center"
      }
    },
    {
      "character": "David",
      "opacity": 0,
      "startTime": 5.7
    }
  ]
}