Back to Freecodecamp

Task 13

curriculum/challenges/english/blocks/learn-conversation-starters-in-the-break-room/657b24875b782f8c6c85472f.md

latest1.6 KB
Original Source
<!-- (audio) Sarah: 'Monopoly' and 'Ticket To Ride' are popular choices. Are you familiar with them? -->

--description--

To be familiar with is a phrase used to ask or describe if you have knowledge or understanding about something, in this case, the games Monopoly and Ticket To Ride.

--questions--

--text--

What is Sarah asking Tom?

--answers--

If Tom knows about the games Monopoly and Ticket To Ride.


If Tom owns the games Monopoly and Ticket To Ride.

--feedback--

Owning the games is not the same as being familiar with them.


If Tom plays the games Monopoly and Ticket To Ride.

--feedback--

She is not asking if he played the games.


If Tom has the games Monopoly and Ticket To Ride.

--feedback--

Having the games is not the same as being familiar with them.

--video-solution--

1

--scene--

json
{
  "setup": {
    "background": "company1-reception.png",
    "characters": [
      {
        "character": "Sarah",
        "position": {"x":50,"y":0,"z":1.4},
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "1.3-1.mp3",
      "startTime": 1,
      "startTimestamp": 23.55,
      "finishTimestamp": 27.28
    }
  },
  "commands": [
    {
      "character": "Sarah",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Sarah",
      "startTime": 1,
      "finishTime": 4.73,
      "dialogue": {
        "text": "'Monopoly' and 'Ticket to Ride' are popular choices. Are you familiar with them?",
        "align": "center"
      }
    },
    {
      "character": "Sarah",
      "opacity": 0,
      "startTime": 5.23
    }
  ]
}