Back to Freecodecamp

Task 46

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

latest1.6 KB
Original Source
<!-- (Audio) 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 complete the sentence below.

--fillInTheBlank--

--sentence--

No, not really. I BLANK around with coding, but most of my projects BLANK circuit designs and electrical systems. It BLANK a bit different.

--blanks--

played

--feedback--

This word suggests that Sophie casually experimented with coding. It ends in -ed.


involved

--feedback--

This word is used to describe what Sophie's projects were focused on. It ends in -ed.


was

--feedback--

This word is used to describe the state or condition of something in the past. It is one of the past forms of verb to be.

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Sophie",
        "position": {"x":50,"y":0,"z":1.4},
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "3.1-3.mp3",
      "startTime": 1,
      "startTimestamp": 24.02,
      "finishTimestamp": 31.20
    }
  },
  "commands": [
    {
      "character": "Sophie",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Sophie",
      "startTime": 1,
      "finishTime": 8.18,
      "dialogue": {
        "text": "No, not really. I played around with coding, but most of my projects involved circuit designs and electrical systems. It was a bit different.",
        "align": "center"
      }
    },
    {
      "character": "Sophie",
      "opacity": 0,
      "startTime": 8.68
    }
  ]
}