Back to Freecodecamp

Task 124

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

latest2.2 KB
Original Source
<!-- (audio) Tom: Fantastic. Is there anything else interesting to check out? Maria: Absolutely. There's a gym. There are also great coffee shops not too far away. -->

--description--

A gym is a place where people go to do exercise or sports activities. In a gym, people can use machines, lift weights, or join fitness classes to stay healthy and active.

Maria says, There's a gym. By bringing it up, she is pointing out one of the interesting facilities nearby.

--questions--

--text--

What is Maria saying?

--answers--

Is there a gym?

--feedback--

This choice is a question, but Maria is making a statement.


There are gym.

--feedback--

This choice has a grammatical error; it should be There is a gym for singular.


There is gyms.

--feedback--

This choice has a grammatical error; gyms is plural, so it should be There are gyms.


There is a gym.

--video-solution--

4

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Tom",
        "position": { "x": 50, "y": 15, "z": 1.2 },
        "opacity": 0
      },
      {
        "character": "Maria",
        "position": { "x": 50, "y": 0, "z": 1.4 },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "1.3-5.mp3",
      "startTime": 1,
      "startTimestamp": 22.58,
      "finishTimestamp": 30.92
    }
  },
  "commands": [
    {
      "character": "Tom",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Tom",
      "startTime": 1,
      "finishTime": 3.76,
      "dialogue": {
        "text": "Fantastic. Is there anything else interesting to check out?",
        "align": "center"
      }
    },
    {
      "character": "Tom",
      "opacity": 0,
      "startTime": 3.76
    },
    {
      "character": "Maria",
      "opacity": 1,
      "startTime": 3.76
    },
    {
      "character": "Maria",
      "startTime": 4.36,
      "finishTime": 9.34,
      "dialogue": {
        "text": "Absolutely. There's a gym. There are also great coffee shops not too far away.",
        "align": "center"
      }
    },
    {
      "character": "Maria",
      "opacity": 0,
      "startTime": 9.84
    }
  ]
}