Back to Freecodecamp

Task 98

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

latest1.4 KB
Original Source
<!-- AUDIO REFERENCE: Tom: Wow, I'm so hungry. Is it lunchtime? -->

--description--

To ask a question using it is, you change the order. Instead of it is, you say is it. This is how you turn a statement into a question.

--questions--

--text--

Which of the following is a correct form of a question?

--answers--

It is lunchtime?

--feedback--

This sentence can be understood, but this is not the common way to form a question.


Lunchtime it is?

--feedback--

This order is not commonly used for questions.


Is lunchtime it?

--feedback--

This order is incorrect for asking questions.


Is it lunchtime?

--video-solution--

4

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Tom",
        "position": { "x": 50, "y": 15, "z": 1.2 },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "1.1-3.mp3",
      "startTime": 1,
      "startTimestamp": 0,
      "finishTimestamp": 3.3
    }
  },
  "commands": [
    {
      "character": "Tom",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Tom",
      "startTime": 1,
      "finishTime": 3.9,
      "dialogue": {
        "text": "Wow, I'm so hungry. Is it lunchtime?",
        "align": "center"
      }
    },
    {
      "character": "Tom",
      "opacity": 0,
      "startTime": 4.4
    }
  ]
}