Back to Freecodecamp

Task 74

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

latest1.5 KB
Original Source
<!-- AUDIO REFERENCE: Sophie: You're going to like it here if you're into cutting-edge gadgets. -->

--description--

You are into... is an informal way to say that someone really likes something or is interested in a particular activity or topic.

--questions--

--text--

What does the phrase you are into mean?

--answers--

To go inside

--feedback--

This is a literal interpretation, but you are into is more about liking or being interested in something.


To not like

--feedback--

This is the opposite of the expression's meaning.


To be interested in or really like


To be on top of

--feedback--

This is another literal interpretation. Think about showing interest or liking.

--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-2.mp3",
      "startTime": 1,
      "startTimestamp": 40.25,
      "finishTimestamp": 43.05
    }
  },
  "commands": [
    {
      "character": "Sophie",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Sophie",
      "startTime": 1,
      "finishTime": 3.5,
      "dialogue": {
        "text": "You're going to like it here if you're into cutting-edge gadgets.",
        "align": "center"
      }
    },
    {
      "character": "Sophie",
      "opacity": 0,
      "startTime": 4
    }
  ]
}