Back to Freecodecamp

Task 64

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

latest2.1 KB
Original Source
<!-- (Audio) Sophie: That sounds cool. Did you ever work on any big projects during your studies? Brian: They weren't exactly big projects. Most of them were smaller scale, but it was a great learning experience. -->

--description--

Listen to the audio and answer the question below.

--questions--

--text--

Based on Brian's answer, how would you describe the projects he worked on during his studies?

--answers--

Mostly small projects


Only big projects

--feedback--

Remember, Brian mentioned the projects were not exactly big.


No projects at all

--feedback--

Brian did talk about working on projects.


Unsuccessful projects

--feedback--

Brian said it was a great learning experience, which doesn't imply the projects were unsuccessful.

--video-solution--

1

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Sophie",
        "position": {"x":50,"y":0,"z":1.4},
        "opacity": 0
      },
      {
        "character": "Brian",
        "position": {"x":50,"y":15,"z":1.2},
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "3.1-3.mp3",
      "startTime": 1,
      "startTimestamp": 61.54,
      "finishTimestamp": 71.90
    }
  },
  "commands": [
    {
      "character": "Sophie",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Sophie",
      "startTime": 1,
      "finishTime": 4.46,
      "dialogue": {
        "text": "That sounds cool. Did you ever work on any big projects during your studies?",
        "align": "center"
      }
    },
    {
      "character": "Sophie",
      "opacity": 0,
      "startTime": 4.96
    },
    {
      "character": "Brian",
      "opacity": 1,
      "startTime": 4.96
    },
    {
      "character": "Brian",
      "startTime": 5.46,
      "finishTime": 11.36,
      "dialogue": {
        "text": "They weren't exactly big projects. Most of them were smaller scale, but it was a great learning experience.",
        "align": "center"
      }
    },
    {
      "character": "Brian",
      "opacity": 0,
      "startTime": 11.86
    }
  ]
}