Back to Freecodecamp

Task 126

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

latest2.3 KB
Original Source
<!-- (audio) Tom: How about bookstores or theaters? Maria: Hmm... There isn't any theater around here that I know of. The bookstores I remember are all downtown. -->

--description--

Bookstores are shops that sell books, and theaters are places where you can watch live performances or movies.

When Tom asks about places for reading and watching performances, he uses the plural forms bookstores and theaters just by adding an -s at the end of the word. This is how you make most nouns plural in English.

--fillInTheBlank--

--sentence--

Tom: How about BLANK or theaters?

Maria: Hmm... There isn't any BLANK around here that I know of. The bookstores I remember are all downtown.

--blanks--

bookstores

--feedback--

This word in the plural form refers to places that sell books.


theater

--feedback--

This word is about a place where you can watch movies.

--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": 31.28,
      "finishTimestamp": 40.0
    }
  },
  "commands": [
    {
      "character": "Tom",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Tom",
      "startTime": 1,
      "finishTime": 3.02,
      "dialogue": {
        "text": "How about bookstores or theaters?",
        "align": "center"
      }
    },
    {
      "character": "Tom",
      "opacity": 0,
      "startTime": 3.02
    },
    {
      "character": "Maria",
      "opacity": 1,
      "startTime": 3.02
    },
    {
      "character": "Maria",
      "startTime": 4.4,
      "finishTime": 6.02,
      "dialogue": {
        "text": "Hmm... There isn't any theater around here that I know of.",
        "align": "center"
      }
    },
    {
      "character": "Maria",
      "startTime": 6.02,
      "finishTime": 9.72,
      "dialogue": {
        "text": "The bookstores I remember are all downtown.",
        "align": "center"
      }
    },
    {
      "character": "Maria",
      "opacity": 0,
      "startTime": 10.22
    }
  ]
}