Back to Freecodecamp

Task 27

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

latest1.2 KB
Original Source
<!-- AUDIO REFERENCE: Maria: Do you see the desk with a drawing tablet and a computer? -->

--description--

Maria is directing Tom to his workspace and describing certain items on his desk.

--fillInTheBlank--

--sentence--

Do you see the desk with a BLANK and a computer?

--blanks--

drawing tablet

--feedback--

These two words refer to a device you can draw on with a pen and see the image on a screen.

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Maria",
        "position": {"x":50,"y":0,"z":1.5},
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "1.1-1.mp3",
      "startTime": 1,
      "startTimestamp": 17.75,
      "finishTimestamp": 20.3
    }
  },
  "commands": [
    {
      "character": "Maria",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Maria",
      "startTime": 1,
      "finishTime": 3.4,
      "dialogue": {
        "text": "Do you see the desk with a drawing tablet and a computer?",
        "align": "center"
      }
    },
    {
      "character": "Maria",
      "opacity": 0,
      "startTime": 3.9
    }
  ]
}