Back to Freecodecamp

Task 128

curriculum/challenges/english/blocks/learn-about-speculation-and-requests/67f6395cfd3f0c0bc5e84a5c.md

latest1.8 KB
Original Source
<!-- (audio) Brian: That's a good idea. But if the training approach isn't getting the results we expect, maybe we should switch things up. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

That's a good idea. But if the BLANK isn't getting the results we expect, maybe we should switch things up.

--blanks--

training approach

--feedback--

This two-word phrase refers to a structured process of teaching or learning skills.

--explanation--

Training approach means the method or strategy used to conduct training. It can involve lectures, hands-on exercises, group discussions, or online learning. For example:

  • This training approach helps new developers learn faster. - This way of teaching helps beginners understand quickly.

  • They are testing a new training approach for remote teams. - They're trying a new way to teach people who work from home.

--scene--

json
{
  "setup": {
    "background": "company2-boardroom.png",
    "characters": [
      {
        "character": "Brian",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_17-3.mp3",
      "startTime": 1,
      "startTimestamp": 25.3,
      "finishTimestamp": 30.8
    }
  },
  "commands": [
    {
      "character": "Brian",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Brian",
      "startTime": 1,
      "finishTime": 6.6,
      "dialogue": {
        "text": "That's a good idea. But if the training approach isn't getting the results we expect, maybe we should switch things up.",
        "align": "center"
      }
    },
    {
      "character": "Brian",
      "opacity": 0,
      "startTime": 7.1
    }
  ]
}