Back to Freecodecamp

Task 127

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

latest1.3 KB
Original Source
<!-- AUDIO REFERENCE: Sophie: Come on, we can go together. -->

--description--

When two or more people decide to accompany each other to a place or event, they use a phrase to indicate they'll be going as a group.

--fillInTheBlank--

--sentence--

Come on, we can BLANK BLANK.

--blanks--

go

--feedback--

This verb means to move or travel somewhere. Sophie is suggesting that they both head to the café at the same time as a pair.


together

--feedback--

This adverb means with someone else or in a group. Sophie is suggesting that they both head to the café at the same time as a pair.

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Sophie",
        "position": { "x": 50, "y": 0, "z": 1.4 },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "1.1-3.mp3",
      "startTime": 1,
      "startTimestamp": 29.2,
      "finishTimestamp": 30.65
    }
  },
  "commands": [
    {
      "character": "Sophie",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Sophie",
      "startTime": 1,
      "finishTime": 2.4,
      "dialogue": {
        "text": "Come on, we can go together.",
        "align": "center"
      }
    },
    {
      "character": "Sophie",
      "opacity": 0,
      "startTime": 2.9
    }
  ]
}