Back to Freecodecamp

Task 48

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

latest2.5 KB
Original Source
<!-- (Audio) Brian: That's interesting. So you didn't work on many programming projects during your studies, did you? Sophie: No, not really. I played around with coding, but most of my projects involved circuit designs and electrical systems. It was a bit different. -->

--description--

Listen to the audio and answer the question below.

--questions--

--text--

What does Sophie mean by her response to Brian?

--answers--

She was mainly involved in software development.

--feedback--

Sophie's response indicates her focus was not primarily on software development.


Her projects were primarily about circuit designs and electrical systems.


She didn't enjoy her projects.

--feedback--

Sophie's statement doesn't express dislike for her projects.


She worked alone on all her projects.

--feedback--

Sophie doesn't mention whether she worked alone or with others on her projects, only the nature of the projects.

--video-solution--

2

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Brian",
        "position": {"x":50,"y":15,"z":1.2},
        "opacity": 0
      },
      {
        "character": "Sophie",
        "position": {"x":50,"y":0,"z":1.4},
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "3.1-3.mp3",
      "startTime": 1,
      "startTimestamp": 17.98,
      "finishTimestamp": 31.20
    }
  },
  "commands": [
    {
      "character": "Brian",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Brian",
      "startTime": 1,
      "finishTime": 6.28,
      "dialogue": {
        "text": "That's interesting. So you didn't work on many programming projects during your studies, did you?",
        "align": "center"
      }
    },
    {
      "character": "Brian",
      "opacity": 0,
      "startTime": 6.63
    },
    {
      "character": "Sophie",
      "opacity": 1,
      "startTime": 6.63
    },
    {
      "character": "Sophie",
      "startTime": 7.04,
      "finishTime": 11.02,
      "dialogue": {
        "text": "No, not really. I played around with coding, but most of my projects involved",
        "align": "center"
      }
    },
    {
      "character": "Sophie",
      "startTime": 11.03,
      "finishTime": 14.22,
      "dialogue": {
        "text": "circuit designs and electrical systems. It was a bit different.",
        "align": "center"
      }
    },
    {
      "character": "Sophie",
      "opacity": 0,
      "startTime": 14.72
    }
  ]
}