Back to Freecodecamp

Task 96

curriculum/challenges/english/blocks/learn-determiners-and-advanced-use-of-articles/68134a431c759b0bd9a37724.md

latest1.8 KB
Original Source
<!-- (Audio) Bob: We're a little short on testers right now. I'm considering bringing in a couple more people for this project. I'll talk to HR and see if we can get some more help. --> <!-- SPEAKING -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

What could Alice say to express her excitement?

--answers--

Maybe we don't need more people after all.

--audio-id--

ENebd046dd

--feedback--

They just agreed they are short on testers.


That would be great!

--audio-id--

ENb7cc814e

--video-solution--

2

--explanation--

Bob is trying to solve the problem of not having enough testers by bringing in a couple more people.

Saying That would be great! shows Alice supports and agrees with his plan.

--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": 64.02
    }
  },
  "commands": [
    {
      "character": "Bob",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Bob",
      "startTime": 1,
      "finishTime": 6.6,
      "dialogue": {
        "text": "We're a little short on testers right now. I'm considering bringing in a couple more people for this project.",
        "align": "center"
      }
    },
    {
      "character": "Bob",
      "startTime": 6.7,
      "finishTime": 9.78,
      "dialogue": {
        "text": "I'll talk to HR and see if we can get some more help.",
        "align": "center"
      }
    },
    {
      "character": "Bob",
      "opacity": 0,
      "startTime": 10.28
    }
  ]
}