Back to Freecodecamp

Task 128

curriculum/challenges/english/blocks/learn-greetings-in-your-first-day-at-the-office/656cd31045ce74162adef6c7.md

latest4.1 KB
Original Source
<!-- AUDIO REFERENCE: Play entire dialogue -->

--description--

Listen to the whole conversation again and answer the question below.

--questions--

--text--

What are Tom and Sophie planning to do?

--answers--

They are planning to eat lunch at the office.

--feedback--

The discussion revolves around them leaving the office for lunch, not eating there.


They are discussing different cafés but haven't decided on one.

--feedback--

Sophie already has a specific café in mind that she mentions to Tom.


They are planning to eat at a café down the street together.


Sophie is going out for lunch, but Tom is eating at the office.

--feedback--

Both Tom and Sophie are planning to go to the café together.

--video-solution--

3

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Tom",
        "position": { "x": -25, "y": 0, "z": 1 }
      },
      {
        "character": "Sophie",
        "position": { "x": 125, "y": 0, "z": 1 }
      }
    ],
    "audio": {
      "filename": "1.1-3.mp3",
      "startTime": 1.2
    },
    "alwaysShowDialogue": true
  },
  "commands": [
    {
      "character": "Tom",
      "position": { "x": 25, "y": 0, "z": 1 },
      "startTime": 0
    },
    {
      "character": "Sophie",
      "position": { "x": 70, "y": 0, "z": 1 },
      "startTime": 0.5
    },
    {
      "character": "Tom",
      "startTime": 1,
      "finishTime": 4.4,
      "dialogue": {
        "text": "Wow, I'm so hungry. Is it lunchtime?",
        "align": "left"
      }
    },
    {
      "character": "Sophie",
      "startTime": 5,
      "finishTime": 6.4,
      "dialogue": {
        "text": "Yes, it is.",
        "align": "right"
      }
    },
    {
      "character": "Tom",
      "startTime": 6.6,
      "finishTime": 8.5,
      "dialogue": {
        "text": "Are you eating here or are you going out?",
        "align": "left"
      }
    },
    {
      "character": "Sophie",
      "startTime": 9.1,
      "finishTime": 10.8,
      "dialogue": {
        "text": "Today, I'm going out.",
        "align": "right"
      }
    },
    {
      "character": "Sophie",
      "startTime": 11,
      "finishTime": 14,
      "dialogue": {
        "text": "I can show you some places around here. Are you interested?",
        "align": "right"
      }
    },
    {
      "character": "Tom",
      "startTime": 14,
      "finishTime": 17.2,
      "dialogue": {
        "text": "Of course. Any favorite lunch spot around here, Sophie?",
        "align": "left"
      }
    },
    {
      "character": "Sophie",
      "startTime": 17.4,
      "finishTime": 20.5,
      "dialogue": {
        "text": "I know a nice one. It's a café right down the street.",
        "align": "right"
      }
    },
    {
      "character": "Sophie",
      "startTime": 20.5,
      "finishTime": 21.3,
      "dialogue": {
        "text": "Is that okay for you?",
        "align": "right"
      }
    },
    {
      "character": "Tom",
      "startTime": 21.5,
      "finishTime": 22.7,
      "dialogue": {
        "text": "Sounds great.",
        "align": "left"
      }
    },
    {
      "character": "Sophie",
      "startTime": 23.1,
      "finishTime": 25.2,
      "dialogue": {
        "text": "Yeah, it's nice to have a break from the office.",
        "align": "right"
      }
    },
    {
      "character": "Tom",
      "startTime": 25.4,
      "finishTime": 28.7,
      "dialogue": {
        "text": "It is. Is the café within walking distance?",
        "align": "left"
      }
    },
    {
      "character": "Sophie",
      "startTime": 29.1,
      "finishTime": 30.4,
      "dialogue": {
        "text": "Well, it's not far.",
        "align": "right"
      }
    },
    {
      "character": "Sophie",
      "startTime": 30.5,
      "finishTime": 32.1,
      "dialogue": {
        "text": "Come on. We can go together.",
        "align": "right"
      }
    },
    {
      "character": "Sophie",
      "position": { "x": 125, "y": 0, "z": 1 },
      "startTime": 32.6
    },
    {
      "character": "Tom",
      "position": { "x": -25, "y": 0, "z": 1 },
      "startTime": 33.1
    }
  ]
}