Back to Freecodecamp

Task 141

curriculum/challenges/english/blocks/learn-how-to-express-decisions-based-on-comparisons/67d81823421c436f4e37dce5.md

latest1.8 KB
Original Source
<!-- (Audio) Brian: That's a great idea. It could work. Thanks for the suggestion, Sarah. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

That's a great idea. It BLANK. Thanks for the BLANK, Sarah.

--blanks--

could work

--feedback--

These two words together mean something has the potential to be successful.


suggestion

--feedback--

This means an idea or advice.

--explanation--

Could work means that something is possible or has a good chance of being effective. For example:

Using a cloud server could work if we need more storage. – This means using a cloud server is a potential solution.

Thanks for the suggestion is a polite way to express appreciation when someone offers an idea or advice. For example:

Thanks for the suggestion! I'll try using a different debugging tool. – This means you appreciate the advice and will consider it.

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Brian",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_13-3.mp3",
      "startTime": 1,
      "startTimestamp": 99.96,
      "finishTimestamp": 103.92
    }
  },
  "commands": [
    {
      "character": "Brian",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Brian",
      "startTime": 1,
      "finishTime": 4.96,
      "dialogue": {
        "text": "That's a great idea. It could work. Thanks for the suggestion, Sarah.",
        "align": "center"
      }
    },
    {
      "character": "Brian",
      "opacity": 0,
      "startTime": 5.46
    }
  ]
}