Back to Freecodecamp

Task 146

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

latest1.2 KB
Original Source
<!-- AUDIO REFERENCE: Brian: Sophie is a great workmate. She's very kind and helpful. -->

--description--

Someone who is helpful is ready to give assistance or support. When you describe someone as helpful, you mean they offer help or provide solutions to problems you might face.

--fillInTheBlank--

--sentence--

Sophie is a great workmate. She's very kind and BLANK.

--blanks--

helpful

--feedback--

This adjective refers to Sophie's willingness to assist or support anyone.

--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": 18.75,
      "finishTimestamp": 22.3
    }
  },
  "commands": [
    {
      "character": "Brian",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Brian",
      "startTime": 1,
      "finishTime": 4.5,
      "dialogue": {
        "text": "Sophie is a great workmate. She's very kind and helpful.",
        "align": "center"
      }
    },
    {
      "character": "Brian",
      "opacity": 0,
      "startTime": 5
    }
  ]
}