Back to Freecodecamp

Task 77

curriculum/challenges/english/blocks/learn-determiners-and-advanced-use-of-articles/68124a332d77bf27eb41dccc.md

latest1.6 KB
Original Source
<!-- (Audio) Bob: Each new developer will work with someone more experienced. -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

What will happen to each new developer?

--answers--

They will complete onboarding alone.

--feedback--

Bob says they will get help, not work alone.


They will move to a different company.

--feedback--

There's no mention of leaving the company.


They will start working only next year.

--feedback--

No delayed start is mentioned - they are being assigned now.


They will be paired with a more experienced person.

--video-solution--

4

--explanation--

Bob says Each new developer will work with someone more experienced, meaning every new person will have a mentor or guide to help them.

--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": 28.5,
      "finishTimestamp": 32.2
    }
  },
  "commands": [
    {
      "character": "Bob",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Bob",
      "startTime": 1,
      "finishTime": 4.6,
      "dialogue": {
        "text": "Each new developer will work with someone more experienced.",
        "align": "center"
      }
    },
    {
      "character": "Bob",
      "opacity": 0,
      "startTime": 5.1
    }
  ]
}