Back to Freecodecamp

Task 126

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

latest1.4 KB
Original Source
<!-- AUDIO REFERENCE: Sophie: Well, it's not far. Come on, we can go together. -->

--description--

Go together is often used to suggest that two or more people accompany each other to a particular place or participate in an activity together.

--questions--

--text--

What does Sophie suggest they do?

--answers--

Go in separate ways.

--feedback--

Sophie's suggestion implies companionship, not separation.


Meet at the café later.

--feedback--

Sophie is suggesting they move now, not meet later.


Go to the café with each other.


Wait for someone else.

--feedback--

There's no mention of waiting for a third person in the conversation.

--video-solution--

3

--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": 28,
      "finishTimestamp": 30.65
    }
  },
  "commands": [
    {
      "character": "Sophie",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Sophie",
      "startTime": 1,
      "finishTime": 3.2,
      "dialogue": {
        "text": "Well, it's not far. Come on, we can go together.",
        "align": "center"
      }
    },
    {
      "character": "Sophie",
      "opacity": 0,
      "startTime": 3.7
    }
  ]
}