Back to Freecodecamp

Task 114

curriculum/challenges/english/blocks/learn-greetings-in-your-first-day-at-the-office/656ccde87f42ec13b19c5dab.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--

A café is a place where you can buy and drink coffee, often with light meals and snacks.

--questions--

--text--

Which of the following best describes a café?

--answers--

A place to buy books.

--feedback--

While some cafés might have books, they are primarily for drinks and food.


A place to drink coffee and eat light meals.


A music performance area.

--feedback--

Some cafés might have music, but their main purpose is food and drinks.


A clothing store.

--feedback--

Cafés are related to food and drinks, not clothes.

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