Back to Freecodecamp

Task 92

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

latest2.4 KB
Original Source
<!-- (Audio) Tom: No problem, Alice. If you have any more questions, just let me know. I can also introduce you to a few people in these companies if you'd like. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

No problem, Alice. If you have any more questions, just let me know. I can also BLANK you to BLANK people in these companies if BLANK.

--blanks--

introduce

--feedback--

This word means to help someone meet a new person for the first time.


a few

--feedback--

This two-word phrase means a small number, more than one but not many.


you'd like

--feedback--

This two-word phrase means "if you want to" in a polite way. The first word is the contraction for you would.

--explanation--

Introduce means to help someone meet a new person. For example:

She introduced me to her manager at the meeting. - This means the person helped you meet her manager for the first time.

A few means a small number, more than one but not many. For example:

I have a few questions about the project. - This means you have a small number of questions.

You'd like is a polite way of saying "if you want to". For example:

I can help you with your work if you'd like. - This means you are offering to help if the person wants it.

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Tom",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_13-2.mp3",
      "startTime": 1,
      "startTimestamp": 72.42,
      "finishTimestamp": 79.94
    }
  },
  "commands": [
    {
      "character": "Tom",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Tom",
      "startTime": 1,
      "finishTime": 4.46,
      "dialogue": {
        "text": "No problem, Alice. If you have any more questions, just let me know.",
        "align": "center"
      }
    },
    {
      "character": "Tom",
      "startTime": 4.92,
      "finishTime": 8.12,
      "dialogue": {
        "text": "I can also introduce you to a few people in these companies if you'd like.",
        "align": "center"
      }
    },
    {
      "character": "Tom",
      "opacity": 0,
      "startTime": 8.62
    }
  ]
}