Back to Freecodecamp

Task 91

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

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

--description--

Someone is used to refer to an unspecified individual or person without specifying exactly who.

--questions--

--text--

Whom does Sophie mean by someone?

--answers--

A specific person she knows.

--feedback--

She's talking about Tom but isn't naming him directly.


Any person, not specified.


A famous person.

--feedback--

The context doesn't suggest fame.


Herself.

--feedback--

She's talking about Tom, not herself.

--video-solution--

2

--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.22,
      "finishTimestamp": 55.86
    }
  },
  "commands": [
    {
      "character": "Sophie",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Sophie",
      "startTime": 1,
      "finishTime": 3.3,
      "dialogue": {
        "text": "So nice to have someone so energetic like you in the team.",
        "align": "center"
      }
    },
    {
      "character": "Sophie",
      "opacity": 0,
      "startTime": 3.8
    }
  ]
}