Back to Freecodecamp

Task 111

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

latest1.3 KB
Original Source
<!-- AUDIO REFERENCE: Tom: Of course. Any favorite lunch spot around here, Sophie? -->

--description--

Of course is used to express strong agreement or to indicate that something is obvious.

--questions--

--text--

What does Tom mean when he says Of course?

--answers--

He is not sure.

--feedback--

Of course indicates certainty.


He is disagreeing.

--feedback--

Of course is an affirmation or agreement.


He strongly agrees.


He needs more information.

--feedback--

Tom is expressing strong agreement, not asking for clarification.

--video-solution--

3

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Tom",
        "position": { "x": 50, "y": 15, "z": 1.2 },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "1.1-3.mp3",
      "startTime": 1,
      "startTimestamp": 12.85,
      "finishTimestamp": 16.1
    }
  },
  "commands": [
    {
      "character": "Tom",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Tom",
      "startTime": 1,
      "finishTime": 3.85,
      "dialogue": {
        "text": "Of course. Any favorite lunch spot around here, Sophie?",
        "align": "center"
      }
    },
    {
      "character": "Tom",
      "opacity": 0,
      "startTime": 4.35
    }
  ]
}