Back to Freecodecamp

Task 37

curriculum/challenges/english/blocks/learn-how-to-describe-places-and-events/66a9640b65f4be57eff3917b.md

latest3.1 KB
Original Source
<!-- AUDIO REFERENCE: Lisa: I can help you sign up. When are you available to go over the form? Bob: How about tomorrow during lunch? Lisa: Works for me. -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

What time and day is Bob suggesting for them to meet, and does it work for Lisa?

--answers--

Bob suggests meeting today during lunch, and it works for Lisa.

--feedback--

Bob is suggesting to meet tomorrow, not today.


Bob suggests meeting tomorrow during dinner, and it works for Lisa.

--feedback--

Bob is suggesting to meet during lunch, not dinner.


Bob suggests meeting tomorrow during lunch, but it doesn't work for Lisa.

--feedback--

Lisa confirms that tomorrow during lunch works for her.


Bob suggests meeting tomorrow during lunch, and it works for Lisa.

--video-solution--

4

--explanation--

People suggest times to meet and confirm if those times work for others.

Listen to the words Bob says after How about..., he says a specific time and day: tomorrow during lunch.

Lisa responds with works for me, which is a casual way of saying the suggested time is convenient or acceptable. For example:

  • Bob: How about meeting at 3 PM?, Lisa: Works for me! - This means Lisa is available to meet at 3PM.

--scene--

json
{
  "setup": {
    "background": "company2-boardroom.png",
    "characters": [
      {
        "character": "Lisa",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      },
      {
        "character": "Bob",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_1-1.mp3",
      "startTime": 1,
      "startTimestamp": 43.64,
      "finishTimestamp": 49.96
    }
  },
  "commands": [
    {
      "character": "Lisa",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Lisa",
      "startTime": 1,
      "finishTime": 2.06,
      "dialogue": {
        "text": "I can help you sign up.",
        "align": "center"
      }
    },
    {
      "character": "Lisa",
      "startTime": 2.28,
      "finishTime": 3.76,
      "dialogue": {
        "text": "When are you available to go over the form?",
        "align": "center"
      }
    },
    {
      "character": "Lisa",
      "opacity": 0,
      "startTime": 4.01
    },
    {
      "character": "Bob",
      "opacity": 1,
      "startTime": 4.01
    },
    {
      "character": "Bob",
      "startTime": 4.26,
      "finishTime": 6.02,
      "dialogue": {
        "text": "How about tomorrow during lunch?",
        "align": "center"
      }
    },
    {
      "character": "Bob",
      "opacity": 0,
      "startTime": 6.36
    },
    {
      "character": "Lisa",
      "opacity": 1,
      "startTime": 6.36
    },
    {
      "character": "Lisa",
      "startTime": 6.7,
      "finishTime": 7.32,
      "dialogue": {
        "text": "Works for me.",
        "align": "center"
      }
    },
    {
      "character": "Lisa",
      "opacity": 0,
      "startTime": 7.82
    }
  ]
}