Back to Freecodecamp

Task 144

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

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

--description--

A workmate refers to someone you work with. It's another word for colleague or co-worker. This person is someone you probably see regularly at your job or workplace.

--fillInTheBlank--

--sentence--

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

--blanks--

workmate

--feedback--

This noun refers to someone Brian and Tom both know from their job.

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