Back to Freecodecamp

Task 168

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

latest1.5 KB
Original Source
<!-- AUDIO REFERENCE: Jake: Well, it's five o'clock. I guess this is it for your first day. How was it? -->

--description--

Sometimes, people use phrases to ask about experiences, feelings, or opinions. How was it? is a general way to ask about something that just happened.

--questions--

--text--

Based on the audio, what does Jake want to know with How was it?

--answers--

What time it is.

--feedback--

Jake already mentioned the time.


What Sarah will do tomorrow.

--feedback--

He didn't ask about future plans.


How was Sarah's first day in the office.


Where Sarah is going.

--feedback--

He isn't asking about Sarah's location.

--video-solution--

3

--scene--

json
{
  "setup": {
    "background": "company1-reception.png",
    "characters": [
      {
        "character": "Jake",
        "position": {"x":50,"y":0,"z":1.4},
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "1.1-5.mp3",
      "startTime": 1,
      "startTimestamp": 19.1,
      "finishTimestamp": 24.23
    }
  },
  "commands": [
    {
      "character": "Jake",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Jake",
      "startTime": 1,
      "finishTime": 6,
      "dialogue": {
        "text": "Well, it's five o'clock. I guess this is it for your first day. How was it?",
        "align": "center"
      }
    },
    {
      "character": "Jake",
      "opacity": 0,
      "startTime": 6.5
    }
  ]
}