Back to Freecodecamp

Task 131

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

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

--description--

Listen to the video and fill in the blank below.

--fillInTheBlank--

--sentence--

Oh, BLANK who's here! Hey, Brian. How is everything?

--blanks--

look

--feedback--

This verb means to use your eyes to see something. It's a part of a phrase to express surprise.

--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
    }
  ]
}