Back to Freecodecamp

Task 117

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

latest1.5 KB
Original Source
<!-- AUDIO REFERENCE: Sophie: I know a nice one. It's a café right down the street. Is that okay for you? -->

--description--

Is that okay for you? is used to ask if someone agrees with or accepts a suggestion or situation.

--questions--

--text--

What is Sophie trying to know when she asks Is that okay for you?

--answers--

If Tom knows the café.

--feedback--

Sophie is not asking about Tom's knowledge of the café.


If Tom agrees with the café choice.


If Tom dislikes coffee.

--feedback--

The question doesn't specify anything about liking or disliking coffee.


If Tom owns the café.

--feedback--

Sophie is asking about Tom's preference, not ownership.

--video-solution--

2

--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": 16.74,
      "finishTimestamp": 20.34
    }
  },
  "commands": [
    {
      "character": "Sophie",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Sophie",
      "startTime": 1,
      "finishTime": 4.3,
      "dialogue": {
        "text": "I know a nice one. It's a café right down the street. Is that okay for you?",
        "align": "center"
      }
    },
    {
      "character": "Sophie",
      "opacity": 0,
      "startTime": 4.8
    }
  ]
}