Back to Freecodecamp

Task 169

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

latest1.3 KB
Original Source
<!-- AUDIO REFERENCE: Sarah: Good, really good. See you tomorrow, then? -->

--description--

See you tomorrow is a casual way of saying goodbye and expressing the hope to meet the person the next day.

--questions--

--text--

After answering Jake's question, why does Sarah say See you tomorrow?

--answers--

They will meet now.

--feedback--

It's about the future, not now.


They will never meet again.

--feedback--

It's a positive statement.


She hopes to see him tomorrow.


She doesn't want to see him.

--feedback--

It's a friendly phrase.

--video-solution--

3

--scene--

json
{
  "setup": {
    "background": "company1-reception.png",
    "characters": [
      {
        "character": "Sarah",
        "position": {"x":50,"y":0,"z":1.4},
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "1.1-5.mp3",
      "startTime": 1,
      "startTimestamp": 25.04,
      "finishTimestamp": 27.46
    }
  },
  "commands": [
    {
      "character": "Sarah",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Sarah",
      "startTime": 1,
      "finishTime": 3.3,
      "dialogue": {
        "text": "Good, really good. See you tomorrow, then?",
        "align": "center"
      }
    },
    {
      "character": "Sarah",
      "opacity": 0,
      "startTime": 3.8
    }
  ]
}