Back to Freecodecamp

Task 49

curriculum/challenges/english/blocks/learn-how-to-ask-and-share-about-educational-and-professional-background/657b1e9a62603587747f7f45.md

latest1.9 KB
Original Source
<!-- (Audio) Brian: I see. Did you enjoy your time there, even if it wasn't entirely tech-focused? -->

--description--

Did you enjoy...? is a question you can say to ask someone about their experiences related to a past event. This is a simple way to ask about someone's preferences or satisfaction.

Even if is used to introduce a condition or situation that contrasts with the main part of the question or statement. It helps to provide more context or specify conditions under which something occurred or was felt.

For example, Did you enjoy your vacation, even if it rained every day? adds a contrasting condition to the question about the vacation.

--questions--

--text--

What does Brian want to know from Sophie?

--answers--

If Sophie only did tech things.

--feedback--

Brian knows Sophie's time was not all about tech.


If Sophie had a good time, even if it was not all about tech.


What tech things Sophie learned.

--feedback--

Brian is asking about Sophie's feelings, not what she learned.


If Sophie will do more tech things later.

--feedback--

Brian is asking about the past, not what Sophie will do.

--video-solution--

2

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Brian",
        "position": {"x":50,"y":15,"z":1.2},
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "3.1-3.mp3",
      "startTime": 1,
      "startTimestamp": 31.80,
      "finishTimestamp": 36.02
    }
  },
  "commands": [
    {
      "character": "Brian",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Brian",
      "startTime": 1,
      "finishTime": 5.22,
      "dialogue": {
        "text": "I see. Did you enjoy your time there, even if it wasn't entirely tech-focused?",
        "align": "center"
      }
    },
    {
      "character": "Brian",
      "opacity": 0,
      "startTime": 5.72
    }
  ]
}