Back to Freecodecamp

Task 143

curriculum/challenges/english/blocks/learn-determiners-and-advanced-use-of-articles/6814bb535c1d8721082ee6e8.md

latest1.7 KB
Original Source
<!-- (Audio) Maria: Why don't we consider using either part-time contractors or spreading tasks among existing projects? --> <!-- SPEAKING -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

What could James say to show that he liked Maria's suggestion?

--answers--

That's a good option.

--audio-id--

EN51e3858b


I think delaying everything is better.

--audio-id--

EN5f4b1c4e

--feedback--

This option doesn't agree with Maria.

--video-solution--

1

--explanation--

That's a good option shows agreement and support for Maria's idea, which includes either using part-time help or sharing work among current teams.

--scene--

json
{
  "setup": {
    "background": "company2-boardroom.png",
    "characters": [
      {
        "character": "Maria",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.5
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_20-3.mp3",
      "startTime": 1,
      "startTimestamp": 51.3,
      "finishTimestamp": 57.7
    }
  },
  "commands": [
    {
      "character": "Maria",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Maria",
      "startTime": 1,
      "finishTime": 4,
      "dialogue": {
        "text": "Why don't we consider using either part-time contractors",
        "align": "center"
      }
    },
    {
      "character": "Maria",
      "startTime": 4,
      "finishTime": 7.4,
      "dialogue": {
        "text": "or spreading tasks among existing projects?",
        "align": "center"
      }
    },
    {
      "character": "Maria",
      "opacity": 0,
      "startTime": 7.9
    }
  ]
}