Back to Freecodecamp

Task 166

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

latest1.4 KB
Original Source
<!-- AUDIO REFERENCE: Jake: I guess this is it for your first day. How was it? -->

--description--

I guess is a phrase used when someone is not completely sure but wants to make an assumption or express an opinion.

--questions--

--text--

In the context of the audio, what does I guess mean?

--answers--

Jake is absolutely certain.

--feedback--

Guess means there's some uncertainty.


Jake is not sure. He thinks what he is saying is true.


Jake disagrees with Sarah.

--feedback--

The conversation is not about disagreement.


Jake can't remember something.

--feedback--

The phrase isn't about forgetting.

--video-solution--

2

--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": 20.92,
      "finishTimestamp": 24.23
    }
  },
  "commands": [
    {
      "character": "Jake",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Jake",
      "startTime": 1,
      "finishTime": 4.31,
      "dialogue": {
        "text": "I guess this is it for your first day. How was it?",
        "align": "center"
      }
    },
    {
      "character": "Jake",
      "opacity": 0,
      "startTime": 4.81
    }
  ]
}