Back to Freecodecamp

Task 13

curriculum/challenges/english/blocks/learn-how-to-request-and-receive-guidance/662516f67e575142bcd515dc.md

latest1.7 KB
Original Source
<!-- (Audio) Sophie: Good point. I'll try that. Also, have you ever dealt with time complexity issues in a similar context? -->

--description--

In a similar context means in a situation that is like the one being discussed. It's about comparing something with a similar scenario. For example, In a similar context, I also choose to walk instead of drive compares two scenarios where the person prefers walking.

--fillInTheBlank--

--sentence--

Good point. I'll try that. Also, have you ever dealt with time complexity issues in a BLANK context?

--blanks--

similar

--feedback--

It indicates a situation or scenario that is like the one currently being discussed.

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Sophie",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.4
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "9.2-1.mp3",
      "startTime": 1,
      "startTimestamp": 25.04,
      "finishTimestamp": 31.04
    }
  },
  "commands": [
    {
      "character": "Sophie",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Sophie",
      "startTime": 1,
      "finishTime": 2.76,
      "dialogue": {
        "text": "Good point. I'll try that.",
        "align": "center"
      }
    },
    {
      "character": "Sophie",
      "startTime": 2.76,
      "finishTime": 7,
      "dialogue": {
        "text": "Also, have you ever dealt with time complexity issues in a similar context?",
        "align": "center"
      }
    },
    {
      "character": "Sophie",
      "opacity": 0,
      "startTime": 7.5
    }
  ]
}