Back to Freecodecamp

Task 134

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

latest1.1 KB
Original Source
<!-- AUDIO REFERENCE: Brian: Sophie! Great to see you here. -->

--description--

Brian is grateful to see Sophie. Listen to the video and fill in the blank below.

--fillInTheBlank--

--sentence--

Sophie! Great to see you BLANK.

--blanks--

here

--feedback--

This adverb means in this place or location. Brian is happy to see Sophie in the café.

--scene--

json
{
  "setup": {
    "background": "cafe.png",
    "characters": [
      {
        "character": "Brian",
        "position": { "x": 50, "y": 15, "z": 1.2 },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "1.1-4.mp3",
      "startTime": 1,
      "startTimestamp": 3.45,
      "finishTimestamp": 5.56
    }
  },
  "commands": [
    {
      "character": "Brian",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Brian",
      "startTime": 1,
      "finishTime": 2.5,
      "dialogue": {
        "text": "Sophie! Great to see you here.",
        "align": "center"
      }
    },
    {
      "character": "Brian",
      "opacity": 0,
      "startTime": 3
    }
  ]
}