Back to Freecodecamp

Task 84

curriculum/challenges/english/blocks/learn-how-to-use-prepositions-according-to-context/68555f2afade9eca44364007.md

latest1.8 KB
Original Source
<!-- (Audio) David: What about testing? The last update brought up some unexpected challenges. -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

What concern does David raise?

--answers--

He wants to cancel the testing phase completely.

--feedback--

He is asking about testing, not suggesting to cancel it.


He is happy with how smooth the last update was.

--feedback--

He says there were unexpected challenges, not that it went smoothly.


He's worried that the last update caused problems and wants to make sure testing is considered.


He thinks no more updates are needed for the project.

--feedback--

David is asking about testing for future updates, so he expects more work ahead.

--video-solution--

3

--explanation--

David brings up testing because the last update caused unexpected challenges.

This shows he is concerned about problems from the past and wants to make sure testing is properly addressed moving forward.

--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": 31.32,
      "finishTimestamp": 35.5
    }
  },
  "commands": [
    {
      "character": "David",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "David",
      "startTime": 1,
      "finishTime": 5.18,
      "dialogue": {
        "text": "What about testing? The last update brought up some unexpected challenges.",
        "align": "center"
      }
    },
    {
      "character": "David",
      "opacity": 0,
      "startTime": 5.68
    }
  ]
}