Back to Freecodecamp

Task 129

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

latest1.7 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 training approach isn't getting the results we expect, maybe we should BLANK.

--blanks--

switch things up

--feedback--

These three words mean making a change.

--explanation--

Switch something up means to change something in order to improve it. It is an informal way to suggest trying a different method or approach. For example:

  • They switched the schedule up to save more time. - They changed the plan or timetable.

  • I switched the routine up to keep things interesting. - You changed your usual routine to keep things exciting.

--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
    }
  ]
}