Back to Freecodecamp

Task 92

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

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

--description--

Being energetic means having a lot of energy, enthusiasm, and a readiness to act.

--fillInTheBlank--

--sentence--

So nice to have someone so BLANK like you in the team.

--blanks--

energetic

--feedback--

This adjective describes someone as full of energy.

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