Back to Freecodecamp

Task 65

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

latest1.7 KB
Original Source
<!-- AUDIO REFERENCE: Tom: Awesome. My computer and drawing tablet are great, too. -->

--description--

When someone says too at the end of a sentence, they mean also or as well. For example, I like it too means I also like it.

Adding too at the end of a statement implies agreement or adds emphasis that a similar condition or fact applies to what's being discussed.

--questions--

--text--

What is Tom implying with his computer and drawing tablet being great, too?

--answers--

He doesn't like his computer.

--feedback--

Too means also. Think about what else Tom thinks is good.


He only likes his drawing tablet.

--feedback--

Too means also. Think about what else Tom thinks is good.


He thinks both his computer and drawing tablet are good, like something else he talked about.


He doesn't think they're good.

--feedback--

Too means also. Think about what else Tom thinks is good.

--video-solution--

3

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Tom",
        "position": { "x": 50, "y": 15, "z": 1.2 },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "1.1-2.mp3",
      "startTime": 1,
      "startTimestamp": 32.3,
      "finishTimestamp": 36
    }
  },
  "commands": [
    {
      "character": "Tom",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Tom",
      "startTime": 1,
      "finishTime": 4.25,
      "dialogue": {
        "text": "Awesome. My computer and drawing tablet are great, too.",
        "align": "center"
      }
    },
    {
      "character": "Tom",
      "opacity": 0,
      "startTime": 4.75
    }
  ]
}