Back to Freecodecamp

Task 93

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

latest2.1 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 answer the question below.

--questions--

--text--

What is Tom offering to do for Alice?

--answers--

To answer her questions but nothing more.

--feedback--

Tom does offer to answer questions, but he also offers additional help.


To give her a detailed report on each company.

--feedback--

Tom does not mention anything about providing a report.


To introduce her to some people in the companies.


To schedule job interviews for her.

--feedback--

Tom does not mention arranging job interviews.

--video-solution--

3

--explanation--

Tom offers to introduce Alice to a few people in the companies. This means he is willing to help her make connections, which could be useful for learning more about the companies or finding job opportunities.

He also tells her to ask if she has more questions, but introductions are his main offer.

--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.62,
      "finishTimestamp": 79.94
    }
  },
  "commands": [
    {
      "character": "Tom",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Tom",
      "startTime": 1,
      "finishTime": 4.66,
      "dialogue": {
        "text": "No problem, Alice. If you have any more questions, just let me know.",
        "align": "center"
      }
    },
    {
      "character": "Tom",
      "startTime": 4.92,
      "finishTime": 8.32,
      "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.82
    }
  ]
}