Back to Freecodecamp

Task 26

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

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

--description--

A drawing tablet is a tool that people use with computers to draw or design things.

--questions--

--text--

What is a drawing tablet?

--answers--

A book to draw in.

--feedback--

This is a sketchbook, not a drawing tablet.


A tool for painting walls.

--feedback--

You use brushes or rollers for this, not drawing tablets.


A tool used with computers to draw.


A kind of chair.

--feedback--

You don't draw with chairs. Think about a tool used with computers.

--video-solution--

3

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