Back to Freecodecamp

Task 93

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

latest1.6 KB
Original Source
<!-- AUDIO REFERENCE: Sophie: So nice to have someone so energetic like you in the team. Are you ready to begin? -->

--description--

Asking if someone is ready to begin is a way to check if the person is prepared or eager to start a particular activity.

--questions--

--text--

What does Sophie ask Tom at the end?

--answers--

Are you ready to leave?

--feedback--

Listen again. Sophie's question is about starting something, not about leaving.


Are you ready to relax?

--feedback--

Listen again. Sophie's question is about starting something, not about relaxing.


Are you ready to work?

--feedback--

Listen again. Sophie's question is about starting something, not about working.


Are you ready to begin?

--video-solution--

4

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Sophie",
        "position": { "x": 50, "y": 0, "z": 1.4 },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "1.1-2.mp3",
      "startTime": 1,
      "startTimestamp": 53.15,
      "finishTimestamp": 57.2
    }
  },
  "commands": [
    {
      "character": "Sophie",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Sophie",
      "startTime": 1,
      "finishTime": 4.75,
      "dialogue": {
        "text": "So nice to have someone so energetic like you in the team. Are you ready to begin?",
        "align": "center"
      }
    },
    {
      "character": "Sophie",
      "opacity": 0,
      "startTime": 5.25
    }
  ]
}