Back to Freecodecamp

Task 76

curriculum/challenges/english/blocks/learn-determiners-and-advanced-use-of-articles/681249882481cd275894253a.md

latest1.6 KB
Original Source
<!-- (Audio) Alice: What about those new developers we started onboarding a few weeks ago? --> <!-- SPEAKING -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

Bob proposes they start working with their seniors. What would he say?

--answers--

Each new developer will work with someone more experienced.

--audio-id--

EN1446e4a6


We will delay their start for now.

--audio-id--

EN980e6ac7

--feedback--

No delay is mentioned - she asks about integrating them.

--video-solution--

1

--explanation--

Alice asks about those new developers.

The best response is that each new developer will work with someone more experienced, meaning they will get guidance and support from senior team members.

--scene--

json
{
  "setup": {
    "background": "company1-boardroom.png",
    "characters": [
      {
        "character": "Alice",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.4
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_20-2.mp3",
      "startTime": 1,
      "startTimestamp": 25.04,
      "finishTimestamp": 28.6
    }
  },
  "commands": [
    {
      "character": "Alice",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Alice",
      "startTime": 1,
      "finishTime": 4.56,
      "dialogue": {
        "text": "What about those new developers we started onboarding a few weeks ago?",
        "align": "center"
      }
    },
    {
      "character": "Alice",
      "opacity": 0,
      "startTime": 5.06
    }
  ]
}