Back to Freecodecamp

Task 90

curriculum/challenges/english/blocks/learn-determiners-and-advanced-use-of-articles/6813459660a01507ec807612.md

latest1.6 KB
Original Source
<!-- (Audio) Bob: We're a little short on testers right now. -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

What problem does Bob agree they have?

--answers--

They have too many testers already.

--feedback--

Bob says they are short on testers, not that they have too many.


They finished all testing already.

--feedback--

Testing is still ongoing - they are missing people.


They are moving testers to a different project.

--feedback--

There's no mention of moving testers - the problem is not having enough.


They don't have enough testers at the moment.

--video-solution--

4

--explanation--

Bob agrees that they are a little short on testers, meaning they don't have quite enough people to test all the work that needs checking right now.

--scene--

json
{
  "setup": {
    "background": "company1-boardroom.png",
    "characters": [
      {
        "character": "Bob",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_20-2.mp3",
      "startTime": 1,
      "startTimestamp": 55.24,
      "finishTimestamp": 57.5
    }
  },
  "commands": [
    {
      "character": "Bob",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Bob",
      "startTime": 1,
      "finishTime": 3.26,
      "dialogue": {
        "text": "We're a little short on testers right now.",
        "align": "center"
      }
    },
    {
      "character": "Bob",
      "opacity": 0,
      "startTime": 3.76
    }
  ]
}