Back to Freecodecamp

Task 78

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

latest1.9 KB
Original Source
<!-- (Audio) Bob: Each new developer will work with someone more experienced. This way, every new person gets help and no one feels too stressed. -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

What is the goal of Bob's plan?

--answers--

To test if new developers can solve problems alone.

--feedback--

Bob talks about giving support, not testing independence.


To help new developers feel supported and less stressed.


To increase the number of tasks given to new developers.

--feedback--

The goal is support, not workload increase.


To move experienced developers to other teams.

--feedback--

The plan keeps experienced developers helping the new ones.

--video-solution--

2

--explanation--

Bob explains that pairing new developers with experienced ones will make sure every new person gets help and that no one feels too stressed.

--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": 36.88
    }
  },
  "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",
      "startTime": 5,
      "finishTime": 9.28,
      "dialogue": {
        "text": "This way, every new person gets help and no one feels too stressed.",
        "align": "center"
      }
    },
    {
      "character": "Bob",
      "opacity": 0,
      "startTime": 9.78
    }
  ]
}