Back to Freecodecamp

Task 150

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

latest1.6 KB
Original Source
<!-- (audio) Alice: I think this new approach could be a game-changer for our training sessions. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

I think this new approach could be a BLANK for our training sessions.

--blanks--

game-changer

--feedback--

This describes something that makes a big positive impact or change. This is a compound word, remember to use -.

--explanation--

A game-changer is something that transforms a situation in a significant way. For example:

  • Switching to remote work has been a game-changer for productivity. - It has greatly improved how much work gets done.

  • That new feature is a game-changer for our app. - It completely changes how the app works in a good way.

--scene--

json
{
  "setup": {
    "background": "company2-boardroom.png",
    "characters": [
      {
        "character": "Alice",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.4
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_17-3.mp3",
      "startTime": 1,
      "startTimestamp": 75.58,
      "finishTimestamp": 78.36
    }
  },
  "commands": [
    {
      "character": "Alice",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Alice",
      "startTime": 1,
      "finishTime": 3.78,
      "dialogue": {
        "text": "I think this new approach could be a game-changer for our training sessions.",
        "align": "center"
      }
    },
    {
      "character": "Alice",
      "opacity": 0,
      "startTime": 4.28
    }
  ]
}