Back to Freecodecamp

Task 130

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

latest1.5 KB
Original Source
<!-- AUDIO REFERENCE: Sophie: Oh, look who's here! Hey, Brian. How is everything? -->

--description--

The expression look who's here is often used when you notice someone arriving or entering a place, especially when it's unexpected or a pleasant surprise.

--questions--

--text--

Which of the following best describes the meaning of look who's here?

--answers--

Tell me where that person is.

--feedback--

The phrase is not about asking for someone's location.


I see that person.

--feedback--

This is partially correct. There is something more.


I'm surprised to see that person here.


I don't know that person.

--feedback--

It's not about not knowing the person, but noticing them.

--video-solution--

3

--scene--

json
{
  "setup": {
    "background": "cafe.png",
    "characters": [
      {
        "character": "Sophie",
        "position": { "x": 50, "y": 0, "z": 1.4 },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "1.1-4.mp3",
      "startTime": 1,
      "startTimestamp": 0,
      "finishTimestamp": 3.02
    }
  },
  "commands": [
    {
      "character": "Sophie",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Sophie",
      "startTime": 1,
      "finishTime": 3.52,
      "dialogue": {
        "text": "Oh, look who's here! Hey, Brian. How is everything?",
        "align": "center"
      }
    },
    {
      "character": "Sophie",
      "opacity": 0,
      "startTime": 4.02
    }
  ]
}