Back to Freecodecamp

Task 90

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

latest1.7 KB
Original Source
<!-- (Audio) Alice: Thanks for all the information, Tom. This gives me a lot to think about. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

Thanks for BLANK, Tom. This gives me a lot to BLANK.

--blanks--

all the information

--feedback--

These three words together refer to everything that was shared or explained.


think about

--feedback--

This two-word phrase means to consider something carefully.

--explanation--

All the information means everything that was shared or explained. For example:

She read all the information about the job before applying. - This means she carefully reviewed everything about the job.

Think about means to consider something carefully. For example:

I need to think about my options before making a decision. - This means you need time to decide.

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Alice",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.4
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_13-2.mp3",
      "startTime": 1,
      "startTimestamp": 68.58,
      "finishTimestamp": 71.68
    }
  },
  "commands": [
    {
      "character": "Alice",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Alice",
      "startTime": 1,
      "finishTime": 4.1,
      "dialogue": {
        "text": "Thanks for all the information, Tom. This gives me a lot to think about.",
        "align": "center"
      }
    },
    {
      "character": "Alice",
      "opacity": 0,
      "startTime": 4.6
    }
  ]
}