Back to Freecodecamp

Task 86

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

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

--description--

Both a therapist and a counselor help people with their feelings and problems, but there is a small difference:

  • A counselor usually gives short-term help. They listen, give advice, and guide people through specific problems, like stress at work or family issues.

  • A therapist usually gives longer-term help. They may have more training and work with deeper mental health issues, like anxiety, depression, or trauma.

--questions--

--text--

In Anna's statement, what does therapist or counselor refer to?

--answers--

Jobs in the technology industry.

--feedback--

Therapist or counselor refers to mental health and emotional support roles, not technology-related jobs.


Jobs in mental health and emotional support.


Educational courses she wanted to take.

--feedback--

While these roles require education, the terms directly refer to the job roles, not the courses.


Hobbies that she was interested in.

--feedback--

Therapist or counselor are professional career paths, not hobbies.

--video-solution--

2

--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.36
    }
  },
  "commands": [
    {
      "character": "Anna",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Anna",
      "startTime": 1,
      "finishTime": 5.40,
      "dialogue": {
        "text": "I actually studied psychology in college. My plan was to become a therapist or counselor.",
        "align": "center"
      }
    },
    {
      "character": "Anna",
      "opacity": 0,
      "startTime": 5.90
    }
  ]
}