Back to Freecodecamp

Task 14

curriculum/challenges/english/blocks/learn-how-to-request-and-receive-guidance/6625172e28818f43a04d7915.md

latest1.9 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--

This task checks understanding of the entire structure of Sophie's sentence.

--questions--

--text--

What is Sophie asking about in her sentence?

--answers--

If Brian likes dealing with complex issues

--feedback--

Sophie's question is specifically about past experiences with a technical issue, not general preferences.


If Brian has experience with similar time complexity issues


If Brian can teach her about time complexity right now

--feedback--

She is asking about past experience, not seeking immediate teaching.


Brian's opinion on the difficulty of time complexity issues

--feedback--

She's asking about Brian's experience, not his opinion on the difficulty.

--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": "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
    }
  ]
}