Back to Freecodecamp

Task 115

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

latest1.4 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--

Sophie is suggesting a place for lunch and is asking Tom if he's okay with her choice.

--questions--

--text--

Where is the café Sophie is suggesting?

--answers--

Across the town.

--feedback--

Listen closely to where Sophie says the café is located.


Up the hill.

--feedback--

Listen closely to where Sophie says the café is located.


Right down the street.


Next to the office.

--feedback--

Listen closely to where Sophie says the café is located.

--video-solution--

3

--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
    }
  ]
}