Back to Freecodecamp

Task 101

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

latest1.4 KB
Original Source
<!-- AUDIO REFERENCE: Tom: Are you eating here or are you going out? -->

--description--

To ask about someone's actions or plans in the present with the verb to be, you can use the structure are you at the beginning of the question. This combination of verb (are) and subject (you) helps form questions in the present simple tense.

--fillInTheBlank--

--sentence--

BLANK you eating here or BLANK you going out?

--blanks--

Are

--feedback--

This is a form of the verb to be, used with you, we, or they. The first letter is capitalized.


are

--feedback--

This is a form of the verb to be, used with you, we, or they.

--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": 5.2,
      "finishTimestamp": 7.66
    }
  },
  "commands": [
    {
      "character": "Tom",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Tom",
      "startTime": 1,
      "finishTime": 2.85,
      "dialogue": {
        "text": "Are you eating here or are you going out?",
        "align": "center"
      }
    },
    {
      "character": "Tom",
      "opacity": 0,
      "startTime": 3.35
    }
  ]
}