Back to Freecodecamp

Task 102

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

latest1.8 KB
Original Source
<!-- (Audio) Brian: Hey, Sarah. We need to decide on the best solution for our new software development project. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

Hey, Sarah. We need to BLANK the BLANK for our new software development project.

--blanks--

decide on

--feedback--

These two words together mean to make a choice after considering different options.


best solution

--feedback--

This two-word phrase refers to the most effective answer to a problem.

--explanation--

Decide on means to choose something after thinking about different possibilities. For example:

We need to decide on a programming language for the project. – This means choosing one language after considering options.

Best solution refers to the most effective way to solve a problem. For example:

After testing different approaches, we found the best solution for the bug. – This means the most effective way to fix the bug.

--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": 0,
      "finishTimestamp": 4.72
    }
  },
  "commands": [
    {
      "character": "Brian",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Brian",
      "startTime": 1,
      "finishTime": 5.72,
      "dialogue": {
        "text": "Hey Sarah, we need to decide on the best solution for our new software development project.",
        "align": "center"
      }
    },
    {
      "character": "Brian",
      "opacity": 0,
      "startTime": 6.22
    }
  ]
}