Back to Freecodecamp

Task 110

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

latest1.5 KB
Original Source
<!-- AUDIO REFERENCE: Sophie: Today, I'm going out. I can show you some places around here. Are you interested? -->

--description--

Are you interested? is a way of asking someone if they want to know more or participate in something.

--questions--

--text--

What is Sophie asking Tom with Are you interested?

--answers--

If he is going with her.

--feedback--

The question is more about Tom's feelings towards the idea.


If he finds the idea appealing.


If he has been to those places before.

--feedback--

Sophie is asking about his interest, not his past experiences.


If he knows other places.

--feedback--

Sophie is offering to show places, not asking for suggestions.

--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": 8.2,
      "finishTimestamp": 12.7
    }
  },
  "commands": [
    {
      "character": "Sophie",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Sophie",
      "startTime": 1,
      "finishTime": 5.2,
      "dialogue": {
        "text": "Today, I'm going out. I can show you some places around here. Are you interested?",
        "align": "center"
      }
    },
    {
      "character": "Sophie",
      "opacity": 0,
      "startTime": 5.7
    }
  ]
}