Back to Freecodecamp

Task 113

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

latest1.9 KB
Original Source
<!-- (Audio) Sarah: We would have more flexibility, and we could ensure the quality is up to our standards. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

We would have BLANK, and we could ensure the quality is BLANK.

--blanks--

more flexibility

--feedback--

This two-word phrase means having greater freedom to make changes or adjustments.


up to our standards

--feedback--

These four words together mean meeting the level of quality that is expected or required.

--explanation--

More flexibility means having greater freedom to make decisions, changes, or adjustments as needed. For example:

Working remotely gives employees more flexibility with their schedules. – This means employees have more freedom to choose when they work.

Up to our standards means meeting the expected or required level of quality. For example:

We need to test the product to make sure it is up to our standards. – This means checking that the product meets the required level of quality.

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Sarah",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.4
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_13-3.mp3",
      "startTime": 1,
      "startTimestamp": 24.82,
      "finishTimestamp": 28.38
    }
  },
  "commands": [
    {
      "character": "Sarah",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Sarah",
      "startTime": 1,
      "finishTime": 4.56,
      "dialogue": {
        "text": "We would have more flexibility and we could ensure the quality is up to our standards.",
        "align": "center"
      }
    },
    {
      "character": "Sarah",
      "opacity": 0,
      "startTime": 5.06
    }
  ]
}