Back to Freecodecamp

Task 95

curriculum/challenges/english/blocks/learn-how-to-use-prepositions-according-to-context/68564912f8cd6a167009d306.md

latest1.7 KB
Original Source
<!-- (Audio) David: That makes sense. How about project management? -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

What is David doing after agreeing with Maria?

--answers--

He ends the meeting and changes the topic completely.

--feedback--

He continues the discussion instead of ending or switching topics entirely.


He gives a summary of the testing plan.

--feedback--

He doesn't summarize; he asks a new question.


He talks about coding and feature updates.

--feedback--

There is no mention of coding or features.


He shifts the conversation to ask about another area of the project.

--video-solution--

4

--explanation--

After agreeing with Maria, David moves the conversation forward by asking about project management.

This shows he is checking on another important part of the project after discussing testing.

--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": 44.08,
      "finishTimestamp": 46.86
    }
  },
  "commands": [
    {
      "character": "David",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "David",
      "startTime": 1,
      "finishTime": 3.78,
      "dialogue": {
        "text": "That makes sense. How about project management?",
        "align": "center"
      }
    },
    {
      "character": "David",
      "opacity": 0,
      "startTime": 4.28
    }
  ]
}