Back to Freecodecamp

Task 89

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

latest1.3 KB
Original Source
<!-- (Audio) Anna: I actually studied psychology in college. My plan was to become a therapist or counselor. -->

--description--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

I BLANK studied psychology in college. My plan was to become a BLANK or counselor.

--blanks--

actually

--feedback--

This word is used to emphasize the accuracy or truth of a statement.


therapist

--feedback--

This word refers to a professional role focused on mental health and emotional support.

--scene--

json
{
  "setup": {
    "background": "company2-parking.png",
    "characters": [
      {
        "character": "Anna",
        "position": {"x":50,"y":15,"z":1.2},
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "3.1-5.mp3",
      "startTime": 1,
      "startTimestamp": 6.96,
      "finishTimestamp": 11.56
    }
  },
  "commands": [
    {
      "character": "Anna",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Anna",
      "startTime": 1,
      "finishTime": 5.60,
      "dialogue": {
        "text": "I actually studied psychology in college. My plan was to become a therapist or counselor.",
        "align": "center"
      }
    },
    {
      "character": "Anna",
      "opacity": 0,
      "startTime": 6.10
    }
  ]
}