Back to Freecodecamp

Task 3

curriculum/challenges/english/blocks/learn-conversation-starters-in-the-break-room/657b08655966781abf6396ff.md

latest1.4 KB
Original Source
<!-- (audio) Sarah: Hi, Tom. Are you happy with the workplace so far? -->

--description--

Listen to the audio and answer the question below.

--questions--

--text--

Which sentence is grammatically correct?

--answers--

You are happy with the workplace so far?

--feedback--

This is the word order for a statement, not a question.


Are you happy with the workplace so far?


Is you happy with the workplace so far?

--feedback--

Is is not the correct form of to be for the subject you.


Happy you are with the workplace so far?

--feedback--

This option has words in a mixed order that does not form a correct question.

--video-solution--

2

--scene--

json
{
  "setup": {
    "background": "company1-reception.png",
    "characters": [
      {
        "character": "Sarah",
        "position": {"x":50,"y":0,"z":1.4},
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "1.3-1.mp3",
      "startTime": 1,
      "startTimestamp": 0.00,
      "finishTimestamp": 2.78
    }
  },
  "commands": [
    {
      "character": "Sarah",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Sarah",
      "startTime": 1,
      "finishTime": 3.78,
      "dialogue": {
        "text": "Hi, Tom. Are you happy with the workplace so far?",
        "align": "center"
      }
    },
    {
      "character": "Sarah",
      "opacity": 0,
      "startTime": 4.28
    }
  ]
}