Back to Freecodecamp

Task 17

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

latest1.5 KB
Original Source
<!-- (audio) Sarah: Maybe we can play 'Gartic' on the next game night? -->

--description--

In this part of the dialogue, Sarah suggests playing Gartic on the next game night.

On the next game night refers to a specific future occasion when they usually meet to play games.

--questions--

--text--

What does on the next game night mean?

--answers--

The next time they meet to play games.


This evening, right now.

--feedback--

On the next game night refers to a future occasion, not the present.


Tomorrow night.

--feedback--

On the next game night refers to a specific occasion, not just any night.


Whenever they feel like it.

--feedback--

On the next game night refers to a specific occasion, not just whenever.

--video-solution--

1

--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": 37.5,
      "finishTimestamp": 39.54
    }
  },
  "commands": [
    {
      "character": "Sarah",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Sarah",
      "startTime": 1,
      "finishTime": 3.04,
      "dialogue": {
        "text": "Maybe we can play 'Gartic' on the next game night?",
        "align": "center"
      }
    },
    {
      "character": "Sarah",
      "opacity": 0,
      "startTime": 3.54
    }
  ]
}