Back to Freecodecamp

Task 130

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

latest2.0 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 answer the question below.

--questions--

--text--

What does Brian mention about not getting expected results after training?

--answers--

If the training approach is perfect, they should do nothing.

--feedback--

Brian is not saying the training is perfect.


If the training approach isn't working, they should change it.


If the training approach is bad, they should cancel all sessions.

--feedback--

Brian does not suggest canceling the training.


If they expect results, they don't need to change anything.

--feedback--

Brian suggests changing the approach if results are not as expected.

--video-solution--

2

--explanation--

Brian thinks they should consider making changes if the current method is not effective.

He says they should switch things up which means to change the method or try something different.

Brian is not criticizing the training, but he is open to making improvements based on the outcome.

--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.9
    }
  },
  "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
    }
  ]
}