Back to Freecodecamp

Task 99

curriculum/challenges/english/blocks/learn-how-to-talk-about-past-experiences/671f7727d2e4240680c126bc.md

latest2.8 KB
Original Source
<!-- (Audio) Maria: I remember you would often stay late, fine-tuning the code until it was just right. Brian: Now I take care of the training so that others can do the same. -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

What does Brian do now, and why does he do that?

--answers--

He still fine-tunes the code himself, but not as often.

--feedback--

Brian says he focuses on training others now, not doing the fine-tuning himself.


He takes care of hiring new team members for coding tasks.

--feedback--

Brian mentions handling training, not hiring.


He reviews others' work without providing training.

--feedback--

Brian emphasizes that he takes care of the training to help others learn.


He takes care of the training so that others can stay late to fine-tune the code.

--video-solution--

4

--explanation--

The phrase so that is used to express purpose or reason, showing why an action is done. For example:

She explained the process clearly so that everyone could understand it. - This means her intent with explaining the process clearly was to make everyone understand it.

In the dialog, Brian uses it to show that his goal in providing training is to empower others to perform at the same level as he did when he fine-tuned the code himself.

--scene--

json
{
  "setup": {
    "background": "cafe.png",
    "characters": [
      {
        "character": "Maria",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.5
        },
        "opacity": 0
      },
      {
        "character": "Brian",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_2-3.mp3",
      "startTime": 1,
      "startTimestamp": 30.98,
      "finishTimestamp": 39.8
    }
  },
  "commands": [
    {
      "character": "Maria",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Maria",
      "startTime": 1,
      "finishTime": 2.84,
      "dialogue": {
        "text": "I remember you would often stay late,",
        "align": "center"
      }
    },
    {
      "character": "Maria",
      "startTime": 3,
      "finishTime": 4.98,
      "dialogue": {
        "text": "fine-tuning the code until it was just right.",
        "align": "center"
      }
    },
    {
      "character": "Maria",
      "opacity": 0,
      "startTime": 5.64
    },
    {
      "character": "Brian",
      "opacity": 1,
      "startTime": 5.64
    },
    {
      "character": "Brian",
      "startTime": 6.3,
      "finishTime": 9.82,
      "dialogue": {
        "text": "Now I take care of the training so that others can do the same.",
        "align": "center"
      }
    },
    {
      "character": "Brian",
      "opacity": 0,
      "startTime": 10.32
    }
  ]
}