Back to Freecodecamp

Task 117

curriculum/challenges/english/blocks/learn-how-to-talk-about-numbers-with-a-coworker/68493e971bc31e7e640018cb.md

latest1.5 KB
Original Source
<!-- (audio) Sophie: Got it. Next, let's count the graphic tablets. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

Got it. Next, let's count the BLANK.

--blanks--

graphic tablets

--feedback--

These are digital drawing devices often used by designers and illustrators. Use two words.

--explanation--

Graphic tablets are input devices that let users draw or write directly into a computer, using a stylus. They're common in design, illustration, and animation work. For example:

The designers use graphic tablets for drawing. — The designers draw using special digital tablets.

In Sophie's sentence, she wants to count how many of these devices they currently have.

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Sophie",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.4
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_23-3.mp3",
      "startTime": 1,
      "startTimestamp": 27.56,
      "finishTimestamp": 30.5
    }
  },
  "commands": [
    {
      "character": "Sophie",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Sophie",
      "startTime": 1,
      "finishTime": 3.94,
      "dialogue": {
        "text": "Got it. Next, let's count the graphic tablets.",
        "align": "center"
      }
    },
    {
      "character": "Sophie",
      "opacity": 0,
      "startTime": 4.44
    }
  ]
}